/logic-health
Sweep a whole codebase or directory for logic correctness — use before a release or to identify risk hotspots
$ npx -y skills add hyhmrright/logic-lens --agent claude-codeShips with logic-lens. Installing the plugin gets this command.
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/logic-health
Context preview
What this command does when you run it.
Sweep a whole codebase or directory for logic correctness — use before a release or to identify risk hotspots
Command definition
logic-health.mddescription: Sweep a whole codebase or directory for logic correctness — use before a release or to identify risk hotspots allowed-tools: Skill
Use the Skill tool to invoke `logic-lens:logic-health`, then follow its instructions exactly. $ARGUMENTS
Logic-first AI code review via semi-formal execution tracing (Premises → Trace → Divergence → Trigger → Remedy). Catches behavioral bugs, type-contract breaches & async hazards that linters miss. Six skills · Claude Code · Codex CLI · Gemini CLI.
Repo: hyhmrright/logic-lens
Other commands on logic-lens.
- /logic-diff
Check two code versions for semantic equivalence — use after a refactor or rewrite
Open command - /logic-explain
Trace execution step by step — use when code behavior is surprising or confusing
Open command - /logic-fix-all
Autonomous audit-and-fix — after consent, scan the target, fix every logic issue found (all severities), verify each fix, and report anything unresolved.
Open command - /logic-locate
Locate the root cause of a confirmed failure — use when you have a stack trace, failing test, or wrong output
Open command - /logic-review
Review code for logic bugs — use when you suspect something is wrong but have no failing test yet
Open command

