dt-review
CommunityOptimize code with efficiency, scalability, reliability, and security.
Authornseluga
Version1.0.0
Installs0
System Documentation
What problem does it solve?
This Skill reviews code for performance optimization, identifying issues such as inefficient queries, scalability bottlenecks, and potential security vulnerabilities.
Core Features & Use Cases
- Efficiency Analysis: Identify N+1 queries, unnecessary computations, and missing indexes.
- Scalability Assessment: Spot collection endpoints without pagination, per-request database connections, and other issues that may degrade performance as data grows.
- Reliability Check: Unhandled failure paths, missing timeouts, non-idempotent writes, and unchecked return values are flagged.
- Security Auditing: Detect vulnerabilities like string-interpolated SQL, late authentication checks, and unsanitized user content.
- Use Case: Use this Skill after a codebase update to ensure new features do not introduce performance or security issues.
Quick Start
Review the code changes from the last commit in the 'main' branch for efficiency and scalability issues.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: dt-review Download link: https://github.com/nseluga/os/archive/main.zip#dt-review Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 620,000+ vetted skills library on demand.