review-pr

Automate Pull Request reviews with multi-agent code analysis and structured feedback.

1|1|Updated Jan 18, 2025
One-click install
npx skills add https://github.com/Project-X-Vietnam/landing-page --skill review-pr-project-x-vietnam
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-pr
Source: https://github.com/Project-X-Vietnam/landing-page/tree/main/.claude/skills/review-pr
Command: npx skills add https://github.com/Project-X-Vietnam/landing-page --skill review-pr-project-x-vietnam

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code changes in a Pull Request, ensuring code quality, simplicity, type safety, and proper testing before merging.

Core Features & Use Cases

  • Multi-Agent Review: Utilizes specialized agents to check for bugs, complexity, type errors, silent failures, documentation quality, and test coverage.
  • Structured Feedback: Provides a clear, actionable report with a summary, verdict, critical issues, suggestions, positive notes, and test coverage assessment.
  • Use Case: Integrate this skill into your CI/CD pipeline to automatically flag potential issues in every Pull Request, improving code quality and reducing manual review time.

Quick Start

Ask the AI to review the latest changes in the current pull request.

Frequently Asked Questions about review-pr

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

FAQPage Schema
How do I automate pull request reviews for TypeScript code?

Automated PR review utilizes a multi-agent system to analyze code diffs for type correctness, logic, simplicity, and test coverage. It triggers on commands like "review PR" to provide structured, actionable feedback on TypeScript changes.

What does automated code review check for in a pull request?

Automated code review checks for bugs, complexity, type errors, silent failures, documentation quality, and test coverage. It analyzes code diffs using specialized agents to ensure code quality and simplicity before merging.

Can I integrate automated code review into GitHub Actions CI/CD pipelines?

Yes, you can integrate automated code review into GitHub Actions CI/CD pipelines to automatically flag potential issues in every pull request. This improves code quality and reduces manual review time by providing structured feedback.

How do I get structured feedback from a multi-agent code review?

You get structured feedback from a multi-agent code review by asking the AI to review the latest changes in your pull request. The system then provides a clear, actionable report with a summary, verdict, critical issues, suggestions, and test coverage assessment.

Does automated PR review check for silent failures and test coverage?

Yes, automated PR review checks for silent failures and assesses test coverage using specialized agents. It analyzes code diffs to identify potential issues and provides a comprehensive report including positive notes and critical issues.