verify-pr

Analyze pull requests to generate structured API verification guides.

Updated Nov 6, 2025
One-click install
npx skills add https://github.com/toumakido/my-claude --skill verify-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: verify-pr
Source: https://github.com/toumakido/my-claude/tree/main/skills/verify-pr
Command: npx skills add https://github.com/toumakido/my-claude --skill verify-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill analyzes pull requests to generate a structured verification guide for QA and validation.

Core Features & Use Cases

  • PR diff analysis to identify API changes and affected endpoints.
  • Generates a repeatable verification plan including prerequisites, endpoint checks, and example requests.
  • Use Case: When reviewing a PR introducing API changes, run this skill to obtain a comprehensive verification workflow.

Quick Start

Provide the PR number as ARGUMENTS to start analysis. Example: verify-pr 123

Frequently Asked Questions about verify-pr

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

FAQPage Schema
How do I generate a verification guide for API changes in a pull request?

To generate a verification guide for API changes in a pull request, provide the PR number as an argument to analyze the diff and output endpoint checks, prerequisites, and example requests.

What is the best way to automate QA checks for API endpoints introduced in a pull request?

Automating QA checks for API endpoints involves analyzing the PR diff to identify affected routes and generating a structured verification workflow with authentication notes and example responses.

Can I use this automation to test configuration updates across my codebase?

Yes, you can use this PR verification automation to test configuration updates across your codebase by generating a systematic, repeatable validation plan for the modified settings.

How do I get example requests and responses for endpoints modified in a PR?

To get example requests and responses for modified endpoints, run the PR analysis to automatically extract the changes and generate a structured verification guide with these examples.

Do I need to manually specify API endpoints to verify a pull request?

No, you do not need to manually specify API endpoints to verify a pull request, as the automation analyzes the PR diff directly to identify API changes and affected endpoints automatically.

What limitations exist when generating verification workflows for configuration updates?

A limitation when generating verification workflows for configuration updates is that the output focuses primarily on API changes, endpoint checks, and authentication notes, which may not cover all non-API logic.