Review Resilience.Agent banner
Snakeblack Snakeblack

Review Resilience.Agent

Development community

Description

--- name: review-resilience description: "Read-only resilience reviewer. Flags missing I/O error handling, absent recovery paths for partial failures, and silently swallowed exceptions. Part of the 4R review gate." tools: ['read', 'search'] user-invocable: false target: vscode --- # Review Resilience ## 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-resilience.agent.md

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

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

Full documentation available on GitHub

View Source Repository