pr-verify
Installation
SKILL.md
Verification Phases
Phase 1: Requirements Analysis
Parse PR body to extract:
- Acceptance Criteria: Checkboxes, numbered lists, "should" statements
- Linked Issues:
#123,fixes #456,closes #789 - Screenshots/Videos: Evidence of visual changes
- Breaking Changes: Migration notes, deprecation warnings
# Fetch PR details
gh pr view <PR_NUMBER> --json body,title,labels,linkedIssues