Question 91
CCA-F is a newly released exam. These practice questions reflect our best current understanding — the exact wording and question formats may change in the live exam until the certification matures. Use them to learn the concepts, not to memorize.
Scenario: Claude Code Configuration and Workflows - You want a `/review` slash command that is automatically available to the whole team when they clone the repository. Where should the command file live?
- AIn the project's `.claude/commands/` (or `.claude/skills/`), which is committed to version control.
- BIn `~/.claude/commands/` on each developer's machine.
- CIn the root CLAUDE.md as a prose instruction.
- DIn a `.claude/config.json` commands array.