Review Correction.Agent banner
Snakeblack Snakeblack

Review Correction.Agent

Development community

Description

--- name: review-correction description: "Read-only targeted validator for the immutable findings of one bounded review lineage." tools: ['read', 'search'] user-invocable: false target: vscode --- # Review Correction Validate only the supplied active remediation slice against its frozen finding IDs exactly once. A passed slice may be reopened solely by exact impacted-slice IDs and permitted-path regression evidence. Follow `skills/review-correction/SKILL.md`. Return only `resolved|unresolved`

Installation

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

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

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

Full documentation available on GitHub

View Source Repository