create-gh-pr

Create GitHub pull requests with templates and guided descriptions.

2|1|Updated Nov 16, 2018
One-click install
npx skills add https://github.com/softleader/slctl --skill create-gh-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: create-gh-pr
Source: https://github.com/softleader/slctl/tree/main/.agent/skills/create-gh-pr
Command: npx skills add https://github.com/softleader/slctl --skill create-gh-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of creating high-quality GitHub Pull Requests, ensuring adherence to repository standards and best practices.

Core Features & Use Cases

  • Template Discovery: Automatically finds and utilizes appropriate PR templates.
  • Guided Description Drafting: Helps users create comprehensive PR descriptions, including checklists and issue linking.
  • Standardized PR Creation: Facilitates the creation of PRs using tools like GitHub MCP Server or the gh CLI, enforcing conventions like Conventional Commits.
  • Use Case: When you've finished a new feature, use this skill to ensure your PR is well-documented, links to the relevant issue, and follows the project's contribution guidelines.

Quick Start

Use the create-gh-pr skill to guide the creation of a new pull request.

Frequently Asked Questions about create-gh-pr

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

FAQPage Schema
How do I create a GitHub pull request that automatically follows repository templates?

To create a GitHub pull request following templates, this Skill discovers and utilizes appropriate PR templates within your repository, guiding you to draft descriptions that adhere to project standards. It ensures your submission matches contribution guidelines automatically.

Can I use the gh CLI to submit a pull request with conventional commits?

Yes, you can use the gh CLI to submit a pull request with conventional commits. This Skill facilitates standardized PR creation by utilizing the gh CLI or GitHub MCP Server, enforcing conventions like Conventional Commits during submission.

What is the best way to draft a comprehensive PR description with issue linking?

The best way to draft a comprehensive PR description with issue linking is through guided description drafting. This Skill helps create detailed descriptions, including checklists and issue linking, ensuring your pull request is well-documented and traceable.

How do I integrate git commit generation with pull request creation?

You can integrate git commit generation with pull request creation because this Skill supports integration with commit generation workflows. It bridges commit creation and PR submission, streamlining the end-to-end process of finalizing a feature.

Does this PR creation process work with the GitHub MCP Server?

Yes, the PR creation process works with the GitHub MCP Server. The Skill supports integration with the GitHub MCP Server for PR submission, allowing you to execute PR creation commands through this interface alongside the standard gh CLI.