create-pr

Push code to a remote repository and create a pull request with an artifact-generated summary.

3|Updated Feb 18, 2026
One-click install
npx skills add https://github.com/dpaola2/pipeline-skills --skill create-pr-dpaola2
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pr
Source: https://github.com/dpaola2/pipeline-skills/tree/main/.claude/skills/create-pr
Command: npx skills add https://github.com/dpaola2/pipeline-skills --skill create-pr-dpaola2

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the final steps of the development pipeline by pushing code and creating a pull request with a comprehensive summary, ensuring clear communication and efficient review.

Core Features & Use Cases

  • Automated PR Creation: Pushes the implementation branch and generates a pull request against the default branch.
  • Artifact-Driven Summary: Creates a detailed PR description using information from project artifacts like progress.md, qa-plan.md, gameplan.md, and prd.md.
  • Quality Analysis Integration: Includes code quality metrics (flog scores, hotspots) directly in the PR body if configured.
  • Use Case: After completing all development tasks and generating necessary documentation, this Skill can be invoked to create a ready-to-review pull request, complete with all relevant context for the reviewer.

Quick Start

Use the create-pr skill to push the current branch and create a pull request for the project with callsign 'SN-3'.

Frequently Asked Questions about create-pr

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

FAQPage Schema
How do I automate pull request creation with a detailed summary from project artifacts?

Automating pull request creation involves pushing your implementation branch and generating a PR description using artifacts like progress.md, qa-plan.md, gameplan.md, and prd.md to provide full context for code review.

Does this PR automation tool require the GitHub CLI to push code and create pull requests?

Yes, creating pull requests through this automation requires the GitHub CLI (gh) dependency installed to push branches and format comprehensive PR descriptions against the default branch.

Can I include code quality metrics and analysis directly in the PR body?

Yes, you can include code quality metrics such as flog scores and hotspots directly in the PR body, integrating static analysis results into the pull request description for reviewers.

What is the best way to streamline code delivery and review in a CI/CD pipeline?

Streamlining code delivery in a CI/CD pipeline is achieved by automating pre-flight checks, gathering project metrics, and formatting comprehensive PR descriptions to ensure clear communication during code review.

How do I generate a ready-to-review pull request after completing development tasks?

To generate a ready-to-review pull request, invoke the automation after completing development and documentation to push the current branch and create a PR with all relevant context from project artifacts.

What pre-flight checks are needed before pushing code to a remote repository?

Pre-flight checks before pushing code involve verifying the implementation branch state and gathering project metrics to ensure the remote repository push and subsequent PR creation process proceeds without errors.