pr-template-builder

Generate standardized GitHub templates for pull requests, issues, and discussions.

Updated Jan 24, 2026
One-click install
npx skills add https://github.com/Camilo8902/GabyCosmetics --skill pr-template-builder-camilo8902
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-template-builder
Source: https://github.com/Camilo8902/GabyCosmetics/tree/main/.claude/skills/pr-template-builder
Command: npx skills add https://github.com/Camilo8902/GabyCosmetics --skill pr-template-builder-camilo8902

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the creation of standardized GitHub templates for pull requests, issues, and discussions, ensuring consistency and improving the contribution workflow.

Core Features & Use Cases

  • Template Generation: Creates comprehensive templates for PRs, bug reports, feature requests, and discussions.
  • Configuration: Includes config.yml for issue creation flow and CODEOWNERS for review assignment.
  • Use Case: A new open-source project needs to establish clear contribution guidelines and standardized ways for users to report bugs or suggest features. This Skill can generate all the necessary template files within the .github/ directory.

Quick Start

Use the pr-template-builder skill to generate a standard pull request template.

Frequently Asked Questions about pr-template-builder

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

FAQPage Schema
How do I generate standardized GitHub templates for pull requests and issues?

Generate standardized GitHub templates by creating markdown files for pull requests, bug reports, and feature requests within the `.github/` directory to ensure consistent contribution workflows.

What is the best way to set up contribution guidelines and issue templates for a new open-source project?

Setting up contribution guidelines involves generating comprehensive templates for bug reports and features, alongside a `config.yml` to manage the issue creation flow for new open-source contributors.

How do I automate pull request review assignment using CODEOWNERS?

Automate pull request review assignment by generating a CODEOWNERS file, designating specific reviewers based on file paths to ensure automated routing and efficient code review management.

Can I automate pull request labeling workflows with GitHub templates?

Yes, you can automate pull request labeling workflows by generating template configurations that trigger automated labeling actions, streamlining issue tracking and contribution management.

Does this template builder support GitHub discussions configuration?

Yes, the template builder supports GitHub discussions by generating standardized discussion templates alongside pull request and issue templates to standardize community interactions.

What should I include in a pull request template to improve issue tracking?

A pull request template should include standardized sections for linked issues, testing checklists, and contribution guidelines to improve issue tracking and ensure consistent project onboarding.