ワンクリックで
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.