بنقرة واحدة
review-pr
Review a pull request. Self-fix on own PRs, post a review on others'. Load repo-setup first.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Review a pull request. Self-fix on own PRs, post a review on others'. Load repo-setup first.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
Diagnose and fix failing CI on a PR. Capped at 3 attempts. Load repo-setup first.
Refresh /workspace/repo and prepare the correct branch. Load this before any situation skill.
Resolve a GitHub issue end-to-end — explore, plan, implement, clean up, and open a draft PR.
Review the current branch's changes against intent. Returns a structured list of findings the caller can hand to a fix-applier, or an empty list when there's nothing to address. Use this for both self-review of your own work and reviewing someone else's PR.
Apply review findings as the smallest code changes, then commit and push. Used on the bot's own PRs.
Triage and respond to comments on a PR. Fix if actionable, reply either way. Load repo-setup first.
استنادا إلى تصنيف SOC المهني
| name | review-pr |
| description | Review a pull request. Self-fix on own PRs, post a review on others'. Load repo-setup first. |
| license | Apache-2.0 |
| metadata | {"audience":"autonomous-agents"} |
Review a PR the bot is involved in. Load repo-setup first.
gh pr view <N> --json author --jq .author.login
vs $ME (your identity). Skip drafts unless it's your own PR.review skill.--comment review (reserve --approve
for when you can vouch for correctness).apply-fixes skill to push fixes.--request-changes or
--comment review via gh pr review. Don't push to their branch.Write review comments like a senior dev — direct, specific, no filler. "this will panic on nil" not "I noticed that this could potentially cause a nil pointer dereference."
Don't approve trivially. Don't merge.