nishilbhave

10 mods across 1 repository, 5 stars between them.

nishilbhave/codeprobe

Skill Claude CodeCodex

Analyzes code architecture and structure — layer violations, circular dependencies, god objects, anemic domain models, missing boundaries, directory structure issues, and configuration problems. Generates severity-scored findings with fix prompts. Trigger phrases: "architecture review", "structure check", "layer…

5 1mo ago A 65 tokens original MIT

nishilbhave/codeprobe

Skill Claude CodeCodex

Detects code smells and anti-patterns — long methods, large classes, feature envy, data clumps, primitive obsession, dead code, magic numbers, deep nesting, and more. Uses configurable thresholds from .codeprobe-config.json when available. Trigger phrases: "code smells", "smell check", "anti-patterns", "clean code…

5 1mo ago A 77 tokens original MIT

nishilbhave/codeprobe

Skill Claude CodeCodex

Scans code for error handling and resilience issues — swallowed exceptions, missing try/catch on external calls, unhandled promise rejections, missing transactions, validation gaps, retry/timeout omissions, and logging blind spots. Generates severity-scored findings with copy-pasteable fix prompts. Trigger phrases…

5 1mo ago A 90 tokens original MIT

codeprobe-framework

04

nishilbhave/codeprobe

Skill Claude CodeCodex

Detects framework-specific anti-patterns, convention violations, and idiom misuse across PHP/Laravel, React/Next.js, and Python/Django/FastAPI codebases. Loads framework-specific reference guides and checks against framework conventions. Generates severity-scored findings with copy-pasteable fix prompts. Trigger…

5 1mo ago A 95 tokens original MIT

codeprobe-patterns

05

nishilbhave/codeprobe

Skill Claude CodeCodex

Audits code for design pattern opportunities and anti-patterns — identifies places where a specific GoF or architectural pattern would solve an observable problem, and flags misapplied patterns that add complexity without benefit. Generates fix prompts. Trigger phrases: "design patterns", "pattern check", "pattern…

5 1mo ago A 73 tokens original MIT

nishilbhave/codeprobe

Skill Claude CodeCodex

Scans code for performance and scalability issues — N+1 queries, missing indexes, unbounded queries, memory inefficiencies, caching gaps, algorithmic complexity, concurrency bugs, and frontend performance problems. Generates severity-scored findings with copy-pasteable fix prompts. Trigger phrases: "performance…

5 1mo ago A 86 tokens original MIT

codeprobe-security

07

nishilbhave/codeprobe

Skill Claude CodeCodex

Scans code for security vulnerabilities — injection flaws, authentication gaps, XSS vectors, mass assignment, CSRF, insecure deserialization, sensitive data exposure, broken access control, and misconfigurations. Generates severity-scored findings with copy-pasteable fix prompts. Trigger phrases: "security scan"…

5 1mo ago A 78 tokens original MIT

codeprobe-solid

08

nishilbhave/codeprobe

Skill Claude CodeCodex

Audits code for SOLID principle violations — Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion. Identifies classes and methods that violate these principles and generates fix prompts. Trigger phrases: "SOLID check", "solid review", "SRP violation", "dependency…

5 1mo ago A 71 tokens original MIT

codeprobe-testing

09

nishilbhave/codeprobe

Skill Claude CodeCodex

Audits code for test quality and coverage issues — missing tests, test smells, poor test structure, mock abuse, coverage gaps, and fragile test data. Identifies weaknesses in the test suite and generates fix prompts. Trigger phrases: "test quality", "test audit", "test review", "coverage check", "missing tests", "test…

5 1mo ago A 75 tokens original MIT

codeprobe

10

nishilbhave/codeprobe

Skill Claude CodeCodex

Whole-codebase code quality audit system with 9 specialized sub-skills covering security, SOLID principles, architecture, error handling, performance, test quality, code smells, design patterns, and framework best practices. Produces a scored health dashboard (0-100 per category), severity-rated findings (P0-P3) with…

5 1mo ago A 181 tokens original MIT