用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/VilnaCRM-Org/user-service --skill bmalph命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Systematically retrieve and address PR code review comments using make pr-comments. Use when handling code review feedback or addressing PR comments.
Codex entrypoint for post-implementation BMAD FR/NFR review gates. Use after a PR, feature, or bugfix has BMAD specs and must be checked against every functional requirement, non-functional requirement, expanded quality dimension, Wikipedia system quality attribute, generated positive/negative/ edge test case, automated test and CI coverage expectation, flaky-test risk, whole-codebase impact surface, manual-test expectation, GitHub review comments and requested-changes state, and CI check before completion.
Run a BMAD spec-driven post-implementation review gate. Use after implementing a GitHub PR, feature, bugfix, or task with BMAD specs to verify every FR/NFR, pinned NonFunctionals.com NFR category, expanded quality dimension, Wikipedia system quality attribute, positive/negative/edge test case, automated test and CI coverage expectation, flaky-test risk, whole-codebase impact surface, manual test expectation, QA best practice, GitHub review comments and requested-changes state, and CI check before completion.
基于 SOC 职业分类
正在显示 SKILL.md
| name | bmalph |
| description | BMAD master agent — navigate phases. Use when the user asks about bmalph. |
| metadata | {"managed-by":"bmalph"} |
This wrapper requires local BMALPH assets under _bmad/, which this repository intentionally keeps out of git.
If _bmad/ is missing in a fresh clone or workspace, run make bmalph-setup first.
If BMALPH is already installed and you need to restore local files or reapply this repository's planning artifacts under specs/, rerun make bmalph-setup.
First consult .claude/skills/AI-AGENT-GUIDE.md and .claude/skills/SKILL-DECISION-GUIDE.md to determine the correct approach before proceeding.
Use _bmad/COMMANDS.md as the master BMALPH command catalog. Name and route work
through the command listed there first, then load only the backing agent or
workflow files required by that command.
Use the help workflow at _bmad/core/skills/bmad-help/workflow.md when the user
is asking how to navigate BMAD, what to do next, or which command to use.
When another skill delegates BMALPH work to subagents, hand off the concrete
command name from _bmad/COMMANDS.md as the primary instruction surface rather
than sending only raw workflow-file paths.