open-pr

Open GitHub pull requests with templates, test coverage, and bot-assisted review.

Updated Jan 16, 2026
One-click install
npx skills add https://github.com/ghpworkuse-web/train --skill open-pr-ghpworkuse-web
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: open-pr
Source: https://github.com/ghpworkuse-web/train/tree/main/AutoGPT/.claude/skills/open-pr
Command: npx skills add https://github.com/ghpworkuse-web/train --skill open-pr-ghpworkuse-web

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Open PRs by guiding agents to follow repository conventions, enforce PR templates, ensure test coverage, and manage reviews when local testing isn't possible.

Core Features & Use Cases

  • Automates PR creation following standard templates and checks.
  • Ensures tests and review workflows are triggered and tracked.
  • Handles base-branch selection with sensible defaults and fallback messaging.

Quick Start

Open a PR against the optional [base-branch] defaulting to dev using the PR template and tests.

Frequently Asked Questions about open-pr

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

FAQPage Schema
How do I automate GitHub pull request creation with PR templates?

Automating GitHub pull request creation applies repository PR templates during generation to enforce consistent structure. This ensures changes follow project conventions automatically before submission.

Can I enforce test coverage checks when opening a pull request?

Test coverage checks can be enforced when opening a pull request by triggering pre-flight checks. This ensures changes are well-tested and track review workflows before merging code.

How do I specify a base branch when opening a pull request?

Specifying a base branch when opening a pull request uses an optional base-branch argument defaulting to dev. Sensible fallback messaging applies when project conventions require specific branch selection.

What is a bot-assisted review workflow for pull requests?

A bot-assisted review workflow manages pull request reviews by triggering automated checks and tracking. It guides agents to follow repository conventions when local testing isn't possible.

Does the PR automation workflow work without local test execution?

The PR automation workflow works without local test execution by managing reviews and tracking test coverage remotely. It handles pre-flight checks per project conventions to ensure code integrity.

Why should I use PR templates for GitHub pull requests?

Using PR templates for GitHub pull requests enforces consistent PR structure and ensures changes are well-tested. Standard templates guide agents to follow repository conventions automatically.