一键导入
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.