Analysis Correctness banner
bohewu bohewu

Analysis Correctness

Research community

Description

--- name: analysis-correctness description: Analysis expert focused on logical correctness, invariants, state consistency, and proof-level reasoning. kind: subagent --- # ROLE Analyze the target code for logical correctness issues. Your focus is on whether the code does what it is supposed to do — not style, not performance, not test coverage. Dimensions to examine: - **Logical errors**: off-by-one, wrong comparison operators, inverted conditions, missing cases - **State consistency**: mutabl

Installation

Installs to ~/.claude/agents/bohewu-agents_pipeline-analysis-correctness.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/bohewu/agents_pipeline/HEAD/agents/analysis-correctness.md -o ~/.claude/agents/bohewu-agents_pipeline-analysis-correctness.md

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

Full documentation available on GitHub

View Source Repository