bundled-skills/logic-lens/SKILL.md
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 skillsauth add FrancoStino/opencode-skills-antigravity logic-lensInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
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.
Logic Lens uses Claude Code's reasoning capabilities to:
# Install via Claude Code plugin marketplace
# Search: "logic-lens" in Claude Code > Extensions
# Or install via NPX (Antigravity)
npx agentic-awesome-skills --claude
# Then invoke: @logic-lens
@logic-lens review src/auth/login.ts for security issues
Logic Lens output:
[CRITICAL] SQL Injection risk at line 42: user input concatenated into query string
[HIGH] Missing rate limiting on login attempts
[MEDIUM] Password comparison uses == instead of timing-safe comparison
[LOW] Error messages may leak valid usernames (user enumeration)
@logic-lens scan the entire codebase and prioritize by severity
@logic-lens review all files changed in this branch before I open a PR
| Category | What It Checks | |----------|----------------| | Null/Undefined | Missing null checks, optional chaining gaps | | Type Safety | Implicit coercions, any-typed boundaries | | Concurrency | Race conditions, shared mutable state | | Resource Management | Unclosed handles, memory leaks | | Security Injection | SQL/XSS/Command injection, path traversal | | Boundary Conditions | Off-by-one errors, integer overflow | | Algorithm Correctness | Wrong complexity, incorrect assumptions | | State Management | Inconsistent state, missing rollbacks | | API Contracts | Undocumented side effects, broken interfaces |
@logic-lens on authentication and payment code before every release@lint-and-validate for full coverage: style + logic@logic-lens on legacy code you are about to modify to understand risk surfaceLogic Lens was tested against real-world codebases and caught issues missed by ESLint, TypeScript strict mode, and Snyk:
@lint-and-validate — Complementary: run after logic-lens for style/syntax@security-auditor — Specialized security-only deep scan@debugging-strategies — Use when logic-lens findings need tracingUse this skill only when the task clearly matches the scope described above (code review and logic analysis). Logic Lens provides AI-powered analysis and should be combined with human review for production-critical decisions. Do not treat the output as a substitute for environment-specific testing or security audits.
tools
Authorized security assessment of LLM applications and AI agents: prompt injection, tool abuse, RAG exposure, memory poisoning, system-prompt extraction, and agent-compliance engineering per OWASP LLM/ASI Top 10.
development
Builds two parameterized UI modes—流光溢彩白 (iridescent white) and 五彩斑斓黑 (colorful black)—with OKLCH, WebGL/CSS fallback, vision gating, screenshot QA, and total/per-color intensity reports. Use when a UI request names either mode or needs measured color parameters.
tools
Delegate coding tasks to the Kimi Code CLI (`kimi`) only when the user explicitly requests it, while the orchestrator retains review and landing responsibility.
development
Front-end JavaScript reverse engineering: locate signature chains, analyze encrypted request parameters, sample runtime behavior, and reproduce logic locally in Node for evidence-based output.