بنقرة واحدة
checkpoint
Save current verification state for resumption
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Save current verification state for resumption
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Generate changelog entries following Keep a Changelog format
Generate a well-structured pull request with summary and test plan
Cluster related instincts into skills, commands, or agents
Export instincts for sharing with teammates or backup
Import instincts from teammates or community collections
View learned instincts grouped by domain with confidence levels
استنادا إلى تصنيف SOC المهني
| name | checkpoint |
| description | Save current verification state for resumption |
| user-invocable | true |
Save a snapshot of the current work state so it can be resumed later. Captures verification status, pending tasks, and context.
$ARGUMENTS — Optional label for this checkpointRecord:
git diff --stat)## Checkpoint: [Label or timestamp]
### Branch
`[branch]` at `[commit hash]`
### Status
- Tests: PASS/FAIL (X passing, Y failing)
- Build: PASS/FAIL
- Lint: PASS/FAIL
- Uncommitted files: [count]
### In Progress
- [Current task description]
- [What was being worked on]
### Next Steps
1. [What should be done next]
2. [Follow-up items]
### Context
[Important context that would be lost on session end]
Write the checkpoint to a predictable location that can be
found by /continue or session resumption.