github-pr-creation

Automate GitHub PR creation, validation, and labeling with Conventional Commits.

69|6|Updated Dec 21, 2025
One-click install
npx skills add https://github.com/fvadicamo/dev-agent-skills --skill github-pr-creation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-creation
Source: https://github.com/fvadicamo/dev-agent-skills/tree/main/skills/github-pr-creation
Command: npx skills add https://github.com/fvadicamo/dev-agent-skills --skill github-pr-creation

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

GitHub PR creation often lacks consistent validation and task tracking. This skill automates PR creation, validates task completion, generates Conventional Commits titles and descriptions, and suggests labels to improve PR quality and review efficiency.

Core Features & Use Cases

  • Automates PR creation from a feature/bugfix branch to the appropriate base branch with pre-merge validations.
  • Analyzes commits to infer task references and enforces Conventional Commits formatting.
  • Validates task completion against documented tasks and proposes labels using templates from references/pr_templates.md.
  • Generates PR bodies and titles aligned with branch strategy and project conventions.

Quick Start

Open a PR from your current branch to the desired base and let the skill populate the details.

Frequently Asked Questions about github-pr-creation

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

FAQPage Schema
How do I automate GitHub PR creation and enforce Conventional Commits formatting?

To automate GitHub PR creation, this skill analyzes your commits to infer task references and automatically generates Conventional Commits titles and PR bodies. It enforces formatting by scanning commits and validating them against documented tasks.

How does PR validation against task tracking documentation work?

PR validation works by scanning your commits and reading task documentation from common locations within your repository. It validates task completion against these documented tasks before generating the final PR metadata and suggested labels.

Can I automatically generate PR bodies and labels for feature and bugfix branches?

Yes, you can generate PR bodies and labels for feature and bugfix branches. The skill composes PR metadata aligned with your branch strategy and proposes labels using templates from your repository's references.

What is the best way to streamline code reviews and ensure task completion before opening a PR?

The best way to streamline code reviews is to apply pre-merge validations that check task completion and enforce Conventional Commits. This skill validates tasks against documentation and generates structured PR bodies to improve review efficiency.

Do I need specific task documentation files to use automated PR validation?

You need task documentation located in common repository locations for the skill to read. It reads these documents to validate task completion, infer task references from commits, and populate the PR body accurately.