merge-pr

Execute policy-compliant pull-request merges from Claude workflow files.

1|Updated Mar 18, 2026
One-click install
npx skills add https://github.com/furrycolombia-sys/candyshop --skill merge-pr-furrycolombia-sys
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: merge-pr
Source: https://github.com/furrycolombia-sys/candyshop/tree/main/.agents/skills/merge-pr
Command: npx skills add https://github.com/furrycolombia-sys/candyshop --skill merge-pr-furrycolombia-sys

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables safe and policy-compliant merging of pull requests by reusing the Claude workflow as the canonical source of truth, ensuring checks, approvals, and strategy are consistently applied.

Core Features & Use Cases

  • Read the Claude-based PR merge workflow and adapt it for Codex execution.
  • Execute the merge only after validating safety checks, approvals, and conflict resolution.
  • Use Case: Merge a critical PR only after automated checks pass and governance requirements are met, with an auditable trail.

Quick Start

Read the Claude source file at .claude/skills/merge-pr/SKILL.md and execute the workflow for your pull request.

Frequently Asked Questions about merge-pr

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

FAQPage Schema
How do I automate safe pull-request merging with policy compliance checks?

Safe pull-request merging is automated by reading the Claude workflow as the source of truth and executing it in the Codex environment. This validates safety checks, approvals, and conflict resolution before applying a policy-compliant merge.

Can I enforce approval validation and conflict resolution before executing a PR merge?

Yes, approval validation and conflict resolution are enforced before execution. The workflow reads Claude's source configuration and only proceeds with the merge after verifying that all required automated checks and governance approvals successfully pass.

What's the best way to adapt a Claude PR merge workflow for Codex execution?

Adapting a Claude PR merge workflow for Codex involves reading the SKILL.md source file and automatically executing its defined steps in the Codex environment. This ensures consistent application of merge strategies across multiple repositories.

Does the merge-pr workflow require the Claude SKILL.md file to function?

Yes, the Claude SKILL.md file is required as the canonical source of truth. The workflow reads this file to understand the necessary merge policies, safety checks, and approval requirements before executing any pull-request merge operations.

Why does my automated pull-request merge fail governance requirements?

Automated pull-request merges fail governance requirements when safety checks, approvals, or conflict resolution steps are incomplete. The workflow enforces policy compliance by validating these conditions against the Claude source file before allowing execution.

When do I need an auditable trail for pull-request merges across repositories?

An auditable trail for pull-request merges is needed when executing critical updates across repositories. This workflow generates an auditable trail by validating automated checks and governance requirements before applying the merge strategy.