review

Triage GitHub pull request review comments and apply code fixes.

Updated Mar 24, 2026
One-click install
npx skills add https://github.com/spencerbeggs/design-docs-plugin --skill review-spencerbeggs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/spencerbeggs/design-docs-plugin/tree/main/plugin/skills/review
Command: npx skills add https://github.com/spencerbeggs/design-docs-plugin --skill review-spencerbeggs

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, bun, jq, and includes scripts (resource) components.

What problem does it solve?

This skill automates the tedious process of triaging, addressing, and verifying GitHub PR review comments, ensuring that feedback is handled systematically without manual overhead.

Core Features & Use Cases

  • Intelligent Triage: Automatically filters resolved, outdated, and invalid comments while categorizing legitimate feedback by severity.
  • Automated Remediation: Executes code fixes, runs verification tests, and manages GitHub thread resolution in a single workflow.
  • Use Case: During a busy sprint, use this skill to instantly process a list of 20+ PR comments, automatically applying fixes for style and logic issues while deferring complex architectural concerns to new GitHub issues.

Quick Start

Use the review skill to fetch and address all pending feedback on the current pull request.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate fixing GitHub pull request review comments?

Automating GitHub pull request review comments is achieved by filtering stale feedback, applying code fixes directly to active branches, and verifying changes through local test suites before committing.

What's the best way to triage outdated PR feedback automatically?

Triage outdated PR feedback automatically by filtering resolved, invalid, and outdated comments, then categorizing legitimate feedback by severity to ensure only actionable items are processed.

Do I need the GitHub CLI to automate pull request code fixes?

Yes, GitHub CLI integration is required to automate pull request code fixes, as it enables fetching pending feedback and managing GitHub thread resolution within your local development workflow.

Can I run automated linting and testing before committing PR fixes?

Yes, you can run automated linting and testing before committing PR fixes to verify code quality and ensure changes pass local test suites prior to finalizing the pull request resolution.

How does automated code review handle complex architectural feedback?

Automated code review handles complex architectural feedback by deferring these intricate logic issues to newly created GitHub issues, allowing immediate automated remediation of style and simpler logic problems.

What are the limitations of automating GitHub thread resolution?

Limitations of automating GitHub thread resolution include its dependency on local test suite execution to verify changes and its focus on active development branches, meaning complex architectural concerns require manual deferral.