ワンクリックで
speckit-checkpoint-commit
Commit changes at meaningful checkpoints throughout the workflow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Commit changes at meaningful checkpoints throughout the workflow
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | speckit-checkpoint-commit |
| description | Commit changes at meaningful checkpoints throughout the workflow |
| compatibility | Requires spec-kit project structure with .specify/ directory |
| metadata | {"author":"github-spec-kit","source":"checkpoint:commands/commit.md"} |
Stages all current changes and creates a commit with a descriptive message reflecting the work just completed. This command should be called by the agent at two points during the spec-kit workflow:
Commit immediately after each of these steps completes:
Use the task list generated during the tasks step as a reference for when to commit. Good checkpoints include:
The agent should use judgment — the goal is to produce commits that are meaningful and reviewable, not to commit after every single file change.
git add -A)git commit -m "<message>")constitution: establish project principles, tasks: break down implementation into actionable items)implement user authentication service, add product listing page and API routes)Archive a feature specification into main project memory after merge, resolving gaps and conflicts
Run the full speckit workflow end-to-end — specify, plan, critique, tasks, implement, review, extract — making all decisions autonomously.
Extract knowledge, guidelines, and ADRs from one or more completed spec directories into the project documentation system.
Reconcile implementation drift by updating the feature's own spec, plan, and tasks
Run a session retrospective that surfaces context-management gaps and routes them to approved follow-up actions.
General code quality review — project guideline compliance, bug detection, code quality analysis.