quality-review

Review GitHub pull requests for correctness, style, test coverage, and standards.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/eykd/vance-ts --skill quality-review-eykd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: quality-review
Source: https://github.com/eykd/vance-ts/tree/main/.claude/skills/quality-review
Command: npx skills add https://github.com/eykd/vance-ts --skill quality-review-eykd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing pull requests for code quality, correctness, and test quality, saving time and reducing the risk of overlooked issues.

Core Features & Use Cases

  • Automated Code Quality Checks: Identifies issues such as correctness, style, and adherence to project standards.
  • Test Coverage Analysis: Evaluates the comprehensiveness of unit tests to ensure thorough coverage.
  • Compliance Reporting: Assesses the adherence to project guidelines and standards.
  • Use Case: A developer reviews a pull request in a GitHub repository and uses the quality-review skill to automatically scan for code quality issues.

Quick Start

Use the quality-review skill on your current PR with the command: /quality-review

Frequently Asked Questions about quality-review

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

FAQPage Schema
How do I automate code review for pull requests?

Automating code review for pull requests involves scanning source code changes to identify correctness, style, and test coverage issues. This skill evaluates GitHub pull requests against project standards to ensure quality and compliance.

Can I check test coverage in a GitHub pull request automatically?

Yes, you can check test coverage in a GitHub pull request automatically by analyzing source code changes against test framework reports. This skill evaluates the comprehensiveness of unit tests to ensure thorough coverage before merging.

Does this automated code review tool work without specific test frameworks?

No, this automated code review tool requires a codebase that utilizes test frameworks with coverage reports. It is designed to evaluate test comprehensiveness by analyzing those coverage reports alongside the source code changes.

What is the best way to enforce project standards during code review?

The best way to enforce project standards during code review is to automate compliance reporting. This skill assesses adherence to your project guidelines and standards by automatically scanning source code changes for violations.

How do I run a quality review on my current pull request?

To run a quality review on your current pull request, execute the `/quality-review` command in your repository. This triggers the automated scan for code quality, correctness, style, and test coverage issues.