From pr-review-fix-loop
Suggests optimal commands for iterative PR review and autofix loops, including review cycles, fixing comments, and Codex reviews. Useful for automating PR checks and resolutions.
How this skill is triggered — by the user, by Claude, or both
Slash command
/pr-review-fix-loop:pr-review-fix-loopThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Navigator for iterative PR review + autofix loop. Analyzes context and suggests the optimal command.
Navigator for iterative PR review + autofix loop. Analyzes context and suggests the optimal command.
Determine which command fits:
| Intent | Command |
|---|---|
| Iterative review + fix cycle | /pr-review-fix-loop |
| Standalone Codex review | /codex-pr-review |
| Just review without fixing | Suggest /pr-review-toolkit:review-pr instead |
If intent is unclear, ask the user.
Based on context, suggest relevant flags:
--aspects "..."--min-criticality N--lint--codex--base BRANCH--max-iterations NDefault (no flags) is fine for most cases.
Show the user the suggested command with brief explanation:
/pr-review-fix-loop [flags]
Explain what will happen:
.claude/pr-review-loop-report.local.mdDo NOT run the command yourself. Present it and let the user invoke it.
User says: "review my PR"
Action: Suggest /pr-review-fix-loop
Result: User runs the command, loop starts
User says: "check my PR for errors and code issues only"
Action: Suggest /pr-review-fix-loop --aspects "code errors"
User says: "review my changes with codex too"
Action: Suggest /pr-review-fix-loop --codex
User says: "run codex review"
Action: Suggest /codex-pr-review
User says: "fix the review comments on my PR"
Action: Suggest /pr-review-fix-loop --min-criticality 3 (lower threshold to catch more issues)
If /pr-review-fix-loop command is not available, tell user:
/plugin install pr-review-fix-loop@dapi
If pr-review-toolkit or feature-dev not installed:
/plugin install pr-review-toolkit
/plugin install feature-dev
npx claudepluginhub dapi/claude-code-marketplace --plugin pr-review-fix-loopAutomates GitHub PR review-fix loops: requests bot reviews via @mentions, polls comments with GitHub CLI, analyzes issues, fixes code, runs internal review, pushes changes, repeats until no critical issues.
Reviews pull requests and addresses feedback. Executes rebase, mode selection (automated-fix, automated-merge, deliberate), and dispatches a reviewer subagent.
Reviews a pull request for code quality and correctness. Use when asked to review a PR or when running as an automated PR reviewer.