Question 41
Open question ↗Scenario: Code Generation with Claude Code
You want to create a custom slash command `/review` that runs your team’s standard code review checklist. It should be available to every developer when they clone or update the repository.
Where should you create the command file?
- A.In `~/.claude/commands/` in each developer’s home directory.
- B.In the project repository under `.claude/commands/`.
- C.In `.claude/config.json` as an array of commands.
- D.In the root project CLAUDE.md.