Code Review

Review code for security vulnerabilities, error handling, type safety, and quality.

38|5|Updated Dec 10, 2025
One-click install
npx skills add https://github.com/allierays/agentic-loop --skill code-review-allierays
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Code Review
Source: https://github.com/allierays/agentic-loop/tree/main/.claude/skills/review
Command: npx skills add https://github.com/allierays/agentic-loop --skill code-review-allierays

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for potential issues, ensuring higher quality, better maintainability, and improved security across the codebase.

Core Features & Use Cases

  • Comprehensive Issue Detection: Identifies security vulnerabilities (OWASP Top 10), error handling flaws, type safety issues, code quality concerns, performance bottlenecks, and maintainability problems.
  • Structured Feedback: Provides clear, actionable feedback in a standardized format, including severity ratings and suggested fixes.
  • Use Case: Before merging a new feature, use this Skill to perform a full review of the relevant code files, ensuring it meets security standards and coding best practices.

Quick Start

Perform a full review of src/api/users.ts.

Frequently Asked Questions about Code Review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform an automated code review for security vulnerabilities and type safety issues?

Automated code review analyzes your codebase to identify security vulnerabilities, type safety issues, and error handling deficiencies. It scopes checks from quick validations to deep security audits based on your directives.

What is the best way to check TypeScript code for performance bottlenecks and maintainability problems before merging?

Reviewing TypeScript code for maintainability issues and performance bottlenecks involves checking against coding best practices. This process provides structured feedback with severity ratings and suggested fixes.

Can I scope a security audit to just specific files or do I need to review the entire codebase?

You can scope security audits to specific files rather than the entire codebase. Direct the review depth from quick checks to comprehensive security scans targeting exactly the relevant code files.

How does structured feedback from code reviews help fix error handling deficiencies?

Structured feedback reports error handling deficiencies using a standardized format detailing specific issues, improvements, and suggestions. This provides clear, actionable fixes with severity ratings.

Does automated code review check for OWASP Top 10 vulnerabilities and coding best practices?

Automated code review identifies OWASP Top 10 vulnerabilities alongside coding best practices violations. It comprehensively evaluates security, type safety, performance, and maintainability.

When should I avoid using an automated code review tool for debugging?

Avoid using automated code review for isolated debugging if you require a quick fix rather than a comprehensive audit. It is designed for thorough issue detection across maintainability and security rather than isolated runtime troubleshooting.