pr-automation

Official

Automate PR creation, from commit to merge.

AuthorCodeTonight-SA
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually creating Pull Requests (PRs) involves repetitive Git commands, crafting detailed descriptions, and ensuring proper formatting, which can be time-consuming and inconsistent. This skill automates the entire PR creation workflow using GitHub CLI (gh).

Core Features & Use Cases

  • Full PR Workflow Automation: Handles branch creation, staging changes, generating commit messages, pushing to remote, and creating the PR with a single command.
  • Concise & Structured PRs: Utilizes HEREDOC templates for well-formatted, token-efficient commit messages and PR bodies, including changes, files modified, and testing details.
  • Efficiency Optimizations: Batches Git operations and avoids interactive prompts to minimize token usage and maximize speed.
  • Use Case: You've completed a feature or bug fix and want to quickly create a well-structured Pull Request for review.

Quick Start

"Create a Pull Request for my current changes, targeting the 'main' branch." "Automate the PR creation process for my new feature branch."

Dependency Matrix

Required Modules

ghgit

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: pr-automation
Download link: https://github.com/CodeTonight-SA/claude-optim/archive/main.zip#pr-automation

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository