
from pdd-skills-v39
Automate merging of reviewed PRs and trigger archival workflows; supports GitHub and local modes with checks, cleanup, and merge reports.
What it does: Automate merging reviewed PRs and performing archival/reporting steps. Supports GitHub API mode and local git mode, with pre-merge checks, blocking handling, force options, branch cleanup and merge reports. When to use it: When a PR or OpenSpec Change is ready for delivery; invoke with a Change ID or PR number or by natural language. What's included: documented merge flows, output templates, error handling and post-merge archival instructions. Compatible agents: developer-focused agents with GitHub API or local git tooling and Bash access.
PDD PR Merge skill provides structured instructions for merging reviewed PRs and triggering archival workflows, supporting both GitHub and local modes. Entirely instructional with no executable scripts — the SKILL.md serves as a detailed flowchart for an agent to follow. Written entirely in Chinese, which limits its audience significantly. Well-organized with clear steps, parameters, and error handling documentation, but lacks actual automation scripts.
Clean skill with no security concerns. Purely instructional — no code to execute. The SKILL.md is well-structured with a clear execution flow, parameter table, error handling, and collaboration diagram. Main limitation is language barrier (Chinese only) and dependency on the broader PDD framework. Part of pdd-skills-v3 repo by wonderslife.