greptile-resolve

Verify Greptile pull request comments against repository code and classify them.

Updated Jun 22, 2026
One-click install
npx skills add https://github.com/Omniloy/agent-skills --skill greptile-resolve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: greptile-resolve
Source: https://github.com/Omniloy/agent-skills/tree/main/skills/greptile-resolve
Command: npx skills add https://github.com/Omniloy/agent-skills --skill greptile-resolve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you respond to Greptile PR reviews accurately and efficiently, turning review comments, confidence scores, and unresolved threads into concrete code fixes or clear reasons why a comment is not applicable.

Core Features & Use Cases

  • Code-aware review response: Reads Greptile comments, checks them against the actual repository code, and separates valid issues from invalid or ambiguous ones.
  • Thread management: Fixes confirmed problems, replies to incorrect comments with concise reasoning, resolves addressed threads, and re-requests review.
  • Single-pass or looping workflows: Supports one focused review round or repeated cycles until Greptile reaches a 5/5 confidence score.
  • Use case: Ideal when a pull request needs systematic reviewer cleanup, especially for teams using Greptile as an automated gate before merge.

Quick Start

Use the greptile-resolve skill on a pull request number or URL and choose single pass or loop mode so it can verify comments, update the code, and drive the review toward 5/5.

Frequently Asked Questions about greptile-resolve

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

FAQPage Schema
How do I resolve Greptile review comments on GitHub pull requests?

To resolve Greptile review comments on GitHub pull requests, the Skill verifies comments against repository code, classifies them as valid, invalid, or ambiguous, and drives the review response workflow by fixing code or replying with clear reasoning.

Can I automatically fix code based on Greptile pull request review threads?

Yes, you can automatically fix code based on Greptile pull request review threads. The Skill confirms valid problems, applies safe code edits, commits and pushes changes, resolves addressed threads, and re-requests review on GitHub.

How do I reach a 5/5 confidence score on Greptile PR reviews?

To reach a 5/5 confidence score on Greptile PR reviews, use the Skill's loop mode. It runs repeated cycles of comment triage, code updates, and re-review requests until Greptile reaches the 5/5 confidence score.

What is the best way to handle invalid or ambiguous Greptile review feedback?

The best way to handle invalid or ambiguous Greptile review feedback is to verify comments against actual repository code. The Skill replies to incorrect comments with concise reasoning and carefully handles unresolved or ambiguous threads.

Do I need PR metadata access to resolve Greptile review threads?

Yes, you need PR metadata access to resolve Greptile review threads. The Skill requires PR metadata access, review-thread mapping, and confidence-score parsing to triage comments, apply safe code edits, and drive thread resolution.

Why does my Greptile re-review loop not resolve all PR threads?

Your Greptile re-review loop may not resolve all PR threads if comments remain ambiguous. The Skill requires careful handling of unresolved or ambiguous comments, meaning some threads cannot be auto-resolved without further manual code verification.