skills/smithery.ai/analyze-pr

analyze-pr

Installation
SKILL.md

Pull Request Analysis

PR Review Process

1. Understand the Context

  • Read PR title and description
  • Check linked issues/tickets
  • Understand the goal of the changes

2. Review File Changes

# List changed files
git diff --name-only main...HEAD

# View changes with context
git diff main...HEAD
Installs
1
First Seen
Mar 26, 2026
analyze-pr from smithery.ai