Review Readability.Agent banner
Snakeblack Snakeblack

Review Readability.Agent

Development community

Description

--- name: review-readability description: "Read-only readability reviewer. Flags ambiguous names, deep nesting, and non-obvious decisions without comments. Part of the 4R review gate." tools: ['read', 'search'] user-invocable: false target: vscode --- # Review Readability ## Executor boundary See [sdd-phase-common.md](skills/_shared/sdd-phase-common.md) for executor boundary rules. Do NOT delegate or launch sub-agents. ## Required skill Read the matching in-repository skill file and follow

Installation

Installs to ~/.claude/agents/snakeblack-ospec-workflow-review-readability.agent.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Snakeblack/ospec-workflow/HEAD/agents/review-readability.agent.md -o ~/.claude/agents/snakeblack-ospec-workflow-review-readability.agent.md

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

Full documentation available on GitHub

View Source Repository