pr-check

Validate PR branch naming, titles, descriptions, and sizing against project standards.

20|4|Updated Jan 7, 2026
One-click install
npx skills add https://github.com/nbramia/LifeOS --skill pr-check-nbramia
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-check
Source: https://github.com/nbramia/LifeOS/tree/main/.agents/skills/pr-check
Command: npx skills add https://github.com/nbramia/LifeOS --skill pr-check-nbramia

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PRs often drift from standardized naming, descriptive texts, and sizing, causing slower reviews and inconsistent history.

Core Features & Use Cases

  • Enforces branch naming conventions, PR title formats, and description structure.
  • Validates PR size against additions/deletions thresholds and ensures test evidence is present.
  • Flags missing references and enforces commit message quality to maintain a clean history.

Quick Start

Run the PR standards check against the current branch or PR to verify naming, title format, description content, and sizing.

Frequently Asked Questions about pr-check

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

FAQPage Schema
How do I check pull request quality before submitting a review?

You can validate pull request standards by checking branch naming, title formats, descriptions, and diff sizing against project thresholds to identify and report PR quality issues.

What's the best way to enforce branch naming and commit message conventions?

Enforcing branch naming and commit message conventions is achieved by running a preflight check that flags missing references and validates commit messages to maintain a clean repository history.

How does PR size validation work for additions and deletions?

PR size validation works by measuring additions and deletions against configured thresholds, ensuring the pull request remains within acceptable sizing limits for faster reviews.

Can I run a local PR check without an active pull request number?

Yes, you can run a local PR check without an active pull request number by performing local checks such as branch name validation, commit message analysis, and diff size measurement directly on the current branch.

Does the PR standards check include secrets scanning and test evidence validation?

Yes, the PR standards check includes secrets scanning and verifies that test evidence is present within the pull request description to satisfy comprehensive review checks.