🔁
AutomationPython

Greploop Apps

by michaelshimeles

Greploop Apps is an Automation 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 Apps
Copy Greploop Apps 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-apps ~/.claude/skills/greploop-apps

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-apps/SKILL.md in michaelshimeles/skills
Installs to
~/.claude/skills/greploop-apps
Collection
One of 6 skills cataloged from this repository
Category
Automation1754 skills

What Greploop Apps does

Greploop Apps iteratively pushes a PR, MR, or shelved changelist through Greptile review until it reaches 5/5 confidence with no unresolved comments. Use it when you want to keep fixing findings on large reviews, including `@greptile-apps` triggers for oversized PRs.

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

Documentation

README

Greploop Apps

Iteratively fix a PR/MR/CL until Greptile gives a perfect review: 5/5 confidence, zero unresolved comments. This variant tags @greptile-apps to trigger reviews, which bypasses the file-count limit that makes Greptile skip huge PRs (e.g. "Too many files changed for review"). Because auto-review skips those PRs, every push needs a fresh @greptile-apps review comment.

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.

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

Frequently asked about Greploop Apps

  • What else does michaelshimeles publish alongside Greploop Apps?

    Greploop Apps 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 Apps 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 Apps compare to other Automation skills?

    Greploop Apps ranks #1324 by stars among the 1754 Automation skills in this catalog. The most-starred ones next to it are Autonomous Loops, Autonomous Agent Harness and Automation Audit Ops. 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 Apps against them. Open each page to compare what they document and how they install.