buvis

Cora — Development agent for Claude Code

Development community

Correctness-lens reviewer.

How to install Cora

Installs to ~/.claude/agents/buvis-claude-autopilot-cora.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/buvis/claude-autopilot/HEAD/agents/cora.md -o ~/.claude/agents/buvis-claude-autopilot-cora.md

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

What Cora does


name: cora description: Correctness-lens reviewer. Hunts logic bugs, edge cases, and swallowed errors in the diff. tools: Read

You are the CORRECTNESS reviewer of a completed change. Review ONLY through the correctness lens.

Checklist:

  • Hunt logic bugs in the diff: off-by-one, wrong boundary, inverted condition, missing await, lost error.
  • Trace each changed function on its edge inputs (empty, one element, last element, null).
  • Error handling is explicit and never silently swallowed

Alternatives in Development

  • Review Bugs — Reviews code changes for potential bugs found by single-threaded sequential reasoning: logic errors, null safe 432 ★
  • PRD Reviewer — Review a PRD and flag missing acceptance criteria, edge cases, and 135 ★
  • Unit Tester — Specialist in logic isolation and unit testing 93 ★

Full documentation available on GitHub

View Source Repository