pr-auto-improve

Analyze pull requests to generate targeted code-quality improvement reports.

13|6|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/baekenough/second-brain --skill pr-auto-improve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-auto-improve
Source: https://github.com/baekenough/second-brain/tree/main/.claude/skills/pr-auto-improve
Command: npx skills add https://github.com/baekenough/second-brain --skill pr-auto-improve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Analyzes pull requests after creation to surface targeted code-quality improvements before merge, reducing review friction and defects.

Core Features & Use Cases

  • Opt-in, advisory-only PR analysis that suggests concrete improvements (naming, structure, tests, documentation)
  • Works across languages and repositories by diff, risk categorization, and automated report generation
  • Useful for teams practicing code-review discipline, CI-fail remediation, and post-PR quality gates

Quick Start

Ask the agent to analyze PR #N and generate a targeted improvement report.

Frequently Asked Questions about pr-auto-improve

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

FAQPage Schema
How do I analyze a pull request for code-quality improvements before merging?

Pull request analysis surfaces targeted code-quality improvements by fetching diffs, categorizing changes, running checks, and generating a report to reduce review friction and defects before merge.

Can I automatically apply code review fixes to a pull request?

Yes, pull request analysis can apply approved fixes via controlled commits after generating an improvement report, allowing teams to remediate issues like naming, structure, tests, and documentation automatically.

Does PR analysis work across different programming languages and repositories?

Pull request analysis works across languages and repositories by evaluating diffs, categorizing risks, and generating automated reports, making it suitable for diverse software teams practicing code-review discipline.

How do I use PR analysis to fix CI failures?

Pull request analysis supports CI-fail remediation by evaluating the failed pipeline changes, suggesting concrete code-quality improvements, and applying approved fixes through controlled commits.

What is the best way to run post-merge code quality reviews?

Post-merge quality gates use pull request analysis to review diffs, categorize changes, run improvement checks, and generate reports that surface targeted code-quality improvements for ongoing repository maintenance.

Do I need to configure anything to start analyzing pull requests?

Pull request analysis operates in opt-in, advisory-only workflows where you ask the agent to analyze a specific PR number and generate a targeted improvement report without requiring complex setup.