merge-buddy

Installation
SKILL.md

Merge Buddy

Use this skill to triage all open PRs and answer one question: what can merge right now? It is read-only — it classifies and reports, and never merges, edits, comments on, or labels anything.

Workflow

0. Load pipeline config

Load .ai/agentic.config.json using the standard snippet from the setup-agent-pipeline skill. If the file is missing, stop and tell the user to run setup-agent-pipeline first. This skill uses:

LABELS_ENABLED=$(jq -r '.labels.enabled // false' "$CONFIG")
QA_GATE=$(jq -r '.qaGate // false' "$CONFIG")

Every label name below comes from the config's label taxonomy (labels.pipeline, labels.meta). When labels.enabled is false, skip all label-based gates, classify from reviews, CI, and mergeability alone, and say so in the report header.

1. Fetch open PRs

Installs
1
GitHub Stars
142
First Seen
Jul 5, 2026
merge-buddy — open-mercato/skills