pr-checklist

Run pre-pull-request checks including tests, linting, formatting, and type checking.

2|2|Updated Feb 21, 2026
One-click install
npx skills add https://github.com/weaties/helmlog --skill pr-checklist-weaties
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-checklist
Source: https://github.com/weaties/helmlog/tree/main/.claude/skills/pr-checklist
Command: npx skills add https://github.com/weaties/helmlog --skill pr-checklist-weaties

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the pull request process by automating pre-submission checks, ensuring code quality, and adherence to project standards before a PR is created.

Core Features & Use Cases

  • Automated Verification: Runs tests, linters, formatters, and type checkers.
  • Compliance Checks: Verifies data licensing and dependency management.
  • Use Case: Before submitting a feature for review, run this Skill to catch any potential issues, saving review time and reducing the chance of immediate rejections due to common errors.

Quick Start

Run the pr-checklist skill to perform all pre-pull request verification steps.

Frequently Asked Questions about pr-checklist

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

FAQPage Schema
How do I automate code review checks before submitting a pull request?

Automated pre-pull request checks verify code readiness by running tests, linters, formatters, and type checkers. This enforces project standards and catches common errors before code submission, saving review time and reducing rejections.

What is included in pre-PR verification for software development projects?

Pre-PR verification encompasses code testing, linting, formatting, type checking, integration tests, data licensing compliance, and dependency validation. It ensures adherence to project standards and best practices before a pull request is created.

How can I check dependency validation and data licensing compliance before a PR?

Dependency validation and data licensing compliance are checked as part of a comprehensive pre-pull request suite. This verifies dependency management and data licensing rules to ensure project standards are met before code submission.

Does this automated PR checklist support integration tests and type checking?

Yes, the automated PR checklist supports integration tests and type checking. It executes a comprehensive suite of verification steps to ensure code quality and adherence to project standards before pull request creation.

What is the best way to ensure PR readiness and reduce immediate review rejections?

The best way to ensure PR readiness is running an automated checklist that executes tests, linters, and compliance checks. Catching potential issues before submitting a feature for review reduces the chance of immediate rejections due to common errors.