_pr-creator

Analyze commits, generate PR titles and bodies, and create or update pull requests.

2|Updated Nov 2, 2025
One-click install
npx skills add https://github.com/wxy/SilentFeed --skill pr-creator-wxy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: _pr-creator
Source: https://github.com/wxy/SilentFeed/tree/main/.copilot/skills/_pr-creator
Command: npx skills add https://github.com/wxy/SilentFeed --skill pr-creator-wxy

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, git, and includes scripts (resource) and references (resource) components.

What problem does it solve?

The skill automates the end-to-end PR creation and version-bump workflow, including intelligent analysis of commits, generation of PR descriptions, and safe creation or updates of pull requests.

Core Features & Use Cases

  • Intelligent version detection: decides major/minor/patch based on commit messages.
  • Multi-language templates: supports PR descriptions in multiple languages (e.g., Chinese/English).
  • Smart updates & dry-run: updates existing PRs when needed and can preview changes before execution.
  • Multi-format compatibility: updates version files such as package.json, manifest.json, pyproject.toml, and setup.py.

Quick Start

Initiate the PR workflow by analyzing commits, generating a template PR description, and executing the project script to create or update the PR.

Frequently Asked Questions about _pr-creator

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

FAQPage Schema
How do I automate pull request creation and version bumping based on git commits?

Automate pull request creation by analyzing git commit messages to determine version increments, generating AI-assisted PR titles and bodies, and creating or updating PRs across branches using project scripts.

Does PR automation work with multiple version file formats like package.json and pyproject.toml?

Yes, PR automation supports multi-format compatibility by simultaneously updating version fields across package.json, manifest.json, pyproject.toml, and setup.py files during the pull request creation workflow.

Can I preview version bumps and PR descriptions before executing the workflow?

Yes, you can preview version bumps and PR descriptions using the safe dry-run mode, which allows you to review AI-generated PR titles, bodies, and version changes before actual execution.

Do I need the gh command line tool to automate pull request creation?

Yes, you need both the gh and git command line tools installed in your environment to execute project scripts that create or update pull requests across branches.

How does intelligent version detection work for major, minor, and patch increments?

Intelligent version detection works by parsing commit messages to automatically decide whether a major, minor, or patch version bump is required, then applying that increment across multiple project files.

Can I generate pull request descriptions in multiple languages for my git workflow?

Yes, you can generate pull request descriptions in multiple languages such as Chinese and English, allowing you to create localized PR templates for diverse development teams.