review-loop
v0.1.0Drive every reviewer thread on a GitHub PR (Greptile, Devin, humans) to zero unresolved in bounded iterations, with a fixed-format final report.
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
codex plugin marketplace add Parcha-ai/parcha-skills
codex plugin marketplace upgrade unc-skills
codex plugin add review-loop@unc-skillsPaste 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-marketplace→review-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-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is review-loop/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/review-loop/SKILL.md
Included Skills1
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
{
"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."
]
}
}{
"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"
}
}For maintainers
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)