AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Pr Review Fix Loop

skill-dapi-claude-code-marketplace-pr-review-fix-loop · by dapi

|

No reviews yet
0 installs
44 views
0.0% view→install

Install

$ agentstack add skill-dapi-claude-code-marketplace-pr-review-fix-loop

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-dapi-claude-code-marketplace-pr-review-fix-loop)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
5mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Pr Review Fix Loop? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

PR Review Fix Loop

Navigator for iterative PR review + autofix loop. Analyzes context and suggests the optimal command.

When to activate

  • User wants to review their PR changes
  • User wants to fix review comments automatically
  • User mentions "review loop", "autofix", "check PR"
  • User wants Codex CLI review (standalone)

Instructions

Step 1: Determine user intent

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.

Step 2: Suggest parameters (for /pr-review-fix-loop)

Based on context, suggest relevant flags:

  • If user mentions specific aspects (code, errors, tests, types, comments, simplify) -- add --aspects "..."
  • If user mentions criticality threshold -- add --min-criticality N
  • If user mentions linting -- add --lint
  • If user mentions Codex -- add --codex
  • If user mentions specific base branch -- add --base BRANCH
  • If user mentions iteration limit -- add --max-iterations N

Default (no flags) is fine for most cases.

Step 3: Present the command

Show the user the suggested command with brief explanation:

/pr-review-fix-loop [flags]

Explain what will happen:

  1. PR review via pr-review-toolkit
  2. Automatic fix of issues above criticality threshold
  3. Repeat until clean or stagnation detected
  4. Report saved to .claude/pr-review-loop-report.local.md

Step 4: Let user run the command

Do NOT run the command yourself. Present it and let the user invoke it.

Examples

Example 1: Simple PR review

User says: "review my PR" Action: Suggest /pr-review-fix-loop Result: User runs the command, loop starts

Example 2: Review with specific focus

User says: "check my PR for errors and code issues only" Action: Suggest /pr-review-fix-loop --aspects "code errors"

Example 3: Review with Codex

User says: "review my changes with codex too" Action: Suggest /pr-review-fix-loop --codex

Example 4: Codex-only review

User says: "run codex review" Action: Suggest /codex-pr-review

Example 5: Fix review comments

User says: "fix the review comments on my PR" Action: Suggest /pr-review-fix-loop --min-criticality 3 (lower threshold to catch more issues)

Troubleshooting

Plugin not installed

If /pr-review-fix-loop command is not available, tell user:

/plugin install pr-review-fix-loop@dapi

Required plugins missing

If pr-review-toolkit or feature-dev not installed:

/plugin install pr-review-toolkit
/plugin install feature-dev

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.