skills/smithery.ai/review_prs

review_prs

SKILL.md

Review and Merge Pull Requests

Automate the complete PR review, fix, merge, and cleanup workflow.

Objective

Review all open PRs (excluding drafts) for merge readiness. Make all necessary changes from nitpick to critical, then merge them methodically ensuring that at the end of the process, the code is all pushed to main and the workflow to build and deploy succeeds. This includes reading reviewer comments and addressing any unresolved issues that need to be fixed. Clean up local and remote PR branches after merging.

Process

Phase 1: Discovery and Triage

  1. List all open PRs (exclude drafts):

    gh pr list --state open --json number,title,isDraft,author,updatedAt,reviewDecision,statusCheckRollup
    
  2. Filter out draft PRs - Only work with ready-for-review PRs

Installs
2
First Seen
Mar 25, 2026