Convert qa-generate-e2e-tests workflow to native skill packaging#1951
Convert qa-generate-e2e-tests workflow to native skill packaging#1951
Conversation
🤖 Augment PR SummarySummary: Migrates the QA “generate e2e tests” workflow to native skill packaging by renaming it to 🤖 Was this summary useful? React with 👍 or 👎 |
| @@ -1,5 +1,4 @@ | |||
| --- | |||
| name: qa-generate-e2e-tests | |||
| name: bmad-qa-generate-e2e-tests | |||
There was a problem hiding this comment.
It looks like the YAML frontmatter opening delimiter (---) was removed but the closing --- remains, so tooling that discovers/parses workflows via ^---\n...\n--- will skip this file and metadata won’t be read. If this file is still meant to be a workflow entry, consider restoring valid frontmatter (or removing the dangling delimiter + raw name:/description: lines if the intent is to make this plain markdown). (Guideline: workflow_name_required)
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
…-e2e-tests Remove name/description from workflow.md (belongs in SKILL.md). Normalize installed_path to relative. Update QA agent exec to skill URI. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
54cdfc4 to
935e3d1
Compare
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughConverting the QA workflow into a native skill package by adding skill metadata files (SKILL.md and skill manifest), updating workflow path resolution to relative paths, switching the agent menu trigger from a file-path reference to a skill-based exec, and removing old workflow manifest declarations. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
qa-generate-e2e-testsinto native skill packaging undersrc/bmm/workflows/bmad-qa-generate-e2e-tests/type: skilland addedSKILL.mdwith matching frontmattersrc/bmm/module-help.csvandsrc/bmm/agents/qa.agent.yamlValidation
npm testnode tools/cli/bmad-cli.js install --directory /Users/alex/src/bmad --modules bmm --tools claude-code --yes