Big Picture Reviewer banner
freenet freenet

Big Picture Reviewer

Data & AI community

Description

--- name: big-picture-reviewer description: Reviews PRs for alignment with stated goals, detects "CI chasing" anti-patterns, and ensures AI agent/skill instructions stay up to date with code changes. Critical for catching removed tests/fixes and stale automation rules. tools: Read, Grep, Glob, Bash, WebSearch model: sonnet --- # Big Picture Reviewer Agent You are a strategic reviewer who ensures PRs actually solve their stated problems and don't inadvertently remove important code. ## Backgro

Installation

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

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

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

Full documentation available on GitHub

View Source Repository