con un clic
gh-issue-priority-handoff
// Use when the user asks to triage GitHub issues, prioritize backlog work, decide which issues are still valid, or generate delegation-ready issue briefs for coding agents.
// Use when the user asks to triage GitHub issues, prioritize backlog work, decide which issues are still valid, or generate delegation-ready issue briefs for coding agents.
Use when the user explicitly asks for a deep local code review, PR review, bug hunt, pre-merge review, or Ultra Review style review with high confidence findings.
Create and run a post-PR review loop for a ready-for-review GitHub pull request. Use when the user asks Codex or Claude Code to watch, loop on, monitor, periodically check, or automatically handle PR review feedback after a PR has been opened. In Codex, the default behavior is to create a 10-minute heartbeat automation first, not to perform an ordinary one-off fix; only execute the review/fix iteration when the skill is invoked by that automation or the user explicitly asks for one immediate pass.
Use when discussing early product ideas, AI or Agent product directions, market observations, MVP scope, wedge markets, non-consensus opportunities, or when the user wants direct red-team critique before architecture.
Route image generation to the local image2-with-codex HTTP service at http://127.0.0.1:4312, which delegates to the user's Codex CLI. Use only when the user explicitly asks for this route. Default behavior is raw prompt pass-through; do not substitute HTML layout, infographic tooling, or other image tools.
Systematic root-cause debugging. Use when: diagnosing bugs, investigating failures, debugging flaky tests, tracing unexpected behavior. Triggers on: '/investigate', 'debug this', 'why is this failing', 'find the root cause', 'flaky test'.
Independent second-opinion code review using Codex CLI. Use when: wanting an external AI reviewer's perspective, cross-validating before push, getting a second pair of eyes. Triggers on: '/peer-review', 'codex review', 'second opinion', 'peer review my changes'.
| name | gh-issue-priority-handoff |
| description | Use when the user asks to triage GitHub issues, prioritize backlog work, decide which issues are still valid, or generate delegation-ready issue briefs for coding agents. |
Use this skill when the user asks to:
Collect these before scoring:
owner/repo, or current directory.If the user does not provide these, proceed with sensible defaults and state assumptions.
Before ranking or writing handoff instructions:
AGENTS.md and repo docs if present.gh repo view --json defaultBranchRef, then git symbolic-ref --short refs/remotes/origin/HEAD, then the current branch.main, master, develop, release branches, or repo-defined equivalents).BASE_BRANCH=<detected-base-branch>
git fetch origin "$BASE_BRANCH"
git worktree add -b codex/issue-<id>-<slug> /path/to/worktrees/issue-<id> "origin/$BASE_BRANCH"
cd /path/to/worktrees/issue-<id>
If there is no usable remote, replace origin/$BASE_BRANCH with the best local base ref and state the limitation.
Use gh first:
gh issue list --state open --limit 200 --json number,title,labels,assignees,createdAt,updatedAt,url,state
gh issue view <number> --comments --json number,title,body,labels,comments,assignees,closedByPullRequestsReferences,createdAt,updatedAt,url,state
Hand off now: valid, bounded, agent-executable, and valuable.Needs human/product: valid problem but acceptance criteria or direction is missing.Defer: valid but low value, high opportunity cost, or blocked by another issue.Close/skip: stale, duplicate, already fixed, invalid, or not worth agent time.Importance: Critical / High / Medium / LowValue: 1-10 (user impact + business impact + data correctness + risk reduction)Effort: S / M / L / XLDependency: blocked-by or blocks-other-workSuggested weighting:
Always return these sections in order:
Freshness and AssumptionsPriority TableIssue AnalysisAgent Handoff BlocksSkipped or Needs Follow-upFor handoff block format, use:
references/handoff-template.mdpnpm unless the repo actually uses it.