pr

Create pull requests with validated test plans via gh pr create.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/sQVe/cape --skill pr-sqve
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/sQVe/cape/tree/main/skills/pr
Command: npx skills add https://github.com/sQVe/cape --skill pr-sqve

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the creation of pull requests with a validated test plan and a clear, repository-template-compliant description.

Core Features & Use Cases

  • Detects repo PR templates and generates descriptions that match structure.
  • Validates prerequisites, checks changes, and gates PR creation with the test plan.
  • Creates the PR via gh pr create, with optional draft mode.

Quick Start

Create a pull request from the current branch using the detected template and full test-plan gating.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate pull request creation with a test plan on GitHub?

Automate pull request creation by reading git diffs, detecting repo PR templates, validating the test plan, and executing gh pr create to open the PR with a compliant description.

Can I open a draft pull request automatically from my current branch?

Yes, you can open a draft pull request automatically from the current branch using gh pr create with an optional draft mode after validating all prerequisites and test plans.

Does this workflow detect existing GitHub PR templates before generating a description?

Yes, the workflow detects existing GitHub PR templates and generates a pull request description that matches the repository's template structure before creating the PR.

How to ensure committed changes pass test plan validation before opening a PR?

Ensure committed changes pass validation by gating the PR creation process, which checks that changes are committed and verifies the test plan before running gh pr create.

What is the best way to generate a pull request description from a git diff?

Generate a pull request description from a git diff by reading the committed changes, matching the structure to detected PR templates, and validating the test plan before submission.