pr-readiness-check

Detect missing tests, documentation, and guideline violations in pull request diffs.

Updated Apr 10, 2026
One-click install
npx skills add https://github.com/abretonc7s/metamask-skills --skill pr-readiness-check-abretonc7s
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-readiness-check
Source: https://github.com/abretonc7s/metamask-skills/tree/main/domains/pr-workflow/skills/pr-readiness-check
Command: npx skills add https://github.com/abretonc7s/metamask-skills --skill pr-readiness-check-abretonc7s

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill helps developers and reviewers quickly identify potential issues in pull requests by analyzing code changes for missing tests, documentation, and adherence to guidelines.

Core Features & Use Cases

  • Diff Analysis: Examines code diffs to highlight untested logic and missing documentation.
  • Guideline Compliance: Checks for violations of coding standards such as improper type usage and styling.
  • Use Case: Developer submits a PR, and this Skill automatically flags areas needing tests or style fixes before review.

Quick Start

Use the pr-readiness-check skill to analyze your current branch for potential review issues.

Frequently Asked Questions about pr-readiness-check

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

FAQPage Schema
How do I check a pull request for missing tests and guideline violations?

To check a pull request for missing tests and guideline violations, you can analyze code diffs to highlight untested logic and flag improper type usage or styling issues before a review.

Can I use automated code quality checks for JavaScript and TypeScript projects?

Yes, automated code quality checks are effective for JavaScript and TypeScript projects, scanning code structure and diffs to detect missing documentation and enforce coding standards before merging.

What is the best way to automate pull request reviews for code quality?

Automating pull request reviews is best achieved by parsing code diffs to detect missing tests, documentation, and guideline violations, ensuring code quality and adherence to standards automatically.

How do I analyze code diffs to find untested logic before merging?

You analyze code diffs to find untested logic by examining the changes and scanning for areas lacking tests or documentation, flagging them for fixes before the code review process.

Does this code review skill work without external dependencies?

Yes, this diff analysis and linting skill operates without external dependencies, parsing code structure internally to detect style and documentation issues in your JavaScript or TypeScript projects.