Agent Plugins Marketplace
All plugins

merge-guard

v0.1.2

Post-merge verification tail: diffs merged main against the pre-merge state to catch junk files leaked by squash merges and unintended path changes, checks configurable grep-based business invariants (attribution parameters, forbidden patterns), auto-opens a cleanup PR for leaked junk, and guides an adjacent-behavior regression spot-check. Complements pre-merge review gates.

CodexClaude Code1 Skill

By Andre PaatLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 13, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install merge-guard for Codex and Claude Code

Installs for the current user
codex plugin marketplace add paat/claude-plugins
codex plugin marketplace upgrade paat-plugins
codex plugin add merge-guard@paat-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the paat-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “merge-guard” remain stable.

  • Codex: merge-guard@agent-plugin-marketplacemerge-guard@paat-plugins

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/paat/claude-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/merge-guard/.

Plugin files

plugins/merge-guard/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/merge-guard/SKILL.md

Included Skills1

merge-guardskills/merge-guard/SKILL.md

Use immediately after merging a PR to the default branch (or when asked to verify a recent merge) — post-merge verification tail that catches junk files leaked by squash merges, unintended file changes, violated business invariants, and self-inflicted regressions adjacent to the touched code. Complements pre-merge review; it does not repeat it.

Plugin manifests2

plugins/merge-guard/.codex-plugin/plugin.json
{
  "name": "merge-guard",
  "version": "0.1.2",
  "description": "Post-merge verification tail: diffs merged main against the pre-merge state to catch junk files leaked by squash merges and unintended path changes, checks configurable grep-based business invariants (attribution parameters, forbidden patterns), auto-opens a cleanup PR for leaked junk, and guides an adjacent-behavior regression spot-check. Complements pre-merge review gates.",
  "author": {
    "name": "Andre Paat"
  },
  "interface": {
    "displayName": "Merge Guard",
    "shortDescription": "Post-merge verification tail: diffs merged main against the pre-merge state to catch junk files leaked by squash merges and unintended path changes, checks configurable grep-based business invariants (attribution parameters, forbidden patterns), auto-opens a cleanup PR for leaked junk, and guides an adjacent-behavior regression spot-check. Complements pre-merge review gates.",
    "longDescription": "Post-merge verification tail: diffs merged main against the pre-merge state to catch junk files leaked by squash merges and unintended path changes, checks configurable grep-based business invariants (attribution parameters, forbidden patterns), auto-opens a cleanup PR for leaked junk, and guides an adjacent-behavior regression spot-check. Complements pre-merge review gates.",
    "developerName": "Andre Paat",
    "category": "Quality",
    "capabilities": [
      "Skills",
      "Scripts"
    ],
    "defaultPrompt": "Use the merge-guard plugin for this task.",
    "websiteURL": "https://github.com/paat/claude-plugins"
  },
  "homepage": "https://github.com/paat/claude-plugins",
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "post-merge",
    "verification",
    "junk-files",
    "squash-merge",
    "invariants",
    "cleanup-pr",
    "regression"
  ],
  "skills": "./skills/"
}
plugins/merge-guard/.claude-plugin/plugin.json
{
  "name": "merge-guard",
  "version": "0.1.2",
  "description": "Post-merge verification tail: diffs merged main against the pre-merge state to catch junk files leaked by squash merges and unintended path changes, checks configurable grep-based business invariants (attribution parameters, forbidden patterns), auto-opens a cleanup PR for leaked junk, and guides an adjacent-behavior regression spot-check. Complements pre-merge review gates.",
  "author": {
    "name": "Andre Paat"
  },
  "repository": "https://github.com/paat/claude-plugins",
  "license": "MIT",
  "keywords": [
    "post-merge",
    "verification",
    "junk-files",
    "squash-merge",
    "invariants",
    "cleanup-pr",
    "regression"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[merge-guard on Agent Plugins Marketplace](https://pluginsmp.com/plugins/merge-guard)