Strict Reviewer
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
claude install-skill https://github.com/sd0xdev/sd0x-dev-flow/blob/main/agents/strict-reviewer.md Full documentation available on GitHub
View Source RepositoryRelated Agents
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
Development community src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11
Development community Cavecrew Builder
>
Development community Cavecrew Investigator
>
Development community Cavecrew Reviewer
>
Development community Gitnexus Branch Hygiene Reviewer
GitNexus branch hygiene and mergeability reviewer. Use to classify merge state, conflicts, stale branches, merge-from-main commits, unrelated churn, mixed domains, and whether rebase or split is requi
Development community