dev-pr

Create GitHub pull requests and poll CI status for feature branches.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the error-prone process of pushing feature branches, creating pull requests, and waiting on GitHub CI so teams never forget critical gating steps before review.

Core Features & Use Cases

  • Automated PR creation: Reads .paadhai.json and issue plans to summarize changes, build the PR body from templates, close issues, and apply labels directly from the associated plan.
  • CI polling and proactive diagnostics: Watches GitHub Actions checks, flags long-running jobs, and loads ci-analyzer-prompt.md to diagnose failures so you know whether to fix the code or rerun monotonous tests.
  • Handoff with context: After a successful run, display the PR URL, issue number, title, and next action (e.g., /dev-audit), so a reviewer tackling issue #42’s login work picks up the exact state and next step.

Quick Start

Invoke dev-pr to push your current feature branch, craft the PR body, open the pull request, and monitor CI checks until they finish.

Frequently Asked Questions about dev-pr

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

FAQPage Schema
How do I automate pull request creation from feature branches using GitHub CLI?

Automating pull request creation involves reading issue plans and using the GitHub CLI to run `gh pr create` to push feature branches and populate PR bodies from templates automatically.

How can I monitor GitHub Actions CI checks automatically after opening a pull request?

You can monitor GitHub Actions CI checks by polling the `gh pr checks` command to watch ongoing jobs, flag long-running workflows, and retrieve status updates until checks finish.

Can I automatically link and close GitHub issues when creating a pull request?

Yes, automated PR creation can read issue plans to summarize changes, close associated GitHub issues, and apply issue labels directly from the plan when opening the pull request.

How do I diagnose GitHub Actions CI failures for long-running pull request checks?

Diagnosing CI failures involves loading a CI analyzer prompt to evaluate check outputs, helping you determine whether to fix code errors or rerun monotonous failing tests.

What is needed to automate branch push and PR generation for issue-based feature work?

Automating branch push and PR generation requires reading a `.paadhai.json` configuration file, issue plans, and PR templates within GitHub repositories operating in the Paadhai pipeline.