pr

Automates PR creation and verification, including linting and tests, before merging.

8|1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/yulonghe97/ystack --skill pr-yulonghe97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/yulonghe97/ystack/tree/main/skills/pr
Command: npx skills add https://github.com/yulonghe97/ystack --skill pr-yulonghe97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR management often stalls projects when verification and documentation gaps block merging. This skill automates the final verification and PR creation to ensure changes are ready for review and shipping.

Core Features & Use Cases

  • Pre-flight verification: confirms review status, doc updates, and code quality (lint/typecheck) before PR creation.
  • PR orchestration: creates PRs directly or delegates to pr-draft according to project conventions, and generates structured summaries.
  • Post-PR hygiene: suggests cleanup, progress tracking, and reporting.

Quick Start

Ask the system to run the pr workflow after docs and reviews are complete to open a ready-for-review pull request.

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 and verification before merging?

Automating pull request creation involves validating review status, documentation updates, linting, and tests before generating a structured PR summary. This skill orchestrates that final verification workflow to ensure changes are fully ready for review and shipping.

What is the best way to ensure my PR includes updated docs and passes linting?

To ensure a PR includes updated docs and passes linting, you can run an automated pre-flight verification workflow. This process confirms code quality checks, validates documentation updates, and reviews status before opening the pull request.

How do I create a ready-for-review pull request after completing code reviews?

To create a ready-for-review pull request after code reviews, ask the system to run the pr workflow. It enforces phase-based checks, delegates to pr-draft if available, and produces a PR with a clear summary and status reporting.

Does this PR workflow support delegating PR creation to other drafting tools?

Yes, the PR workflow supports delegating pull request creation to pr-draft if available. It orchestrates PRs directly or delegates according to project conventions, ensuring structured summaries and post-PR hygiene suggestions.

What should I do if my PR verification stalls due to documentation gaps?

If PR verification stalls due to documentation gaps, running an automated pre-flight check can identify missing updates. This workflow validates doc updates and code quality before PR creation, preventing stalls and ensuring merge readiness.

Can I track progress and get cleanup suggestions after opening a pull request?

Yes, you can track progress and get cleanup suggestions after opening a pull request. The workflow handles post-PR hygiene by suggesting cleanup actions, tracking progress, and providing status reporting for the created PR.