make-pr

Generate PR templates with Title, Summary, Notes, and TODO fields for self-workflows.

Updated Mar 1, 2026
One-click install
npx skills add https://github.com/hve4638/hve-cc-marketplace --skill make-pr-hve4638
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: make-pr
Source: https://github.com/hve4638/hve-cc-marketplace/tree/main/common/skills/make-pr
Command: npx skills add https://github.com/hve4638/hve-cc-marketplace --skill make-pr-hve4638

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill provides a ready-to-use format to draft PRs for self-PR workflows, avoiding the need to manually assemble a PR from scratch.

Core Features & Use Cases

  • Structured PR draft templates: ensures consistent sections like Title, Summary, Notes, and TODO for self-submissions.
  • Guided template customization: allows tweaking fields to fit project conventions without performing actual PRs.
  • Use Case: solo developers preparing lightweight PRs to document changes before opening real PRs.

Quick Start

Fill in the Title and Summary fields in the template to generate a ready-to-submit PR draft.

Frequently Asked Questions about make-pr

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

FAQPage Schema
How do I generate a standardized pull request template for solo developer workflows?

To generate a standardized pull request template for solo developer workflows, fill in the Title and Summary fields within the frontmatter-driven structure to automatically produce a consistent draft containing Notes and TODO sections.

What is a self-PR and when do I need a template for it?

A self-PR is a pull request submitted by a solo developer to document changes before opening real pull requests. You need a template for it to ensure consistent submission formats across multiple projects without manually assembling the structure.

Can I customize the PR template fields to match my project conventions?

Yes, you can customize the PR template fields to match your project conventions. The workflow supports guided template customization, allowing you to tweak placeholders like Title, Summary, Notes, and TODO without performing actual PR submissions.

Does this PR template generator perform actual pull request submissions?

No, this PR template generator does not perform actual pull request submissions. It strictly focuses on drafting structured PR templates with consistent sections, leaving the final submission to your version control workflow.

What is the best way to maintain consistent PR documentation across small team projects?

The best way to maintain consistent PR documentation across small team projects is to use a structured template with predefined sections. This ensures every self-PR draft includes standardized Title, Summary, Notes, and TODO fields for clear change tracking.