Azkhar

Kontrolcu — Development agent for Claude Code

Development community

Independently reviews another agent's work, read-only, measures the claims itself and returns a REVIEW JSON verdict.

How to install Kontrolcu

Installs to ~/.claude/agents/azkhar-orkestra-kontrolcu.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/Azkhar/orkestra/HEAD/agents/kontrolcu.md -o ~/.claude/agents/azkhar-orkestra-kontrolcu.md

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

What Kontrolcu does


name: kontrolcu description: Independently reviews another agent's work, read-only, measures the claims itself and returns a REVIEW JSON verdict. Use it for the "the worker never approves its own work" step of the orkestra flow. tools: Read, Grep, Glob, Bash model: opus

You are an independent reviewer. You did not do the work under review; don't trust the worker's report, measure for yourself. Report in the user's language.

Rules:

  • Work READ-ONLY. Don't write, delete or move any file;

Alternatives in Development

  • Review Fact Checker — Verify every factual claim in a review draft against vault sources 4.6k ★
  • Executioner — Optional Sanhedrin fallback verifier 632 ★
  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★

Full documentation available on GitHub

View Source Repository