pr-lifecycle

Automate PR lifecycle from CI monitoring to merge and branch cleanup.

2|Updated Jan 14, 2026
One-click install
npx skills add https://github.com/ignission/claude-code-ark --skill pr-lifecycle-ignission
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pr-lifecycle
Source: https://github.com/ignission/claude-code-ark/tree/main/.claude/skills/pr-lifecycle
Command: npx skills add https://github.com/ignission/claude-code-ark --skill pr-lifecycle-ignission

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PR workflows often stall on CI failures, reviewer feedback, and manual cleanup after merges. This Skill automates the end-to-end PR lifecycle from CI checks to merge and cleanup, reducing manual coordination and human error.

Core Features & Use Cases

  • CI monitoring: tracks current PR's CI status and reacts to failure, pending, or success.
  • CodeRabbit integration: fetches unresolved reviews and assists in implementing fixes, then communicates updates back to reviewers.
  • Merge & cleanup automation: automatically merges when CI passes and performs branch cleanup, while logging steps for auditing.
  • Use Case: A developer opens a PR; the Skill verifies CI, implements reviewer feedback via CodeRabbit, merges the PR, and cleans up branches, all with minimal human intervention.

Quick Start

Execute the PR lifecycle automation on an active repository to automatically manage PRs from detection to cleanup.

Frequently Asked Questions about pr-lifecycle

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

FAQPage Schema
How do I automate the PR lifecycle from CI checks to merge in GitHub?

Automating the PR lifecycle from CI checks to merge requires tracking CI status, resolving CodeRabbit reviewer feedback, and merging when checks pass. This Skill handles that end-to-end workflow including branch cleanup using GitHub CLI.

What is the best way to handle unresolved CodeRabbit reviews before merging a PR?

Handling unresolved CodeRabbit reviews involves fetching feedback, assisting in implementing fixes, and communicating updates back to reviewers. This Skill automates fetching and resolving these reviews within the PR lifecycle workflow.

Do I need GitHub CLI and repository permissions to automate PR merging and cleanup?

Yes, automating PR merging and cleanup requires access to GitHub CLI and repository permissions. These are necessary to view PRs, monitor CI runs, and perform automatic merges and branch cleanup.

Can I automatically merge a GitHub PR when CI passes and clean up the branch?

Yes, you can automatically merge a GitHub PR when CI passes and clean up the branch. This Skill monitors CI status and executes automatic merging with branch cleanup while logging steps for auditing.

Why does my automated PR workflow stall on CI failures and reviewer feedback?

PR workflows stall on CI failures and reviewer feedback because they require manual coordination to fix. Automating the PR lifecycle with CodeRabbit integration and CI monitoring reduces this manual effort and human error.