Skip to content

fix(skills): correct broken bmad-help skill references to bmad - #2894

Draft
gmoncor wants to merge 1 commit into
bmad-code-org:devfrom
gmoncor:fix/s01-08-correct-bmad-help-references
Draft

gmoncor wants to merge 1 commit into
bmad-code-org:devfrom
gmoncor:fix/s01-08-correct-bmad-help-references

Conversation

@gmoncor

@gmoncor gmoncor commented Sep 17, 2026

Copy link
Copy Markdown

What: Replace the non-existent bmad-help skill-invocation instruction with the real skill name bmad across the 12 files that contain it as an actual invocation instruction.

Why: No skill or manifest named bmad-help exists anywhere in the repo; the real skill is skills/bmad/SKILL.md (frontmatter name: bmad). Agents following this instruction verbatim would attempt to invoke a skill that does not exist.

How:

  • In each of the 12 listed files, change the invocation-language sentence from bmad-help to bmad.
  • Leave the mentions in docs/*.md and CHANGELOG.md untouched, unrelated user-facing prose/history about product branding, out of scope here.

Testing: Repo-wide search for bmad-help restricted to the 12 touched files confirms zero remaining occurrences as invocation instructions; read-through diff for correctness.

Related to #2883, not fixing it: that issue is about the generated bmad-help.csv config catalogue having inconsistent paths/phase schemas, a different artifact and root cause than this dead skill-invocation reference.

🤖 Generated with Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant