一键导入
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 职业分类
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.
| 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)