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.
npx claudepluginhub dapi/claude-code-marketplace --plugin pr-review-fix-loopThis skill uses the workspace's default tool permissions.
Navigator for iterative PR review + autofix loop. Analyzes context and suggests the optimal command.
Automates 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 GitHub PRs: identifies feedback, selects automated-fix/merge or deliberate mode, rebases onto base branch, addresses issues, and posts comments.
Reviews a pull request for code quality and correctness. Use when asked to review a PR or when running as an automated PR reviewer.
Share bugs, ideas, or general feedback.
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