verify-pr

Automate full PR verification with Git operations and E2E testing guidance.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/lioartoil/claude-code-handbook --skill verify-pr-lioartoil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-pr
Source: https://github.com/lioartoil/claude-code-handbook/tree/main/skills/verify-pr
Command: npx skills add https://github.com/lioartoil/claude-code-handbook --skill verify-pr-lioartoil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the full PR verification workflow to ensure code quality, consistency, and governance before merging.

Core Features & Use Cases

  • Code organization checks: verifies that the PR contains the expected structure, sensible file layout, and updated documentation.
  • Build, test, and mocks validation: runs build and tests, validates mocks/stubs, and ensures test coverage aligns with changes.
  • PR hygiene & merge readiness: updates PR description, squashes commits if needed, and validates review comments.

Quick Start

Run the verify-pr skill against your current repository to execute the full PR verification checklist.

Frequently Asked Questions about verify-pr

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

FAQPage Schema
How do I automate PR verification and hygiene checks for my repository?

Automate PR verification by running a guided checklist that handles code organization, build validation, test execution, commit squashing, and PR description updates to ensure merge readiness.

How does automated code review and lint testing work before merging a pull request?

Automated code review validates repository structure, runs builds and tests, validates mocks, and ensures test coverage aligns with changes using guardrails to prevent destructive Git operations.

Can I run automated PR verification checks on Go or Nuxt projects?

Yes, automated PR verification applies to Go, Nuxt, or multi-language projects, applying code organization checks, build validation, and test coverage alignment across different tech stacks.

What is the best way to squash commits and update a PR description automatically?

Squash commits and update PR descriptions automatically by executing a full PR verification checklist that handles Git operations, hygiene checks, and merge readiness validation.

Does automated PR verification include E2E testing guidance?

Yes, PR verification provides optional E2E testing guidance alongside build validation, mocks verification, and code organization checks to ensure comprehensive merge readiness.

Why use a guided checklist for PR verification instead of manual code review?

A guided PR verification checklist ensures consistent governance by automating build and test validation, commit squashing, and description updates, reducing human error before merging.