gormes-greptile-loop

Automate the Greptile PR review loop for Gormes PRs with bounded iterations.

9|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-greptile-loop
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gormes-greptile-loop
Source: https://github.com/TrebuchetDynamics/gormes-agent/tree/main/development-skills/gormes-greptile-loop
Command: npx skills add https://github.com/TrebuchetDynamics/gormes-agent --skill gormes-greptile-loop

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the end-to-end Greptile PR review loop for Gormes, reducing manual back-and-forth by enforcing a structured, autonomous workflow that achieves a 5/5 Greptile score or clearly documents blockers.

Core Features & Use Cases

  • Automated PR review loop orchestration: identifies the target PR, triggers or waits for Greptile review, and tracks unresolved threads.
  • Evidence aggregation and reporting: captures review evidence (author, file, line, comments, scores) to ensure traceability.
  • Safe, bounded iteration: enforces a maximum number of iterations and guardrails to prevent scope creep and deadlock.
  • Active blockers handling & TDD-style fixes: routes actionable feedback into the appropriate workflow or documents blockers for resolution.
  • Use Case: When a PR has sub-5/5 Greptile feedback, the loop autonomously iterates until a 5/5 score or a documented blocker is achieved.

Quick Start

Kick off the Greptile loop on a PR with sub-5/5 feedback to begin automated iteration toward a 5/5 result or blocker documentation.

Frequently Asked Questions about gormes-greptile-loop

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub pull request reviews to achieve a perfect Greptile score?

Automated PR review loops identify a target GitHub pull request, trigger Greptile review, track unresolved threads, and iterate autonomous fixes until achieving a 5/5 Greptile score or documenting blockers.

What happens when a Greptile code review flags blockers that cannot be automatically fixed?

When Greptile code review blockers cannot be resolved autonomously, the workflow routes actionable feedback appropriately and documents the specific blockers for manual resolution to prevent loop deadlock.

Can I enforce a maximum iteration limit for automated pull request fix loops in GitHub?

Automated pull request fix loops enforce bounded iterations with a maximum limit of five iterations, applying guardrails to prevent scope creep and ensure safe autonomous GitHub workflow execution.

How do I aggregate evidence from automated code review iterations on a Go pull request?

Automated code review iteration evidence aggregation captures review metadata including author, file, line, comments, and Greptile scores for Go pull requests, ensuring full traceability of autonomous fixes.

Does the automated Greptile loop work with existing GitHub-based development workflows?

The automated Greptile loop integrates with GitHub-based development workflows requiring iterative automated reviews, applying a safe loop contract to govern blockers, local validation, and autonomous PR fixes.