Slide 20
Slide 20 text
20
コミット作成スキル(3)
## Workflow overview
1. Check the staged files using `git diff --staged --name-only`.
Ask user to stage changes if there are no staged files.
2. Determine the appropriate commit type and scope based on the staged files.
**type** must be selected from the following options:
- `feat`: New feature or change to existing functionality
:
**scope** should be determined based on the directory structure of the staged files. For example:
- If staged files are in `.claude/` or `.mcp.json`, use `claude`
: