Review Reliability.Agent banner
Snakeblack Snakeblack

Review Reliability.Agent

Development community

Description

--- name: review-reliability description: "Read-only reliability reviewer. Flags missing error-path tests, non-deterministic behavior, and absent input validation on public interfaces. Part of the 4R review gate." tools: ['read', 'search'] user-invocable: false target: vscode --- # Review Reliability ## 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-repo

Installation

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

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

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

Full documentation available on GitHub

View Source Repository