Team Reviewer banner
ccancellieri ccancellieri

Team Reviewer

Security community

Description

--- name: team-reviewer description: Adversarial code review and verification. Operates with a single lens per invocation (security, correctness, performance, or tests) passed in the prompt. Default posture is refute-by-default — actively tries to disprove that the change is correct. Reports only high-confidence findings with file:line and severity. Use after an implementation to stress-test it before merge. Examples — <example>user: "Review the ingestion fix (PR #1857) through the correctness l

Installation

Installs to ~/.claude/agents/ccancellieri-mcp-skill-hub-team-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/ccancellieri/mcp-skill-hub/HEAD/agents/team-reviewer.md -o ~/.claude/agents/ccancellieri-mcp-skill-hub-team-reviewer.md

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

Full documentation available on GitHub

View Source Repository