fix(skill): validation cleanup for quick-flow skills#1997
Conversation
bmad-quick-dev-new-preview: fix wrong step-to-step path references
from within steps/ directory, remove step frontmatter metadata and
intra-skill path variables.
bmad-quick-dev: remove step frontmatter metadata, inline nextStepFile
path variables as literal relative paths.
bmad-quick-spec: remove name/description from workflow.md frontmatter,
fix absolute self-references using {project-root} for intra-skill
paths, remove step frontmatter metadata.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
🤖 Augment PR SummarySummary: Validation-focused cleanup across the Quick Flow “quick-dev” / “quick-spec” skills.
🤖 Was this summary useful? React with 👍 or 👎 |
|
Caution Review failedPull request was closed or merged during review 📝 WalkthroughWalkthroughThis change removes YAML frontmatter fields (name, description, nextStepFile, templateFile) from workflow step Markdown files across three workflow variants (bmad-quick-dev-new-preview, bmad-quick-dev, bmad-quick-spec) and replaces template variable references with hardcoded relative paths for step navigation and template file locations. 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
Non-routine validation findings across 3 quick-flow skills:
bmad-quick-dev-new-preview:
bmad-quick-dev:
bmad-quick-spec:
Test plan
🤖 Generated with Claude Code