원클릭으로
handoff
Create a concise, durable handoff document that lets a fresh agent resume the current work without relying on conversation history.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a concise, durable handoff document that lets a fresh agent resume the current work without relying on conversation history.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Run a bounded multi-provider review and local repair workflow for a pull request, branch, or local diff, using fresh Codex exec threads for fixes and requiring separate authorization for every repository or PR publication action.
Clone and explore external codebases using the btx CLI. Use this skill when: - User wants to explore a GitHub repository (e.g., "explore anthropics/claude-code") - User asks how a library/framework works and you need to read its source - User wants to understand implementation details of an external project - User provides a repo URL or owner/repo and wants you to examine it - You need GitHub repository metadata (ownership, archived, last push) without curl
Address actionable GitHub pull request review feedback. Use when the user wants to inspect unresolved review threads, requested changes, or inline review comments on a PR, then implement selected fixes. Use the GitHub app for PR metadata and patch context and the thread-aware prc CLI for review state and inline comments.
Read-only triage and routing for GitHub repositories, pull requests, issues, patches, and review comments through the connected GitHub app and local git. Use for general GitHub orientation or summaries before choosing a mutation, review-fix, CI, or publishing workflow.
Fetch and analyze GitHub PR conversations, review submissions, and thread-aware code feedback using the prc CLI. Use for PR comment summaries, unresolved or outdated thread inspection, requested changes, and code-linked review context. Accepts PR numbers, PR URLs, or owner/repo format.
Create or revise a guarded, auditable implementation spec for Codex or another agent. Use only when the user explicitly invokes $goal-ready-spec or specifically asks to make a spec goal-ready.
| name | handoff |
| description | Create a concise, durable handoff document that lets a fresh agent resume the current work without relying on conversation history. |
Write a handoff document under the repository-root _scratch/ directory, creating it when needed. Tailor it to any focus the user supplied.
Make the document independently resumable. Include only current, actionable state:
Reference existing plans, ADRs, issues, commits, diffs, and reports instead of duplicating them. Distinguish completed, verified, unverified, and blocked work. Preserve unrelated changes and identify concurrent ownership when relevant.
Redact credentials, secrets, and sensitive personal information. Exclude reasoning history, stale alternatives, and conversational narrative that do not help resumption.
Stop when a fresh agent can identify the next action without conversation history. Return the handoff file path.