github-pr-workflow

Automate GitHub pull request creation, review, and merge workflows.

2.8k|332|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/moltis-org/moltis --skill github-pr-workflow-moltis-org
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: github-pr-workflow
Source: https://github.com/moltis-org/moltis/tree/main/crates/skills/src/assets/github/github-pr-workflow
Command: npx skills add https://github.com/moltis-org/moltis --skill github-pr-workflow-moltis-org

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Automate the GitHub pull request lifecycle to reduce manual PR overhead, ensure consistent review practices, and speed up delivery.

Core Features & Use Cases

  • Branch creation, PR creation, review automation, and linking to related issues
  • Continuous integration status monitoring with automatic responses and retry logic
  • Merge automation via gh CLI or GitHub REST API, with fallback to curl-based flows

Quick Start

Create a feature branch, push commits, and trigger the PR workflow using gh pr commands or REST API calls.

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 workflows end to end?

You can automate GitHub pull request workflows end to end by executing deterministic steps for branch creation, commit tagging, PR checks, and merge actions using the gh CLI or GitHub REST API. This reduces manual PR overhead and ensures consistent review practices.

What is the best way to automate PR creation and issue linking in GitHub?

The best way to automate PR creation and issue linking in GitHub is to read repository context and trigger automated workflows that handle feature branch creation, commit pushing, and PR generation, linking related issues automatically to speed up software delivery.

Can I use the GitHub REST API to monitor CI checks and auto-fix failures?

Yes, you can use the GitHub REST API to monitor continuous integration status. The workflow includes automatic responses and retry logic for CI checks, allowing it to auto-fix failures before proceeding to merge actions.

Does this PR automation work with the gh CLI for merge actions?

Yes, this PR automation works with the gh CLI for merge actions. It automates merges via gh CLI or GitHub REST API, and includes a fallback to curl-based flows to ensure the pull request lifecycle completes even if primary methods fail.

Why would my team need automated GitHub PR lifecycle management?

Your team would need automated GitHub PR lifecycle management to reduce manual PR overhead, ensure consistent review practices across the development team, and significantly speed up software delivery by automating branch creation, CI monitoring, and merges.