greptile-address
Installation
SKILL.md
Greptile Address
Consume exactly one Greptile review snapshot for a PR, remediate its actionable findings, and resolve addressed threads. The snapshot is fixed for the run: never request a review, wait for a second review, or replace it with newer feedback.
Inputs
- PR number (optional): If omitted, detect the PR from the current branch.
- Expected reviewed SHA (optional): Required when a supervising loop requested the review.
- Request-attempt time or review ID (optional): Use to distinguish the paid review from stale feedback.
One-Pass Workflow
- Identify the PR and branch:
gh pr view --json number,headRefName -q '{number: .number, branch: .headRefName}'
- Fetch pull-request reviews, inline review comments, and issue comments separately. Issue comments are status/context only and can never be review snapshots: