skills/smithery.ai/pr-automation

pr-automation

Installation
SKILL.md

Automated PR Review Workflow

Objective

Automatically review pull requests using specialized agents, post reviews to GitHub, apply fixes with user approval, and iterate until the PR is ready to merge.

When to Use

Trigger this skill when the user asks to:

  • Review a pull request
  • Check PR for issues
  • Fix PR problems
  • Iterate on PR until mergeable

Workflow Steps

1. Identify Pull Request

Determine which PR to review:

  • If PR number provided: Use that PR
  • If on branch: Find PR for current branch (gh pr view --json number)
  • If no PR: Ask user which PR to review
Installs
1
First Seen
Apr 28, 2026
pr-automation from smithery.ai