Merge Prep — Git skill for Claude Code
Get a docs change ready to merge: whole-set generation, linting, link and drift checks, in one deliberate pass you ask for.
How to install Merge Prep
Installs to ~/.claude/skills/edwardangert-docs-agent-plugin-merge-prep/SKILL.md
mkdir -p ~/.claude/skills/edwardangert-docs-agent-plugin-merge-prep && curl -fsSL https://raw.githubusercontent.com/EdwardAngert/docs-agent-plugin/HEAD/commands/merge-prep.md -o ~/.claude/skills/edwardangert-docs-agent-plugin-merge-prep/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Merge Prep does
description: "Get a docs change ready to merge: whole-set generation, linting, link and drift checks, in one deliberate pass you ask for" argument-hint: [branch or path]
Get the docs ready to merge
Everything expensive that scales with the whole docs set runs here, and nowhere else.
Routine workflows do not do this. A single content fix should not trigger a regenerate-and-diff pass over an eleven-file bundle, and a plugin that spends a project's money without being asked is a plugin
Alternatives in Git
- Contributing To Context-mode — This project is licensed under the Elastic License 2.0 (ELv2) and moves forward with your support 5.6k ★
- Linting — Run rm -rf .mypy_cache && pre-commit run --all-files and fix the issues 3.1k ★
- Merge Command — Finalize worktree work: update docs, commit, merge to main, clean up 1.3k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Claude Code Multimodel Workflow
v2: server-enforced merge gates for repos shared by humans and coding agents — merge-gate suite attestation, b
Bm
Ask basemind anything about the current codebase — outlines, refs, callers, git history, blame, diffs, docs, m
Session Entry
Alias for /session entry — append and fill the entry for the commit(s) just made, update what the change made
CI Green
Loop fix-bot-comments + CI rechecks on a PR until all checks pass and every thread is resolved.
Boot Server
Detect how this project is served, start the dev server in the background, wait until it's ready, and open the
Release Builds
Post-merge release builds — Android tags and iOS IPA generation + archival.
Related Agents
PR Prep
Use this agent when the user wants to prepare a pull request, review changes before PR submission, generate PR
Test Orchestrator
Use when the user asks to test a change, verify a feature, or check whether something is ready to merge. Decid
Code Quality Agent
Comprehensive code quality specialist ensuring production-ready code through formatting, linting, and testing