Commit
Skill iktakahiro/python-fastapi-ddd-skill/.codex/skills/commit
A practical template for Building AI Agent Skills with Python, FastAPI, and Domain-Driven Design (DDD).
npx -y skills add iktakahiro/python-fastapi-ddd-skill --skill commitAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 3 stars3 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Prepare and create git commits in this repository using Conventional Commits; use when the user asks to commit or split commits for a task.
SKILL.md
1.5 KB, as published. Nobody here has run it
Commit
Communication
- Communicate with the developer in Japanese.
- Write code comments and commit messages in English.
Commit message
Follow Conventional Commits: https://www.conventionalcommits.org/en/v1.0.0/
<type>[optional scope]: <description>
[optional body]
Use these types:
- fix
- feat
- chore
- docs
- refactor
- test
Use scope when clear (directory name or skill name). Examples:
- docs(python-fastapi-ddd-skill): expand DDD reference notes
- chore(codex): adjust local SKILL instructions
Commit workflow
- Review changes with
git statusandgit diff. - This repo has no mandatory pre-commit command; do not run Node/bun/turbo checks.
- If the user explicitly asks to commit everything (e.g., "全体", "全部", "commit all"), include all working tree changes without asking for confirmation.
- Otherwise, do not ask about unrelated changes. Leave unrelated files untouched and stage only the files relevant to the task.
- Do not bundle all task changes into a single commit. Split commits by logical change units and scope/intent (e.g., README updates vs feature changes).
- Commit directly without extra confirmation.
- After committing, report a brief summary of created commits.
- Push only when the user asks.
- Do not amend commits unless the user asks.
Allowed dot directories
.claude.codex.cursor.vscode.kiro