Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Source Command Review Pr

Comprehensive PR review using specialized agents

tangchunwu 2177d1b 1.2 KB Updated 1 repo stars

File contents

source-command-review-pr

Use this skill when the user asks to run the migrated source command review-pr.

Command Template

Run a comprehensive multi-perspective review of a pull request.

Usage

/review-pr [PR-number-or-URL] [--focus=comments|tests|errors|types|code|simplify]

If no PR is specified, review the current branch's PR. If no focus is specified, run the full review stack.

Steps

  1. Identify the PR:
    • use gh pr view to get PR details, changed files, and diff
  2. Find project guidance:
    • look for AGENTS.md, lint config, TypeScript config, repo conventions
  3. Run specialized review agents:
    • code-reviewer
    • comment-analyzer
    • pr-test-analyzer
    • silent-failure-hunter
    • type-design-analyzer
    • code-simplifier
  4. Aggregate results:
    • dedupe overlapping findings
    • rank by severity
  5. Report findings grouped by severity

Confidence Rule

Only report issues with confidence >= 80:

  • Critical: bugs, security, data loss
  • Important: missing tests, quality problems, style violations
  • Advisory: suggestions only when explicitly requested

tangchunwu/skill-hub/tree/main/skills/custom/source-command/source-command-review-pr commit 2177d1bc8f

Frequently asked questions

npx skillmds add tangchunwu/source-command-review-pr