What problem does it solve? Reviewing a pull request, merge request, or Perforce changelist means manually checking CI status, reading every inline and general comment, verifying bot reviews are current, and confirming the description is complete. This Skill automates that inspection and helps fix and resolve the issues it finds. ## Core Features & Use Cases - Multi-platform change inspection: Detects GitHub, GitLab, or Perforce automatically and fetches PR/MR/CL details, status checks, review comments, and discussions via gh, glab, or p4 CLIs. - Fresh Greptile review gating: Blocks completion unless a Greptile review is tied to the exact current head SHA, treating stale or failed reviews as blockers. - Issue triage and resolution: Categorizes findings as actionable, informational, or already addressed, applies fixes on request, and resolves review threads via GraphQL or the GitLab discussions API. - Use Case: After pushing a commit to an existing GitHub PR, ask the agent to check the PR; it waits for pending checks, verifies a fresh Greptile pass on the new head, summarizes reviewer feedback, fixes actionable comments, pushes, and resolves the threads. ## Quick Start Ask the agent to check the current branch's pull request for review comments and failing checks, then fix any actionable issues it finds.