pr-creation-agent

Automate branch pushes and PR submissions on GitHub or Bitbucket.

Updated Apr 16, 2026
One-click install
npx skills add https://github.com/mozilor-technologies/mozilor-skills --skill pr-creation-agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creation-agent
Source: https://github.com/mozilor-technologies/mozilor-skills/tree/main/skills/workflow/pr-creation-agent
Command: npx skills add https://github.com/mozilor-technologies/mozilor-skills --skill pr-creation-agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the process of preparing and creating pull requests by automating branch pushes, platform detection, and PR submission, reducing manual effort and errors.

Core Features & Use Cases

  • Automated PR Workflow: Gathers repository state, detects platform, verifies branch status, builds detailed PR descriptions, and submits PRs on GitHub or Bitbucket.
  • Use Case: Developers can invoke this Skill after completing code changes to generate standardized PRs with comprehensive descriptions, ensuring consistency and saving time.
  • Technical Scope: Handles git commands, platform-specific API interactions, and enforces checks for uncommitted changes and branch synchronization.

Quick Start

Run the skill after updating your local repository to create a PR, ensuring all tests pass and validations are complete.

Frequently Asked Questions about pr-creation-agent

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

FAQPage Schema
How do I automate pull request creation for GitHub and Bitbucket?

You can automate pull request creation by using git commands and platform APIs to push branches and submit PRs. This Skill detects the platform, verifies branch status, and builds detailed PR descriptions automatically for GitHub or Bitbucket.

What is the best way to standardize pull request formats across repositories?

Standardizing pull request formats requires automating the PR submission process to enforce consistent descriptions. This Skill builds comprehensive PR descriptions and performs checks for uncommitted changes, ensuring continuous integration workflows remain consistent and error-free.

Does this PR automation tool work with both GitHub and Bitbucket?

Yes, this PR automation tool works with both GitHub and Bitbucket. It automatically detects the repository platform and uses the appropriate platform-specific API integration to handle branch pushes and PR submission.

How do I create a PR after completing local code changes?

To create a PR after local code changes, run this Skill to gather repository state, verify branch synchronization, and push your branch. It automatically builds a comprehensive PR description and submits the PR to your remote repository.

What happens if I have uncommitted changes when automating a pull request?

If you have uncommitted changes when automating a pull request, the Skill enforces checks for uncommitted changes and branch synchronization. This prevents errors during the automated branch push and PR submission process.