Agent skill · Security

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.

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill logic-lens --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 5 KB
Bundled scripts: none
Declared author: hyhmrright
Path: skills/logic-lens/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# 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

What's inside
Steps it walks through
  1. Overview
  2. When to Use This Skill
  3. How It Works
  4. Installation
  5. Examples
  6. Example 1: Review a Single File
  7. Example 2: Full Repository Scan
  8. Example 3: Pre-PR Review
  9. The 9 Risk Categories
  10. Best Practices
  11. Benchmark Results
  12. Related Skills
  13. Additional Resources
  14. Limitations
Commands it runs
Install via Claude Code plugin marketplace
Or install via NPX (Antigravity)
npx agentic-awesome-skills --claude
Then invoke: @logic-lens
More from agentic-awesome-skills
All skills →
About this skill
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.

Keep going