One-click install
npx skills add https://github.com/yonderlab/kota.agent.skills --skill create-pull-request-yonderlab
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-pull-request
Source: https://github.com/yonderlab/kota.agent.skills/tree/main/skills/create-pull-request
Command: npx skills add https://github.com/yonderlab/kota.agent.skills --skill create-pull-request-yonderlab

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Creating pull requests manually often leads to inconsistent formats and missed validation, slowing reviews and sharing necessary context.

Core Features & Use Cases

  • Automatically assemble PR descriptions that conform to the team template and required sections
  • Validate PR content, determine the primary change type, and enforce required checks before merging
  • Use cases include feature work, bug fixes, and documentation updates that require formal review

Quick Start

Create a PR from your current branch using the predefined template and validations.

Frequently Asked Questions about create-pull-request

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

FAQPage Schema
How do I automate pull request creation with templates on GitHub?

Automating pull request creation assembles PR descriptions from your current branch, conforming to team templates and required sections. It generates titles, applies validation rules, and determines change types for GitHub repositories.

What is the best way to ensure consistent PR descriptions across a team?

Consistent PR descriptions are ensured by automatically assembling content that conforms to predefined team templates. The process validates required sections, enforces checks before merging, and classifies the primary change type.

Can I use PR templates for both bug fixes and feature work?

Yes, PR templates apply to bug fixes, feature work, and documentation updates. The automation handles title generation, determines the change type, and includes optional visual proof to guide reviewers through formal code reviews.

How do I validate PR content and enforce required checks before merging?

PR content validation and required checks are enforced by validating the generated description against team rules. The automation determines the primary change type, checks required sections, and adds automation prompts to ensure correctness.

Does automated PR creation work with existing GitHub code review workflows?

Automated PR creation works with GitHub repositories by generating well-structured pull requests from the current branch. It includes automation prompts to guide reviewers, satisfying requirements for PR content and formal code reviews.

Why does manual pull request creation slow down code reviews?

Manual pull request creation slows reviews because it leads to inconsistent formats and missed validation. Automating the process ensures correct content assembly, type classification, and required checks, sharing necessary context efficiently.