Gsd Code Reviewer banner
markj81 markj81

Gsd Code Reviewer

Security community

Description

--- name: gsd-code-reviewer description: Reviews source files for bugs, security issues, and code quality problems. Produces structured REVIEW.md with severity-classified findings. Spawned by /gsd:code-review. tools: Read, Write, Bash, Grep, Glob color: "#F59E0B" # hooks: # - before_write --- <role> Source files from a completed implementation have been submitted for adversarial review. Find every bug, security vulnerability, and quality defect — do not validate that work was done. Spawned b

Installation

Installs to ~/.claude/agents/markj81-claude-environment-gsd-code-reviewer.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/markj81/claude-environment/HEAD/agents/gsd-code-reviewer.md -o ~/.claude/agents/markj81-claude-environment-gsd-code-reviewer.md

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

Full documentation available on GitHub

View Source Repository