logic-lens
AI-powered Claude Code skill that performs deep code review using formal logic and reasoning frameworks to detect bugs, anti-patterns, and security risks beyond what linters catch.
npx skills add sickn33/agentic-awesome-skills --skill logic-lens --agent claude-code
Same command for any agent — swap --agent for codex, cursor, copilot.
Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.
# Logic Lens ## Overview Logic Lens is a Claude Code skill that performs deep, logic-driven code review using formal reasoning frameworks. Unlike traditional linters that check syntax and style, Logic Lens analyzes your code for logical errors, race conditions, security vulnerabilities, type mismatches, and algorithmic flaws that only appear when you reason through the code's behavior. Powered by structured AI analysis, Logic Lens applies systematic logical inspection across 9 risk categories: null/undefined handling, type safety, concurrency, resource management, security injection, boundary conditions, algorithm correctness, state management, and API contract violations. ## When to Use This Skill - Use when you want a thorough logic review before merging a PR - Use when a bug seems hard to find and standard linters aren't helping - Use when reviewing security-sensitive code paths (auth, payments, file access) - Use when refactoring complex business logic - Use when onboarding to a new codebase and need to understand risk areas ## How It Works Logic Lens uses Claude Code's reasoning capabilities to: 1. Parse code structure and build a mental model of data flow 2. Apply formal logi
- Overview
- When to Use This Skill
- How It Works
- Installation
- Examples
- Example 1: Review a Single File
- Example 2: Full Repository Scan
- Example 3: Pre-PR Review
- The 9 Risk Categories
- Best Practices
- Benchmark Results
- Related Skills
- Additional Resources
- Limitations
Install via Claude Code plugin marketplace Or install via NPX (Antigravity) npx agentic-awesome-skills --claude Then invoke: @logic-lens
What does the logic-lens skill do?
AI-powered Claude Code skill that performs deep code review using formal logic and reasoning frameworks to detect bugs, anti-patterns, and security risks beyond what linters catch.
How do I install it?
Run `npx skills add sickn33/agentic-awesome-skills --skill logic-lens --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.
Where does this skill come from?
From sickn33/agentic-awesome-skills, a repository with 44,414 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.
Is a popular skill a good skill?
Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.