review-pr
Installation
SKILL.md
PR Review: #$0
Perform a comprehensive review of pull request #$0 in the fundamental-styles repository, checking against project coding standards, accessibility requirements, and architectural patterns.
Setup
If $0 is empty or not a number, ask the user for a PR number before proceeding.
Fetch PR Context
Gather all necessary information about the PR:
# PR metadata and description
gh pr view $0 --json title,body,author,state,isDraft,labels
# Full diff for review
gh pr diff $0