com um clique
pr-issues
PR review triage, scoped fixes, verification, and merge workflow
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
PR review triage, scoped fixes, verification, and merge workflow
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Web transport boundaries and feature-layer conventions
Workflow and checks for adding a new game system
Meaningful testing strategy and coverage guardrails
Parallel-path refactor workflow for clean boundary cutovers
Structured domain and transport errors with i18n-friendly messages
Go conventions for architecture-first, maintainable code
Baseado na classificação ocupacional SOC
| name | pr-issues |
| description | PR review triage, scoped fixes, verification, and merge workflow |
| user-invocable | true |
Codify how to triage GitHub PR review comments, propose fixes, apply agreed changes, run tests, and set auto-merge with squash.
Use this skill when the user asks to:
Fetch PR context
gh pr view --json numberWait for automated reviewer (if expected)
Triage feedback
Recommend actions
Implement approved changes
schema, error-handling, go-style, web-server).Verify
make check before pushing PR updates.make check as the gating local parity check for the PR workflows.make smoke for faster runtime iteration when you need quick confidence before the final gate.Update PR and enable auto-merge
gh pr merge <pr> --auto --squash.gh pr merge <pr> --squash.--merge, --rebase, or --delete-branch.gh pr merge with ad hoc API calls.Use gh for all PR data and updates.
gh pr view <pr> --json title,number,headRefName,reviewDecision,checks
gh api repos/<owner>/<repo>/pulls/<pr>/comments
gh api repos/<owner>/<repo>/pulls/<pr>/reviews
gh pr comment <pr> --body "<summary>"
gh pr merge <pr> --auto --squash
gh pr merge <pr> --squash
Inline comments (file/line) come from pulls/<pr>/comments. Always use that endpoint for line-level feedback.
Provide a short triage report with:
After changes, report: