pr-workflow

Automate GitHub Pull Request workflows from branch creation to merging.

Updated Jun 13, 2026
One-click install
npx skills add https://github.com/srivtx/supercharger-opencode --skill pr-workflow-srivtx
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-workflow
Source: https://github.com/srivtx/supercharger-opencode/tree/main/github/pr-workflow
Command: npx skills add https://github.com/srivtx/supercharger-opencode --skill pr-workflow-srivtx

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github, git, curl, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the entire GitHub Pull Request (PR) workflow, from branch management and commit creation to CI monitoring, PR creation, and auto-merging.

Core Features & Use Cases

  • Branch Creation: Automate the creation of branches for new features or bug fixes.
  • Commit Creation: Use agent tools to make changes, commit them, and apply conventional commit messages.
  • PR Creation: Push the branch to GitHub and create a PR with custom titles and descriptions.
  • CI Monitoring: Check the status of CI builds and handle failures with built-in diagnostics and auto-fix loops.
  • Merge and Cleanup: Automate the merging of PRs and cleanup after merging.
  • Use Case: Perfect for developers and DevOps engineers who want to automate repetitive PR tasks and improve the efficiency of their code review process.

Quick Start

Use the pr-workflow skill to create a pull request for a feature branch 'feat/add-user-authentication'.

Frequently Asked Questions about pr-workflow

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

FAQPage Schema
How do I automate my GitHub pull request workflow from branch creation to merge?

Automating your GitHub PR workflow handles branch creation, commit management, PR creation, CI monitoring, and merging. It uses the GitHub API integration to streamline the entire process from feature branch to final merge.

Can I monitor CI build status and handle failures automatically when creating a PR?

Yes, CI monitoring checks build status and handles failures with built-in diagnostics. It can trigger auto-fix loops to resolve issues automatically before proceeding with the pull request merge.

Does the automated PR workflow require specific access rights or repository configurations?

The automated PR workflow requires a GitHub repository with a remote configured and appropriate access rights. You also need git, curl, and GitHub dependencies installed to authenticate and execute API actions.

Can I apply conventional commit messages automatically when pushing changes?

Yes, commit creation applies conventional commit messages automatically. The agent tools make your code changes, commit them, and format the commit messages before pushing the branch to GitHub.

What is the best way to streamline code reviews for repetitive GitHub PR tasks?

Streamlining code reviews for repetitive GitHub PR tasks is done by automating branch creation, PR generation with custom titles, and post-merge cleanup. This improves efficiency for developers and DevOps engineers.

Why does CI monitoring fail on my GitHub repository during automated PR creation?

CI monitoring during PR creation requires appropriate access rights and a properly configured GitHub remote. Failures are handled with built-in diagnostics and auto-fix loops, but missing dependencies like curl or git can disrupt the workflow.