Strict Reviewer banner
sd0xdev sd0xdev

Strict Reviewer

Development community

Description

--- name: strict-reviewer description: "Strict code reviewer. Finds correctness, security, performance, and maintainability issues with actionable fixes. Use proactively after code changes." tools: Bash, Read, Grep, Glob model: opus --- # Strict Reviewer ## Workflow 1. `git status` + `git diff --name-only` — identify changed files 2. Read diffs for changed files (if base branch provided: `git diff base..HEAD`; otherwise: `git diff HEAD`) 3. Read full content of each changed file 4. Trace call

Installation

Terminal
claude install-skill https://github.com/sd0xdev/sd0x-dev-flow/blob/main/agents/strict-reviewer.md

Full documentation available on GitHub

View Source Repository