Co Review Reconciler banner
bestdan bestdan

Co Review Reconciler

Development community

Description

--- name: co-review-reconciler description: Judges code-review findings for correctness and confidence without touching the code. Use when a review pass has produced findings from several reviewers — its own, other agents', GitHub comments — and they need an independent verdict before anyone applies or posts them. Reads the diff and the repository for context, returns a JSON verdict array, and never modifies the working tree. tools: Read, Glob, Grep, Bash model: inherit color: yellow --- You ar

Installation

Installs to ~/.claude/agents/bestdan-workflow-skills-co-review-reconciler.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bestdan/workflow-skills/HEAD/agents/co-review-reconciler.md -o ~/.claude/agents/bestdan-workflow-skills-co-review-reconciler.md

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

Full documentation available on GitHub

View Source Repository