pr-auto-improve

Analyze pull request diffs for code quality, type safety, and documentation improvements.

1|Updated May 21, 2026
One-click install
npx skills add https://github.com/hiddink-ai/hiddink-harness --skill pr-auto-improve-hiddink-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-auto-improve
Source: https://github.com/hiddink-ai/hiddink-harness/tree/main/templates/skills/pr-auto-improve
Command: npx skills add https://github.com/hiddink-ai/hiddink-harness --skill pr-auto-improve-hiddink-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the manual overhead and inconsistency in reviewing pull requests by providing automated, opt-in analysis of code quality, testing, and documentation.

Core Features & Use Cases

  • Automated PR Analysis: Scans PR diffs to identify naming inconsistencies, dead code, type safety issues, and missing test coverage.
  • Expert Delegation: Automatically routes specific file types to specialized agents (e.g., TypeScript, Python, Rust) for targeted improvements.
  • Use Case: A developer submits a PR with complex logic; the skill analyzes the diff, identifies missing error handling and JSDoc, and suggests specific fixes that the developer can approve with a single command.

Quick Start

Ask the agent to improve the current pull request by typing improve this PR in the chat interface.

Frequently Asked Questions about pr-auto-improve

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

FAQPage Schema
How does automated pull request analysis improve code quality?

Automated pull request analysis improves code quality by scanning PR diffs to identify naming inconsistencies, dead code, type safety issues, and missing test coverage, then delegating specific file types to expert agents for targeted remediation suggestions.

How do I automate code review for a pull request?

You can automate code review by asking the agent to improve the current pull request through your chat interface. The skill analyzes the diff and suggests specific fixes like missing error handling or JSDoc that you can approve with a single command.

Does automated code refactoring work with multiple programming languages?

Yes, automated code refactoring works with multiple programming languages by delegating specific file types to specialized agents. This expert delegation routes targeted improvements for languages like TypeScript, Python, and Rust based on the diff analysis.

Is automated code modification safe to apply directly to my git repository?

Automated code modification is safe because it operates on a per-request basis and adheres to strict opt-in safety protocols. It requires integration with git management tools and only applies code modifications after you explicitly approve the suggested fixes.

What is the best way to ensure type safety and documentation in a pull request?

The best way to ensure type safety and documentation is using automated PR analysis to scan diffs for missing test coverage and JSDoc. It identifies specific issues and suggests fixes that developers can approve with a single command.