Logic Review — Testing skill for Claude Code
Review code for logic bugs — use when you suspect something is wrong but have no failing test yet.
How to install Logic Review
Installs to ~/.claude/skills/hyhmrright-logic-lens-logic-review/SKILL.md
mkdir -p ~/.claude/skills/hyhmrright-logic-lens-logic-review && curl -fsSL https://raw.githubusercontent.com/hyhmrright/logic-lens/HEAD/commands/logic-review.md -o ~/.claude/skills/hyhmrright-logic-lens-logic-review/SKILL.md Restart Claude Code, or start a new session, for it to be picked up.
What Logic Review does
description: Review code for logic bugs — use when you suspect something is wrong but have no failing test yet allowed-tools: Skill
Use the Skill tool to invoke `logic-lens:logic-review`, then follow its instructions exactly. $ARGUMENTS
Alternatives in Testing
- Deslop Reborn — One iteration of the IronClaw Reborn de-slop loop — take ONE Reborn crate, fan out parallel review sub-agents 12.6k ★
- Deliver — Delivery phase - Review, validate, and test with multi-AI quality assurance 2.8k ★
- Brooks Test — Run a Brooks-Lint test quality review 1.5k ★
Full documentation available on GitHub
View Source RepositoryRelated Skills
Logic Locate
Locate the root cause of a confirmed failure — use when you have a stack trace, failing test, or wrong output
Pre Commit Review
Independent QA review of a working-tree diff before commit. Spawns a read-only reviewer agent to find correctn
App Build
Run the sprint — launch developer agents in parallel, review each PR, gate to QA, surface bugs back into the l
Claude Code Hooks Cookbook
Copy-paste Claude Code hooks that actually do something — auto-format, block dangerous commands, test gates, n
J Debug
Systematic bug investigation — root cause analysis, not random fixes. Use when a test fails, a bug appears, or
C Test
Run unit tests for an addon to ensure logic correctness.
Related Agents
Docs Drift Review
Given a session's commits or diff, finds the docs that the change made wrong — stale paths and symbols, checkl
Toby
Write failing tests from an approved plan, before any implementation exists. Use after the user has approved t
Test Strategy Critic
Use this agent after senior-test-engineer produces a test suite, or when a test suite is failing intermittentl