github-pr-workflow

Manage the GitHub pull request lifecycle with automated merging and CI monitoring.

9|Updated Jul 1, 2026
One-click install
npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill github-pr-workflow-cyapstaye
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/Cyapstaye/Adame_ver.open/tree/main/skills/github/github-pr-workflow
Command: npx skills add https://github.com/Cyapstaye/Adame_ver.open --skill github-pr-workflow-cyapstaye

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This skill streamlines the entire GitHub Pull Request lifecycle, removing the friction of manual branch management, commit formatting, CI monitoring, and merging.

Core Features & Use Cases

  • Unified Workflow: Provides a consistent interface for both the GitHub CLI (gh) and standard git/curl commands.
  • Automated CI Handling: Includes logic to monitor CI status, diagnose failures, and auto-fix common issues like linting or test errors.
  • Standardized Commits: Enforces Conventional Commits to ensure clean, readable project history.

Quick Start

Use the github-pr-workflow skill to create a new pull request for the current branch with a descriptive title and summary.

Frequently Asked Questions about github-pr-workflow

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

FAQPage Schema
How do I automate GitHub pull request lifecycle management from branch creation to merge?

GitHub pull request lifecycle automation manages branch creation, conventional commit generation, CI status monitoring, and automated merging through API-driven operations. It requires authenticated GitHub repository access and standard git configuration to execute end-to-end.

Can I automate pull request workflows without the GitHub CLI installed?

Pull request workflows can operate without the GitHub CLI by using standard git commands and curl as fallback mechanisms. The skill provides a unified interface supporting both gh CLI and API-driven operations for diverse development environments.

How does automated CI status monitoring handle pull request failures?

Automated CI status monitoring diagnoses pull request failures and auto-fixes common issues like linting or test errors. It monitors continuous integration checks to ensure merge readiness before automatically completing the pull request.

What is the best way to enforce conventional commits in automated pull request workflows?

Enforcing conventional commits in pull request workflows standardizes project history with clean, readable commit messages. This automated formatting ensures consistent commit conventions across all branches before pull request creation and merging.

What prerequisites do I need to set up before automating GitHub PR creation and merging?

Automating GitHub PR creation and merging requires authenticated access to GitHub repositories and standard git configuration. These prerequisites enable API-driven workflow operations including branch creation, CI monitoring, and automated merging.