What problem does it solve? Reviewing a pull request, merge request, or Perforce changelist means manually checking CI status, reading every review comment, verifying the description is complete, and confirming bot reviews are fresh for the current head commit. 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, inline comments, and general discussion via gh, glab, or p4 CLIs. - Fresh review gating: Polls pending status checks and blocks completion until a Greptile review tied to the exact current head SHA concludes cleanly, preventing stale approvals. - 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 CI, verifies a fresh Greptile pass on the new head, summarizes reviewer feedback, fixes actionable comments, pushes, and resolves the threads. ## Quick Start Check the PR for my current branch and fix any actionable review comments.