🔁
QualityPython

Greploop

by michaelshimeles

Greploop is a Quality skill for Claude Code, published by michaelshimeles in skills.

538 stars92 forkson michaelshimeles/skillsAdded 2026/09/03Repository updated 2026/09/02
agent-skillsai-agentsclaude-codecode-reviewcodexcursordeveloper-workflowgreptile
Install in seconds
Install Greploop
Copy Greploop into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/michaelshimeles/skills/tree/main/greploop ~/.claude/skills/greploop

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/michaelshimeles/skills.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
greploop/SKILL.md in michaelshimeles/skills
Installs to
~/.claude/skills/greploop
Collection
One of 6 skills cataloged from this repository
Category
Quality1478 skills

What Greploop does

Greploop iteratively fixes a PR, MR, or Perforce changelist until Greptile returns a 5/5 confidence score with no unresolved comments. Use it when you want to trigger review, apply actionable feedback, and repeat until the review is clean.

Greploop is cataloged under Quality on DirSkills. Greploop comes from a repository tagged agent-skills, ai-agents, claude-code, code-review and codex.

Documentation

README

Greploop

Iteratively fix a PR/MR/CL until Greptile gives a perfect review: 5/5 confidence, zero unresolved comments.

Inputs

  • PR/MR/CL number (optional): If not provided, detect the PR/MR for the current branch, or the default pending changelist for p4.
  • --max-iterations N (optional, default 10): cap on review-fix-push cycles before the loop stops and reports the current state. Raise it for large PRs where Greptile keeps surfacing new findings; lower it to bound cost.

Instructions

0. Detect platform

First check for Perforce, then fall back to git remote detection:

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Greploop

  • What else does michaelshimeles publish alongside Greploop?

    Greploop is one of 6 skills that DirSkills catalogs from michaelshimeles/skills, the repository it ships in. Its siblings there include Before and After Screenshot, Code Structure and Evidence-Driven Testing. Each one is a separate skill with its own page in this directory, installs the same way Greploop does, and is maintained by michaelshimeles in that same repository. The rest of the collection is listed on the michaelshimeles/skills page.

  • How does Greploop compare to other Quality skills?

    Greploop ranks #1189 by stars among the 1478 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Greploop against them. Open each page to compare what they document and how they install.