원클릭으로
wrap-up
Checkpoint the session: comment on issues/PRs and leave a handoff for the next agent or human
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Checkpoint the session: comment on issues/PRs and leave a handoff for the next agent or human
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Set up DeepWork Reviews — automated code review rules using .deepreview config files
Start structured planning — explores, designs, and produces an executable plan
Reference documentation for DeepWork Reviews — automated code review rules using .deepreview configs and DeepSchema-generated rules
Create and manage DeepSchemas — rich file-level schemas with automatic validation and review generation
Start or continue DeepWork workflows using MCP tools
Agent profile/skill maintenance — quickly edit ks-config/agents and commit + push successful changes
| name | wrap-up |
| description | Checkpoint the session: comment on issues/PRs and leave a handoff for the next agent or human |
You have too many open threads. This skill helps you wind down engineering work cleanly — distilling in-flight context into durable issue/PR comments so you can step away and resume later (or hand off to someone else) without losing anything.
See process.wrap-up for the authoritative convention.
Before writing anything, collect:
git log --oneline -10).gh issue list, fj issue list, or explicit URLs from the user).$ARGUMENTS passed by the user — treat them as the primary focus.Draft the handoff body with these sections:
What was being worked on, why, and what decisions were made. Include relevant commit SHAs, branch names, and file paths.
Current state: what is complete, what is in progress, and what is blocked.
Evidence: commands run, output snippets, pass/fail status. If no tests were run, state that explicitly.
Ordered list of concrete actions for the next agent or human. Name files, commands, and issue numbers.
Items explicitly punted with the reason and a suggested trigger for revisiting. "Nothing deferred" if none.
For each relevant repo:
Open issue or PR already exists — post a handoff comment (see step 4).
No tracking issue exists — create one first:
gh api repos/{owner}/{repo}/milestonestea api --login forgejo /repos/{owner}/{repo}/milestonesgh issue create --title "..." --body "..." --milestone <id>fj -H https://git.ncrmro.com issue create --title "..." --description "..."Use this template for every issue or PR comment:
## Session check-in — <YYYY-MM-DD>
**Status:** <one-line summary — complete / in progress / blocked / deferred>
### What happened
- <key action or decision>
- <key action or decision>
### Testing
<what was verified, commands run, outcome — or "not tested in this session">
### Next steps
1. <first concrete action>
2. <second action>
### Deferred
<items punted and why — or "nothing deferred">
---
*Check-in from /wrap-up. Picking this up? Start from this issue/PR thread.*
For a deferral, change the header to ## Deferred — <YYYY-MM-DD> and add a
**Deferred until:** <event or condition> line.
/wrap-up with no arguments — wrap up the current session context./wrap-up <description> — use the description as the report title and issue summary focus./wrap-up defer <reason> — treat as a deferral; use the "Deferred" comment header.