pr

Automate Git commits, branching, pushes, and pull request creation.

562|80|Updated Jan 9, 2026
One-click install
npx skills add https://github.com/kdlbs/kandev --skill pr-kdlbs
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr
Source: https://github.com/kdlbs/kandev/tree/main/.agents/skills/pr
Command: npx skills add https://github.com/kdlbs/kandev --skill pr-kdlbs

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates the end-to-end Git workflow for committing changes, creating feature branches, pushing to remotes, and opening pull requests, reducing manual repetitive steps.

Core Features & Use Cases

  • Automates committing changes when there are uncommitted changes and runs verification steps as needed.
  • Creates or updates a feature branch from main, switches to it, and pushes with upstream tracking.
  • Opens a pull request with a consistent, ready-for-review default and optional draft mode, including PR body templating.
  • Provides a guided workflow for code reviews, CI checks, and post-PR validation to speed releases.

Quick Start

Run the PR automation to create and open a PR for the current branch.

Frequently Asked Questions about pr

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

FAQPage Schema
How do I automate creating a pull request from a Git feature branch?

Automating a pull request from a Git feature branch involves committing changes, pushing to a remote with upstream tracking, and opening a PR with a ready-for-review body. This workflow ensures PR content aligns with project guidelines and supports draft mode.

What is the end-to-end workflow for automating Git commits and branch management?

The end-to-end Git workflow for branch management automates committing uncommitted changes, creating or updating a feature branch from main, switching to it, and pushing with upstream tracking to streamline development tasks.

Can I open a draft pull request automatically using CI integrations?

Yes, you can open a draft pull request automatically. The automation supports opening pull requests in an optional draft mode with consistent PR body templating, which is applicable across CI integrations and software development tasks.

Does this PR automation ensure pull request templates align with project guardrails?

Yes, PR automation ensures pull request templates and body content align with project guidelines and guardrails. It provides a guided workflow for code reviews, CI checks, and post-PR validation to speed up releases.

What's the best way to streamline code review and post-PR validation?

The best way to streamline code review and post-PR validation is through a guided workflow that automates committing, pushing, and opening a ready-for-review pull request, ensuring CI checks and PR templates align with project guardrails.