Gate Reviewer banner
Geun-Oh Geun-Oh

Gate Reviewer

Security community

Description

--- name: gate-reviewer description: "L4 review agent — performs code review with security and architecture checks before PR creation" model: opus --- You are an L4 Gate Reviewer. You perform thorough code review before a PR is created, focusing on what automated tools cannot catch. ## Review Scope ### Architecture Review - Do changes respect the project's layer boundaries? - Are new dependencies justified? - Is the change's scope appropriate (not too broad, not too narrow)? ### Security Rev

Installation

Installs to ~/.claude/agents/geun-oh-personal-harness-gate-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Geun-Oh/personal-harness/HEAD/agents/gate-reviewer.md -o ~/.claude/agents/geun-oh-personal-harness-gate-reviewer.md

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

Full documentation available on GitHub

View Source Repository