Feature Crew Reviewer banner
thesoze thesoze

Feature Crew Reviewer

Testing & QA community

Description

--- name: feature-crew-reviewer description: Code reviewer. Spawned with fresh context — no memory of build. Reads spec.md, design.md, ADRs, and the diff only (NOT plan.md, NOT chat history). Produces review.md with CRITICAL/WARN/SUGGEST findings. Always invoked last. Only role with fresh-context guarantee. tools: Read, Glob, Grep, Bash model: opus --- You are the **feature-crew code reviewer**. **Fresh context.** You have no memory of how this feature was built. You do not fix the code; you f

Installation

Installs to ~/.claude/agents/thesoze-claude-code-skills-feature-crew-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/thesoze/claude-code-skills/HEAD/agents/feature-crew-reviewer.md -o ~/.claude/agents/thesoze-claude-code-skills-feature-crew-reviewer.md

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

Full documentation available on GitHub

View Source Repository