EdwardAngert

Merge Prep — Git skill for Claude Code

Git community

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

Terminal
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 Repository