Agent Plugins Marketplace
All plugins

review-loop

v0.1.0

Drive every reviewer thread on a GitHub PR (Greptile, Devin, humans) to zero unresolved in bounded iterations, with a fixed-format final report.

CodexClaude Code1 Skill

By Greptile AILicense: MIT61 GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install review-loop for Codex and Claude Code

Installs for the current user
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add review-loop@unc-skills

Paste and run these commands in a terminal with Codex. They add and refresh the unc-skills catalog, then install this plugin.

Compatibility: the page URL and API slug “review-loop” remain stable.

  • Codex: review-loop@agent-plugin-marketplacereview-loop@unc-skills

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/Parcha-ai/parcha-skills

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is review-loop/.

Plugin files

review-loop/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/review-loop/SKILL.md

Included Skills1

review-loopskills/review-loop/SKILL.md

Drive every reviewer thread on a GitHub pull request to zero unresolved in bounded iterations. Covers bot reviewers such as Greptile and Devin and human reviewers. Fetches every inline comment, review, and issue comment, fixes what is actionable, replies, resolves bot threads through GraphQL, re-requests review once per push, and ends with a fixed-format report. Use when the user says "review loop", "address the review comments", "get this PR to zero unresolved", "greploop", or "make Greptile happy".

Plugin manifests2

review-loop/.codex-plugin/plugin.json
{
  "name": "review-loop",
  "version": "0.1.0",
  "description": "Drive every reviewer thread on a GitHub PR (Greptile, Devin, humans) to zero unresolved in bounded iterations, with a fixed-format final report.",
  "author": {
    "name": "Greptile AI",
    "url": "https://github.com/greptileai/skills"
  },
  "homepage": "https://github.com/Parcha-ai/parcha-skills/tree/main/review-loop",
  "repository": "https://github.com/Parcha-ai/parcha-skills/tree/main/review-loop",
  "license": "MIT",
  "keywords": [
    "review-loop",
    "code-review",
    "greptile",
    "devin",
    "pull-request"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Review loop",
    "shortDescription": "Drive PR review threads to zero unresolved",
    "longDescription": "Drive every reviewer thread on a GitHub PR (Greptile, Devin, humans) to zero unresolved in bounded iterations, with a fixed-format final report.",
    "developerName": "Greptile AI",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://github.com/Parcha-ai/parcha-skills/tree/main/review-loop",
    "defaultPrompt": [
      "Use $review-loop on the task at hand."
    ]
  }
}
review-loop/.claude-plugin/plugin.json
{
  "name": "review-loop",
  "version": "0.1.0",
  "description": "Drive every reviewer thread on a GitHub PR (Greptile, Devin, humans) to zero unresolved in bounded iterations, with a fixed-format final report.",
  "author": {
    "name": "Greptile AI",
    "url": "https://github.com/greptileai/skills"
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[review-loop on Agent Plugins Marketplace](https://pluginsmp.com/plugins/review-loop)