Files
leo-claude-mktplace/plugins/pr-review/commands/pr-summary.md
lmiranda 5bf1271347 refactor(clarity-assist): extract skills from commands
Extract shared knowledge from clarify.md and quick-clarify.md into
reusable skill files:
- 4d-methodology.md: Core 4-phase clarification process
- nd-accommodations.md: Neurodivergent-friendly question patterns
- clarification-techniques.md: Anti-patterns and question templates
- escalation-patterns.md: Mode switching guidelines

Commands slimmed from 149/96 lines to 44/49 lines respectively.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 17:23:40 -05:00

42 lines
726 B
Markdown

# /pr-summary - Quick PR Summary
## Visual Output
Display header: `PR-REVIEW - Quick Summary`
## Skills to Load
- skills/mcp-tools-reference.md
- skills/pr-analysis.md
- skills/output-formats.md
## Usage
```
/pr-summary <pr-number> [--repo owner/repo]
```
## Workflow
### Step 1: Fetch PR Data
Load MCP tools, then: `get_pull_request`, `get_pr_diff`
### Step 2: Analyze Changes
Execute `skills/pr-analysis.md`:
- Categorize changes (feature, fix, refactor)
- Calculate statistics
- Identify key files
- Assess scope and risk
### Step 3: Generate Summary
Use summary format from `skills/output-formats.md`
## When to Use
- Quick overview before full review
- Triage multiple PRs
- Decide if /pr-review is needed