review-documentation
Installation
SKILL.md
Documentation Review for Pull Requests
Review documentation changes proposed in a GitHub pull request, evaluating them across two primary dimensions: ease of understanding and technical correctness. Produce a structured report with categorized findings and severity levels.
Review Process
Step 1: Retrieve the PR Diff
Obtain the documentation changes from the pull request. Accept either a PR number/URL as an argument or auto-detect the PR for the current branch.
With a PR number or URL:
gh pr diff <PR_NUMBER_OR_URL>
Auto-detect from current branch: