submit-pr

Automate GitHub pull request creation for LMDeploy branches with titles and bodies.

8.0k|721|Updated Jun 15, 2023
One-click install
npx skills add https://github.com/InternLM/lmdeploy --skill submit-pr-internlm
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: submit-pr
Source: https://github.com/InternLM/lmdeploy/tree/main/.claude/skills/submit-pr
Command: npx skills add https://github.com/InternLM/lmdeploy --skill submit-pr-internlm

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Submitting GitHub pull requests for LMDeploy branches manually can slow down integration and reviews. This Skill automates PR creation with standardized titles, bodies, and metadata to accelerate collaboration.

Core Features & Use Cases

  • Automates PR creation from a feature branch with a consistent title and body.
  • Supports conventional commit messages and basic PR templates for LMDeploy contributions.
  • Use Case: A developer finishes a feature on a branch and uses this Skill to open a PR with a descriptive summary and checklist.

Quick Start

Open a PR on the LMDeploy repository for your current feature branch with a clear title and summary.

Frequently Asked Questions about submit-pr

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

FAQPage Schema
How do I automate GitHub pull request creation for LMDeploy branches?

Automating GitHub pull request creation for LMDeploy branches is handled by this Skill, which generates standardized PR titles, bodies, and metadata to accelerate code reviews and team collaboration.

What is the best way to submit a PR with conventional commit messages for LMDeploy?

Submitting a PR with conventional commit messages for LMDeploy is best done using this Skill, as it automatically applies basic PR templates and standardized metadata to streamline your feature branch integration.

Do I need the gh CLI to open a pull request for my feature branch?

Yes, you need the gh CLI or similar tooling along with GitHub authentication to use this Skill for creating pull requests and populating titles and bodies from your feature branch.

Can I use this PR automation for repositories other than LMDeploy?

This PR automation is specifically designed to support LMDeploy contributions, applying basic PR templates and conventional commit messages tailored for that repository's development workflow.

Why does automating PR management help with code reviews?

Automating PR management helps with code reviews because it eliminates manual slowdowns by generating consistent pull request titles, descriptive summaries, and checklists for developers to evaluate.