원클릭으로
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).