con un clic
checkpoint
Create a git checkpoint of ALL recent changes
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Create a git checkpoint of ALL recent changes
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional 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.