start-pr-cycle

Coordinate the full PR workflow with hard gates at each irreversible step.

1|Updated Apr 6, 2026
One-click install
npx skills add https://github.com/acatl/some-skills --skill start-pr-cycle
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-pr-cycle
Source: https://github.com/acatl/some-skills/tree/main/skills/start-pr-cycle
Command: npx skills add https://github.com/acatl/some-skills --skill start-pr-cycle

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates the entire PR workflow with hard gates at each irreversible step, preventing accidental actions and ensuring a disciplined end-to-end process.

Core Features & Use Cases

  • Orchestrates the full PR lifecycle: orient, review, fix, commit, update, push, and create PR with mandatory gates between stages.
  • Supports resumption from triage: seamlessly continues from /triage-pr-comments when necessary.
  • Enforces explicit user confirmation before each critical transition, reducing risk of accidental changes and misaligned PRs.

Quick Start

Describe that you want to run the full PR cycle and Claude will guide you through each stage with explicit confirmations.

Frequently Asked Questions about start-pr-cycle

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

FAQPage Schema
How do I orchestrate the full pull request workflow with safety gates?

You can orchestrate the full PR workflow by guiding the process from orient to create PR with mandatory hard gates at each irreversible transition. This enforces explicit user confirmation before critical stages like commit and push.

What is a hard gate in a git pull request lifecycle?

A hard gate in a git pull request lifecycle is a mandatory user confirmation point enforced before irreversible transitions. It requires explicit approval before proceeding between stages like review, fix, commit, update, push, and create PR.

How do I resume a PR cycle after triaging review comments?

You can resume a PR cycle after triaging by seamlessly continuing from the triage stage. The workflow supports triage resumption to pick up the process after addressing review comments and fixing issues.

Do I need the gh CLI to automate commit and push gates?

Yes, you need both git and gh installed to automate commit and push gates. The workflow requires these tools to orchestrate the end-to-end process and enforce explicit scopes for commits and guarded transitions.

Can I enforce explicit commit scopes during the PR creation process?

Yes, you can enforce explicit commit scopes during the PR creation process. The workflow ensures explicit scopes for commits and applies user-confirmed actions to maintain a disciplined end-to-end process.

What's the best way to prevent accidental git pushes during a multi-stage PR process?

The best way to prevent accidental git pushes is to implement hard gates with mandatory user confirmation before each critical transition. This guarded approach reduces the risk of accidental changes and misaligned PRs.