pdd-pr-create

Create pull requests and run automated review checks for validated code changes.

13|3|Updated Apr 7, 2026
One-click install
npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill pdd-pr-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdd-pr-create
Source: https://github.com/wonderslife/pdd-skills-v3/tree/main/skills/pr/pdd-pr-create
Command: npx skills add https://github.com/wonderslife/pdd-skills-v3 --skill pdd-pr-create

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Developers frequently need to submit code changes and have them undergo standardized PR reviews, but doing this manually across GitHub and local workflows causes delays and inconsistencies.

Core Features & Use Cases

  • Automatically create pull requests for validated changes and run automated checks (tests, lint, docs) across GitHub and local modes.
  • Generate review reports, ensure change readiness, and streamline collaboration with teammates.
  • Use Case: A developer prepares a change_id and asks to open a PR with automated reviews, receiving a ready-to-merge PR and a summary report.

Quick Start

Provide a change_id to trigger PR creation and automated review across GitHub and local modes.

Frequently Asked Questions about pdd-pr-create

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

FAQPage Schema
How do I automate pull request creation and code review workflows?

You can automate pull request creation by providing a change_id to trigger the workflow. This validates changes, sets up branches, runs automated testing, performs code quality checks, and generates a review report across GitHub and local modes.

Can I run automated PR checks in local mode without pushing to GitHub?

Yes, automated PR checks support local mode. The workflow detects the mode and applies change readiness checks, automated testing, and code quality checks locally, generating a review report without requiring an immediate GitHub push.

What automated quality checks are run when creating a pull request?

Automated quality checks include running tests, lint checks, and documentation generation. These downstream checks validate change readiness and are summarized in a generated review report for both GitHub and local workflows.

Do I need a change_id to trigger automated code review workflows?

Yes, a change_id is required to trigger automated code review workflows. Providing a change_id initiates PR creation, allowing the system to validate changes, run automated tests, perform code quality checks, and generate a review report.

What is the best way to generate a review report for code changes?

The best way to generate a review report is through an automated PR creation workflow. By providing a change_id, the system runs automated testing and code quality checks, outputting a summary report that streamlines collaboration for ready-to-merge pull requests.

Why does my automated pull request workflow fail change readiness checks?

Automated PR workflows fail change readiness checks when downstream validations like automated testing or code quality checks detect errors. Ensure your change_id is valid and branch setup is correct before triggering the review report generation.