team-issue-create-pr-github

Create GitHub Pull Requests from issue branches via the GitHub API.

8|1|Updated May 10, 2026
One-click install
npx skills add https://github.com/coolbeevip/team-ai-skills --skill team-issue-create-pr-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-issue-create-pr-github
Source: https://github.com/coolbeevip/team-ai-skills/tree/main/skills/delivery/team-issue-create-pr-github
Command: npx skills add https://github.com/coolbeevip/team-ai-skills --skill team-issue-create-pr-github

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of creating GitHub Pull Requests from issue branches, reducing manual steps and potential errors.

Core Features & Use Cases

  • Automated PR Creation: Generates GitHub Pull Requests for completed issue branches with minimal manual input.
  • Branch and PR Management: Handles the creation of PRs with appropriate titles, descriptions, and issue linking.
  • Use Case: After implementing a feature, use this Skill to automatically create a PR from the feature branch, ensuring the branch is pushed and linked to the corresponding GitHub issue.

Quick Start

Run the skill to create a PR for the current issue branch.

Frequently Asked Questions about team-issue-create-pr-github

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

FAQPage Schema
How do I automate GitHub Pull Request creation from an issue branch?

You can automate GitHub Pull Request creation from an issue branch by utilizing the GitHub API to generate PRs with appropriate titles, descriptions, and automatic issue linking based on your branch information.

Do I need a GitHub token to automatically create pull requests from issue branches?

Yes, you need a valid GitHub token to authenticate API requests when automatically creating pull requests from issue branches and ensuring proper commit history linkage.

Can I link a GitHub issue to a new pull request automatically using branching information?

Yes, you can link a GitHub issue to a new pull request automatically by utilizing clear branch naming conventions and user-defined configurations to map the branch directly to the corresponding issue.

What is the best way to ensure proper PR setup and commit history when creating GitHub pull requests?

The best way to ensure proper PR setup and commit history is to use an automated process that relies on clear branch naming conventions to generate pull requests via the GitHub API.

Are clear branch naming conventions required for automated PR creation on GitHub?

Yes, clear branch naming conventions are required because the automation utilizes branch information to correctly identify the corresponding GitHub issue and configure the pull request setup.

Why does automated GitHub PR creation require specific branch naming conventions?

Automated GitHub PR creation requires specific branch naming conventions to accurately map the pushed feature branch to its corresponding GitHub issue, ensuring correct PR titles, descriptions, and issue linking.