pr-creator

Analyze commits to generate structured PR descriptions with reviewers and labels.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/getnexar/decrypt-tool --skill pr-creator-getnexar
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-creator
Source: https://github.com/getnexar/decrypt-tool/tree/main/ai-tools/skills/pr-creator
Command: npx skills add https://github.com/getnexar/decrypt-tool --skill pr-creator-getnexar

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Generates comprehensive pull requests by analyzing commits, drafting clear descriptions, and recommending reviewers and labels to speed up code review and unify PR quality across teams.

Core Features & Use Cases

  • Analyze commits and changes to produce accurate PR summaries.
  • Recommend reviewers, apply labels, and prepare GitHub CLI commands to create PRs.
  • Use templates and team conventions to ensure consistent PRs across projects and teams.

Quick Start

Provide your branch name and let the skill generate a complete PR description and create the PR on GitHub.

Frequently Asked Questions about pr-creator

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

FAQPage Schema
How do I automatically generate pull request descriptions from git commits?

To automatically generate pull request descriptions from git commits, this Skill analyzes your branch history and code changes to draft structured PR summaries, recommend reviewers, and apply labels.

Can I use GitHub CLI to programmatically create PRs with suggested reviewers and labels?

Yes, you can programmatically create PRs using GitHub CLI. This Skill prepares and executes GitHub CLI commands to automate PR submission, applying recommended reviewers and labels directly to your repository.

What is the best way to standardize PR metadata across feature, bugfix, and refactor workflows?

The best way to standardize PR metadata across feature, bugfix, and refactor workflows is to use an automation Skill that applies team conventions and templates to generate consistent PR descriptions, reviewers, and labels.

Do I need a GitHub CLI environment and repository access to automate pull request creation?

Yes, you need a GitHub CLI environment and repository access to automate pull request creation. These prerequisites allow the Skill to analyze commits and execute commands to programmatically create PRs.

How does analyzing commits improve code review speed and PR quality?

Analyzing commits improves code review speed and PR quality by automatically drafting clear, structured descriptions and recommending appropriate reviewers, unifying PR standards and reducing manual preparation time across teams.