Question 36
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: Code Generation with Claude Code - Your team uses a `/commit` skill in `.claude/skills/commit/SKILL.md`. A developer wants to customize it for their personal workflow (different commit message format, extra checks) without affecting teammates. What do you recommend?
- ACreate a personal version under `~/.claude/skills/` with a different name, e.g., `/my-commit`.
- BAdd conditional logic based on username in the project skill frontmatter.
- CCreate a personal version at `~/.claude/skills/commit/SKILL.md` with the same name.
- DSet `override: true` in the personal skill frontmatter to prioritize it over the project version.