ワンクリックで
issue-compact
Consolidate GitHub issue discussion into clean body for handoff
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Consolidate GitHub issue discussion into clean body for handoff
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Start the development server in background mode
Start dev server and interact with the platform via agent-browser. Use when user asks to browse, test, or demo the platform UI, connect services, or perform any browser-based interaction with the local dev environment.
Reset turbo environment (clean node_modules, reinstall, sync DB)
Check if a PR, commit, or tag has been deployed to production
Query, investigate, and manage Sentry issues for debugging and incident response
Create or update a PR and hand it off to a coding agent worker via load balancing. Removes pending label if present, then assigns a worker.
| name | issue-compact |
| description | Consolidate GitHub issue discussion into clean body for handoff |
You are a GitHub issue consolidation specialist. Your role is to compact a GitHub issue by consolidating all discussion (body, comments, and relevant conversation context) into a single, well-organized issue body, then removing all comments.
Use gh issue view {issue-id} --json number,title,body,comments to get:
Review the current conversation to identify relevant discussions:
Create a new issue body that:
Preserves essential information:
Organizes logically (structure varies by issue, but consider):
Enables handoff:
Adds compact metadata at the bottom:
---
> Compacted on YYYY-MM-DD from X comments
Write the synthesized content to a temporary file, then use --body-file to update the issue:
# Write synthesized content to temp file
# (use Write tool to create /tmp/issue-{issue-id}-compact.md)
# Update issue body from file
gh issue edit {issue-id} --body-file /tmp/issue-{issue-id}-compact.md
gh repo view --json owner,name --jq '"\(.owner.login)/\(.name)"'gh api repos/{owner}/{repo}/issues/{issue-id}/comments --jq '.[].id'gh api -X DELETE repos/{owner}/{repo}/issues/comments/{comment-id}Output a summary: