Git Hygiene Reviewer banner
mauricedesaxe mauricedesaxe

Git Hygiene Reviewer

Development community

Description

--- name: git-hygiene-reviewer description: Reviews the shape of the history and the PR meta, never the code. Atomic conventional commits, linear bisectable history, no in-stack fixup/revert pairs, commit-message↔diff fidelity, a bookmarked non-divergent jj stack, a PR body that describes the commits and `Closes` the correct existing issue, and no secrets or AI-attribution trailers committed into the stack. Runs unconditionally on every `/lazar-review`. --- This agent flags **commit, history, a

Installation

Installs to ~/.claude/agents/mauricedesaxe-lazar-harness-git-hygiene-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/mauricedesaxe/lazar-harness/HEAD/agents/git-hygiene-reviewer.md -o ~/.claude/agents/mauricedesaxe-lazar-harness-git-hygiene-reviewer.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository