pr-workflow

Create and manage GitHub Pull Requests with review feedback integration.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/YangTaeyoung/go-clean-arch-toolkit --skill pr-workflow-yangtaeyoung
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-workflow
Source: https://github.com/YangTaeyoung/go-clean-arch-toolkit/tree/main/skills/pr-workflow
Command: npx skills add https://github.com/YangTaeyoung/go-clean-arch-toolkit --skill pr-workflow-yangtaeyoung

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of GitHub Pull Requests and streamlines the process of incorporating review feedback, reducing manual overhead and ensuring consistent workflows.

Core Features & Use Cases

  • Automated PR Creation: Generates Draft PRs with detailed descriptions based on project conventions.
  • Review Feedback Integration: Fetches and presents review comments for easy action.
  • Use Case: After completing a feature, use this Skill to automatically create a Draft PR, populate its description with implementation details and Linear issue links, and then efficiently address any feedback received during the review process.

Quick Start

Use the pr-workflow skill to create a draft pull request for the current branch.

Frequently Asked Questions about pr-workflow

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

FAQPage Schema
How do I automate GitHub pull request creation and management?

Automating GitHub pull request creation involves generating draft PRs with standardized titles and bodies tied to issue tracking. This Skill automates that workflow, populating descriptions with implementation details and fetching review comments to streamline revision cycles.

What is the best way to incorporate GitHub code review feedback into my workflow?

Incorporating GitHub code review feedback requires fetching comments and pushing revisions efficiently. This Skill facilitates the review cycle by retrieving review comments for easy action and automating the process of applying updates to your pull requests.

How does draft PR generation work with commit message conventions?

Draft PR generation with commit message conventions works by automatically creating pull requests that adhere to standardized formats. This Skill links commit messages and PR bodies to issue tracking systems, ensuring consistent documentation across your repository.

Can I use workflow automation for GitHub PRs without additional dependencies?

Workflow automation for GitHub PRs can operate without external dependencies. This Skill uses scripts to automate pull request creation and review feedback integration natively, requiring no additional packages or libraries to function within your development environment.

How do I fetch and present code review comments for GitHub pull requests?

Fetching and presenting code review comments for GitHub pull requests is handled by retrieving feedback data directly from the repository. This Skill automates the collection of review comments, presenting them for efficient action and revision pushing.