code-review

Review changed code for quality, security, and correctness with severity-based findings.

Updated Feb 19, 2026
One-click install
npx skills add https://github.com/acastillo9/budget --skill code-review-acastillo9
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/acastillo9/budget/tree/main/.agents/skills/code-review
Command: npx skills add https://github.com/acastillo9/budget --skill code-review-acastillo9

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses the need for rigorous code quality assurance by systematically reviewing generated or modified code for adherence to best practices, security vulnerabilities, and correctness.

Core Features & Use Cases

  • Automated Code Auditing: Detects issues across conventions, security, error handling, and TypeScript usage.
  • Context-Aware Review: Leverages subproject-specific skills (budget-api, budget-ui) for tailored feedback.
  • Severity-Based Reporting: Organizes findings into Critical, Warning, and Suggestion categories.
  • Use Case: After generating a new API endpoint, use this skill to ensure it follows NestJS conventions, handles errors gracefully, and doesn't introduce security risks before merging.

Quick Start

Review the code changes in the current Git repository.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I run a security audit and code quality review on TypeScript changes?

Run a code review on your Git repository changes to automatically audit TypeScript usage, security vulnerabilities, and error handling. The review identifies changed files, loads subproject context, and reports findings organized by severity.

How does automated code review handle NestJS and SvelteKit subprojects?

Automated code review handles NestJS and SvelteKit by loading relevant subproject context like budget-api or budget-ui. It applies a detailed checklist covering naming, readability, and framework-specific conventions to provide tailored feedback.

Can I check i18n consistency and I18nContext safety during a code review?

Yes, code review checks i18n consistency and I18nContext safety. The review process applies a detailed checklist that explicitly evaluates internationalization consistency alongside transaction consistency and external configuration practices.

What is the best way to categorize code review findings by severity?

The best way to categorize code review findings is by organizing them into Critical, Warning, and Suggestion severity levels. This severity-based reporting structure highlights security vulnerabilities and convention issues so you can prioritize fixes.

Does this code review tool apply fixes or just report issues?

This code review tool reports issues and optionally applies fixes. After presenting findings organized by severity, it allows you to selectively apply the suggested corrections for security vulnerabilities, TypeScript errors, and convention violations.