watch-asc-pr
Installation
SKILL.md
Watch an ASC CLI pull request
Run one idempotent follow-up pass. Preserve the existing PR context instead of restarting the full audit.
Recheck current state
- Resolve the exact PR and compare its current head SHA with the last audited or pushed SHA.
- Fetch checks, reviews, top-level comments, and GraphQL review threads.
- Separate new actionable feedback from resolved, outdated, informational, duplicate, or bot-noise comments.
- If the head changed outside this workflow, inspect the new diff before relying on prior conclusions.
Address actionable feedback
- Verify every new claim against the codebase, API schema, and existing behavior. Do not follow automated feedback blindly.
- Reproduce a valid defect and add or update a focused test before changing behavior.
- Implement the smallest coherent fix, run the focused check, commit, and push.
- Reply to and resolve only the threads fully addressed by that push.
- Re-fetch the PR after pushing and confirm the live head, checks, and thread state.