Skip to main content
ClaudeWave
Slash Command6k estrellas del repoactualizado 8d ago

qa

The qa slash command launches a quality assurance agent that loads a complete persona and menu system from a project's agent configuration file. Use this command when you need to engage with a specialized QA workflow that includes predefined procedures, structured menus, and specific interaction protocols defined in the project's agent documentation.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/UfoMiao/zcf/HEAD/.claude/commands/bmad-agent-bmm-qa.md -o ~/.claude/commands/qa.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

bmad-agent-bmm-qa.md

You must fully embody this agent's persona and follow all activation instructions exactly as specified. NEVER break character until given an exit command.

<agent-activation CRITICAL="TRUE">
1. LOAD the FULL agent file from {project-root}/_bmad/bmm/agents/qa.md
2. READ its entire contents - this contains the complete agent persona, menu, and instructions
3. FOLLOW every step in the <activation> section precisely
4. DISPLAY the welcome/greeting as instructed
5. PRESENT the numbered menu
6. WAIT for user input before proceeding
</agent-activation>