fix(docs): correct skill names in getting-started tutorials#2103
fix(docs): correct skill names in getting-started tutorials#2103
Conversation
Agent skills referenced with shortened names (bmad-pm, bmad-architect, etc.) that don't match installed skill names. Fixed to use actual names (bmad-agent-pm, bmad-agent-architect, etc.) across EN, ZH-CN, and FR. Also fixed bmad-research to three specific research skills (EN, FR) and bmad-product-brief to bmad-create-product-brief (ZH-CN). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughUpdates documentation across English, French, and Chinese language versions to reflect agent naming convention changes from Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
✨ 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 Tip CodeRabbit can use your project's `biome` configuration to improve the quality of JS/TS/CSS/JSON code reviews.Add a configuration file to your project to customize how CodeRabbit runs |
🤖 Augment PR SummarySummary: Fixes onboarding docs that referenced skill names users can’t actually invoke after installation.
🤖 Was this summary useful? React with 👍 or 👎 |
| - **头脑风暴**(`bmad-brainstorming`) — 引导式构思 | ||
| - **研究**(`bmad-market-research` / `bmad-domain-research` / `bmad-technical-research`) — 市场、领域和技术研究 | ||
| - **创建产品简报**(`bmad-product-brief`) — 推荐的基础文档 | ||
| - **创建产品简报**(`bmad-create-product-brief`) — 推荐的基础文档 |
There was a problem hiding this comment.
bmad-create-product-brief doesn’t appear to be an installable skill name in this repo (the skill directory/frontmatter is bmad-product-brief, and its manifest indicates it replaces bmad-create-product-brief). Can you double-check which invocation name users will actually have after install so the tutorial doesn’t point to a missing skill?
Severity: medium
🤖 Was this useful? React with 👍 or 👎, or 🚀 if it prevented an incident/outage.
|
Should we harmonize the names elsewhere also? I noticed those places that may need changes: BMAD-METHOD/docs/reference/agents.md Line 14 in fce9d6c BMAD-METHOD/docs/reference/agents.md Lines 20 to 28 in fce9d6c BMAD-METHOD/docs/reference/commands.md Lines 57 to 62 in fce9d6c BMAD-METHOD/docs/reference/commands.md Lines 81 to 85 in fce9d6c BMAD-METHOD/docs/reference/commands.md Line 126 in fce9d6c And subsequent translations |
Apply same skill ID corrections as bmad-code-org#2103 across all documentation (English, French, and Chinese) for consistent naming: - bmad-analyst → bmad-agent-analyst - bmad-pm → bmad-agent-pm - bmad-architect → bmad-agent-architect - bmad-sm → bmad-agent-sm - bmad-dev → bmad-agent-dev - bmad-qa → bmad-agent-qa - bmad-ux-designer → bmad-agent-ux-designer - bmad-tech-writer → bmad-agent-tech-writer - bmad-master → bmad-agent-quick-flow-solo-dev
Apply same skill ID corrections as bmad-code-org#2103 across all documentation (English, French, and Chinese) for consistent naming: - bmad-analyst → bmad-agent-analyst - bmad-pm → bmad-agent-pm - bmad-architect → bmad-agent-architect - bmad-sm → bmad-agent-sm - bmad-dev → bmad-agent-dev - bmad-qa → bmad-agent-qa - bmad-ux-designer → bmad-agent-ux-designer - bmad-tech-writer → bmad-agent-tech-writer - bmad-master → bmad-agent-quick-flow-solo-dev
Summary
bmad-pm,bmad-architect,bmad-sm,bmad-ux-designer,bmad-analyst) to use actual installed skill names (bmad-agent-pm,bmad-agent-architect,bmad-agent-sm,bmad-agent-ux-designer,bmad-agent-analyst) across EN, ZH-CN, and FR getting-started tutorialsbmad-research(non-existent) to list the three actual research skills (bmad-market-research/bmad-domain-research/bmad-technical-research) in EN and FRbmad-product-brief(non-existent) tobmad-create-product-briefin ZH-CNTest plan
npm ci && npm run qualitypasses🤖 Generated with Claude Code