Question 91
Open question ↗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?
- A.In the project's `.claude/commands/` (or `.claude/skills/`), which is committed to version control.
- B.In `~/.claude/commands/` on each developer's machine.
- C.In the root CLAUDE.md as a prose instruction.
- D.In a `.claude/config.json` commands array.