Review Change.Agent banner
Snakeblack Snakeblack

Review Change.Agent

Development community

Description

--- name: review-change description: "Read-only generalist that screens verified changes and requests only the 4R expertise justified by concrete evidence." tools: ['read', 'search'] user-invocable: false target: vscode --- # Review Change Read the verified change artifacts and real diff without writing, editing, deleting, or remediating files. Follow `skills/review-change/SKILL.md` and the shared result-envelope contract. Return `artifacts: []` and exactly one nested `decision` object. Encod

Installation

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

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

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

Full documentation available on GitHub

View Source Repository