snap-resolve
Installation
SKILL.md
Snap Resolve
Triage, fix, explain, close loop.
Workflow
Fetch:Gather PR title, PR body, PR comments, review threads, review bodies, unresolved thread ids, CI failures. Extract linked refs/URLs from PR body + comments/reviews. For each resolvable issue ref, fetch title/body/comments. Read parent PRD/epic, breakdown comments, plan comments, and referenced issues/PRs/discussions/docs that affect fix scope. Recurse through material scope/acceptance/blocker links. Support#123,owner/repo#123, full GitHub issue URLs, and closing-keyword forms likecloses,fixes,resolves. Normalize + dedupe refs by canonical identity. Route unreadable, invalid, or conflicting refs toUnsure.Explore:Read fetched PR/issue context first, then affected code, tests, patterns before touching fixes.Categorize:Split into[FIX]and[EXPLAIN]. Scope decisions against PR intent + linked issue context. Use TDD for substantive fixes. Use direct fixes for trivia.
Lifecycle
Present one checkpoint summary:
[FIX][EXPLAIN]CI failuresUnsure
Checkpoint shape:
Related skills