Pr Quality Checklist

🌐Community
by bobmatnyc · vlatest · Repository

This skill generates a detailed PR quality checklist to ensure consistent and effective pull requests, improving code review processes.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add pr-quality-checklist npx -- -y @trustedskills/pr-quality-checklist
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "pr-quality-checklist": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/pr-quality-checklist"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill provides a structured checklist for reviewing pull requests to ensure code quality and adherence to project standards. It helps agents systematically evaluate submissions before they are merged into the main branch.

When to use it

  • Before merging a pull request to catch potential bugs or style inconsistencies.
  • During code reviews to verify that all required documentation updates are included.
  • When onboarding new contributors to enforce consistent coding practices across the team.
  • To automate repetitive quality checks in large repositories with many frequent submissions.

Key capabilities

  • Generates a comprehensive list of items to check for each pull request.
  • Validates code style and formatting against project guidelines.
  • Ensures test coverage meets minimum requirements before approval.
  • Checks for proper commit messages and changelog entries.

Example prompts

  • "Run the PR quality checklist on this pull request and highlight any missing items."
  • "Use the quality checklist to review my latest code changes before I submit them."
  • "Generate a detailed report of what needs to be fixed based on the PR quality checklist."

Tips & gotchas

Ensure your project has clear guidelines for code style, testing, and documentation so the checklist can effectively validate compliance. Customize the checklist items if your team has specific requirements not covered by default checks.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
bobmatnyc
Installs
56

🌐 Community

Passed automated security scans.