refactor(skills): remove unused skill_path references#19
refactor(skills): remove unused skill_path references#19alexeyv wants to merge 1 commit intobmad-code-org:mainfrom
Conversation
skill_path pointed to {project-root}/_bmad/cis/workflows/ which will no
longer exist after the BMAD installer change to stop installing prompts
under _bmad. The variable was defined but never referenced elsewhere in
any workflow.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (4)
💤 Files with no reviewable changes (4)
WalkthroughThis PR removes Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 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)
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 |
🤖 Augment PR SummarySummary: Removes the unused Why: The referenced 🤖 Was this summary useful? React with 👍 or 👎 |
Summary
skill_pathvariable definitions from all 4 workflow skills (storytelling, design-thinking, innovation-strategy, problem-solving){project-root}/_bmad/cis/workflows/which will no longer be populated after the BMAD installer change to stop installing prompts under_bmadNote on remaining
_bmadreferencesAll remaining
{project-root}/_bmad/references in CIS skill prompts are to either:_bmad/cis/config.yaml— module configuration (all 6 agent skills + 4 workflow skills)_bmad/_memory/storyteller-sidecar/— runtime sidecar files created and managed by the storyteller skill itself (story-preferences.md,stories-told.md)No skill prompts reference other prompts via
_bmadpaths.Test plan
skill_pathis not referenced anywhere else in the projectSummary by CodeRabbit