github-implement-pr

Automate GitHub issue handling and PR workflows using gh CLI.

1|Updated Mar 24, 2026
One-click install
npx skills add https://github.com/takuto277/levelup-study --skill github-implement-pr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-implement-pr
Source: https://github.com/takuto277/levelup-study/tree/main/.cursor/skills/github-implement-pr
Command: npx skills add https://github.com/takuto277/levelup-study --skill github-implement-pr

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automated, end-to-end GitHub issue handling and PR workflows by coordinating setup, changes, validation, commits, pushes, and PR creation using existing skills as building blocks.

Core Features & Use Cases

  • Orchestrates work area preparation from an issue or PR URL.
  • Performs code changes, validation, and commit messages following best practices.
  • Pushes changes and creates a PR, optionally closing or referencing the originating issue.

Quick Start

Ask it to handle an issue URL end-to-end and return the PR URL.

Frequently Asked Questions about github-implement-pr

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

FAQPage Schema
How do I automate a GitHub PR workflow from an issue URL end-to-end?

To automate a GitHub PR workflow from an issue URL, you provide the URL and the skill orchestrates workspace preparation, code changes, validation, commit messaging, and PR creation using the gh CLI. It delivers the final PR link directly.

What is the best way to handle branch management and self-review when creating a GitHub PR?

Handling branch management and self-review during PR creation is managed by orchestrating branch setup, applying changes, and optionally performing a self-review step before pushing the commit and opening the GitHub PR.

Can I use gh CLI to close an issue automatically when a PR is created?

Yes, you can use gh CLI to close an issue automatically. The workflow pushes changes and creates a PR, optionally closing or referencing the originating GitHub issue directly in the PR description.

Does this automated GitHub PR workflow handle commit messaging and validation?

This automated GitHub PR workflow does handle commit messaging and validation. It performs code changes and validation checks, then generates commit messages following best practices before pushing and opening the PR.

What do I need to set up before automating end-to-end issue handling and PR creation?

Before automating end-to-end issue handling and PR creation, you need the gh CLI installed and authenticated. You also need the specific GitHub issue URL or PR reference to initiate the workspace preparation and orchestration flow.