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.