pr-manager

Automate Git and GitHub pull request workflows with draft PRs and Graphite stacked PRs.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/abhiroopb/synthetic-mind --skill pr-manager-abhiroopb
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-manager
Source: https://github.com/abhiroopb/synthetic-mind/tree/main/skills/pr-manager
Command: npx skills add https://github.com/abhiroopb/synthetic-mind --skill pr-manager-abhiroopb

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire Git and GitHub pull request workflow, from creating branches and committing code to submitting draft PRs and managing stacked PRs with Graphite.

Core Features & Use Cases

  • Automated Branching & Committing: Creates branches with standard naming conventions and stages/commits only relevant files.
  • Draft PR Creation: Ensures all PRs are created in draft mode, preventing accidental reviews.
  • Stacked PR Support: Integrates with Graphite for seamless management of stacked pull requests.
  • Intelligent Description Updates: Preserves human edits when updating existing PR descriptions.
  • Use Case: You've finished a feature and need to create a PR. This Skill handles branch creation, commits your changes, generates a PR description from a template, and opens it as a draft, all with a single command.

Quick Start

Use the pr-manager skill to commit changes and create a draft PR for ticket LINEAR-123.

Frequently Asked Questions about pr-manager

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

FAQPage Schema
How do I automate creating a GitHub pull request and committing code?

You can automate creating a GitHub pull request by using this Skill to handle branch creation with standard naming conventions, stage relevant files, commit code, and submit a draft PR automatically.

Can I use Graphite stacked PRs with automated Git workflows?

Yes, this Skill integrates with Graphite to seamlessly manage stacked pull requests, allowing you to automate branch creation and draft PR submission across stacked changes.

How do I ensure pull requests are created in draft mode automatically?

This Skill enforces draft mode for all created pull requests, preventing accidental reviews before your code is ready while automatically generating descriptions from PR templates.

Will updating an existing PR description overwrite my manual edits?

No, this Skill intelligently preserves human edits when updating existing PR descriptions, ensuring your manual additions remain intact during automated workflow updates.

Does this automated PR workflow support standard Git without Graphite?

Yes, this Skill supports both standard Git workflows and Graphite stacked PRs, allowing you to automate branching, committing, and draft pull request creation in either environment.