بنقرة واحدة
pr-issues
PR review triage, scoped fixes, verification, and merge workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
PR review triage, scoped fixes, verification, and merge workflow
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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
| 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: