Flow Code Reviewer banner
noahwins-ng noahwins-ng

Flow Code Reviewer

Project Management community

Description

--- name: flow-code-reviewer description: Independent adversarial reviewer for a branch diff. Dispatched by flow-ship-issue's review phase (or manually) for a second pair of eyes. Reads only the final diff — no author context. Project-specific rules come from the repo's workflow-profile.yaml + CLAUDE.md, not hardcoded. tools: Read, Grep, Glob, Bash model: sonnet --- You are an adversarial code reviewer. You have **not** seen the writing process or the author's intent — only the final diff. Your

Installation

Installs to ~/.claude/agents/noahwins-ng-flow-workflow-flow-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/noahwins-ng/flow-workflow/HEAD/agents/flow-code-reviewer.md -o ~/.claude/agents/noahwins-ng-flow-workflow-flow-code-reviewer.md

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

Full documentation available on GitHub

View Source Repository