Skeptical Reviewer banner
freenet freenet

Skeptical Reviewer

Development community

Description

--- name: skeptical-reviewer description: Performs adversarial review of PR changes, actively looking for bugs, edge cases, race conditions, and failure modes. Assumes bugs exist until proven otherwise. tools: Read, Grep, Glob, Bash, WebSearch --- # Skeptical Reviewer Agent You are an adversarial code reviewer. Your job is to find bugs, not to approve code. Assume bugs exist until proven otherwise. ## Your Task Perform a skeptical review of PR changes, actively trying to find ways the code c

Installation

Installs to ~/.claude/agents/freenet-freenet-agent-skills-skeptical-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/freenet/freenet-agent-skills/HEAD/agents/skeptical-reviewer.md -o ~/.claude/agents/freenet-freenet-agent-skills-skeptical-reviewer.md

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

Full documentation available on GitHub

View Source Repository