ワンクリックで
explain-issue
Explain a GitHub issue: the background problem and the proposed solution
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Explain a GitHub issue: the background problem and the proposed solution
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Draft a new release of the project.
Form an Agent Team of Implementer and Reviewer subagents to tackle the given task, looping implementation and review until the Reviewer reports zero high-or-above findings and no more than three mid findings.
Approve a pull request using gh pr review --approve
Babysit a Dependabot dependency-bump PR all the way to merge: verify the author is the genuine Dependabot bot, diagnose and resolve any CI failure (excluding or fixing a breaking bump when needed), get every check green, and merge. Use when the user wants to shepherd a Dependabot bump PR to merge.
Resolve every open issue one at a time: fact-check each with web research, close the ones that need no action, and run the `goal-pr` skill to fix, review, and merge the ones that do — repeating until no actionable issues remain.
Resolve every open maintainer-scrap issue one at a time: fact-check each with web research, close the ones that need no action, and run the `goal-pr` skill to fix, review, and merge the ones that do — repeating until no actionable scrap issues remain.
| name | explain-issue |
| description | Explain a GitHub issue: the background problem and the proposed solution |
| targets | ["*"] |
target_issue = the user's request
If target_issue is not provided, ask the user which issue to explain.
Run the following in parallel:
gh issue view <issue_number>gh issue view <issue_number> --commentsIf the issue references related pull requests, commits, or files that are needed to understand the solution, gather that context as well.
Based on the issue content, explain the following two aspects:
If the issue does not contain enough information about the solution, explicitly say that the solution is still undecided or unspecified.
Keep the explanation concise and focused. Use the language of the current conversation (follow the user's language).