with one click
commit
Create a well-formatted git commit
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a well-formatted git commit
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Generate a comprehensive install.md documentation file for an image dataset. Use when asked to document a dataset, create a dataset readme, or prepare dataset documentation.
Close out an implemented spec by reconciling the project docs with the shipped code (updating them via opus subagents if stale), then removing the resolved spec directory and its INDEX entry so code + up-to-date docs remain the source of truth.
Implement tasks from an approved spec, one at a time, with independent implementer and reviewer subagents per task. The main session acts as orchestrator only.
Bootstrap a new spec under `specs/<feature-name>/` by walking the user through requirements, design, (optional) research, and tasks in EARS/SDD format
Implement items from a TODO file, one at a time, with independent implementer and reviewer subagents per item. The main session acts as orchestrator only.
Scan the project and create initial TODO files organized by area
| name | commit |
| description | Create a well-formatted git commit |
Review all staged and unstaged changes using git diff and git diff --cached. Analyze the changes and create well-formatted git commits.
Follow these rules:
git stash or create intermediate partial commits just to split inseparable changes.git add <specific files> — do NOT use git add . or git add -A unless all changes belong to a single logical unit.git ... commands instead of git -C <path> ... inside the project.git log --oneline --name-only -n <number of commits made> after committing