원클릭으로
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)