원클릭으로
checkpoint
Create a git checkpoint of ALL recent changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a git checkpoint of ALL recent changes
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Build and maintain the Codebase Atlas for Code Mode: propose areas, write schema-validated explanation nodes via sly-atlas, declare collections for bulk file families, run staleness-driven refreshes PLUS a coverage crawl that enriches the thinnest area every run, generate the catch-up digest, author guided tours, annotate database schemas, serve atlas context to agents, and drive the Code Mode view with navigate/highlight/deck directives
Dynamic context provider for codebase knowledge. This skill should be used when working on code, answering questions about architecture, or making changes that require understanding of project structure. Maintains area-specific reference files that are loaded on demand. Self-updating based on observed drift between references and actual code. Load this skill early in work sessions - it contains essential workflow and update protocols.
Manage kanban cards via CLI with commands for search, create, update, move, reorder, problem tracking, cross-agent notes, scheduled automations, cross-card prompt execution, AI-set status line (manual + tiered auto-status), and structured questionnaires
Send responses back to the user via their messaging channel (Telegram, Slack, Teams, etc). Use this skill when a message arrives with a channel header like [Telegram], [Slack], etc.
Dynamic context provider for codebase knowledge. This skill should be used when working on code, answering questions about architecture, or making changes that require understanding of project structure. Maintains area-specific reference files that are loaded on demand. Self-updating based on observed drift between references and actual code. Load this skill early in work sessions - it contains essential workflow and update protocols.
Start iterative requirements gathering for a design document
| name | checkpoint |
| version | 1.3.1 |
| updated | "2026-02-22T00:00:00.000Z" |
| allowed-tools | Bash, Read |
| argument-hint | ["optional commit message"] |
| description | Create a git checkpoint of ALL recent changes |
Create a checkpoint commit of ALL uncommitted changes in the repository.
git status --short to see all changesgit diff <file> | head -50 or read new filesgit add -A to stage ALL changes (modified, new, and deleted files)Summary of changes in imperative mood
- Add feature X with support for Y
- Fix bug in Z where condition was wrong
- Update config to enable new option
- Refactor module for better performance
If an optional message argument is provided, use it as the summary line.