How this command is triggered — by the user, by Claude, or both
Slash command
/pr-review:pr-diffThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /pr diff - Annotated PR Diff Viewer ## Visual Output Display header: `PR-REVIEW - Diff Viewer` ## Skills to Load - skills/mcp-tools-reference.md - skills/pr-analysis.md - skills/output-formats.md ## Usage ## Workflow ### Step 1: Fetch Data Load MCP tools, then: `get_pr_diff`, `get_pr_comments` ### Step 2: Parse and Annotate Execute `skills/pr-analysis.md` Annotated Diff Display: - Overlay comments at file/line positions - Show commenter, timestamp, replies - Mark resolved vs open ### Step 3: Display Use annotated diff format from `skills/output-formats.md` ## Use Cases - R...
Display header: PR-REVIEW - Diff Viewer
/pr diff <pr-number> [--repo owner/repo] [--context <n>] [--no-comments] [--file <pattern>]
Load MCP tools, then: get_pr_diff, get_pr_comments
Execute skills/pr-analysis.md Annotated Diff Display:
Use annotated diff format from skills/output-formats.md
| Command | Purpose |
|---|---|
/pr summary | Quick overview |
/pr review | Full review |
/pr findings | Filter findings |
npx claudepluginhub l3ocho/mktpl-claude-datasaas/review-prReviews GitHub Pull Request code changes, analyzes diff for quality/style/performance/tests/security, and posts inline comments with targeted suggestions and risks.
/sc-pr-commentsFetch and display GitHub PR comments as an ASCII tree with reviews, general comments, and line-specific threads. Supports --all for resolved threads.
/reviewPerforms evidence-based code review from quality guide, design intent, PR body artifacts and git diff main...HEAD; outputs prioritized comments to .review-artifacts/{branch-name}/review-comments.md.