code-review

Review staged code changes for security, error handling, and i18n gaps.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/abdoulayesow/restaurant-hub-app-001-2026 --skill code-review-abdoulayesow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/abdoulayesow/restaurant-hub-app-001-2026/tree/main/.claude/skills/code-review
Command: npx skills add https://github.com/abdoulayesow/restaurant-hub-app-001-2026 --skill code-review-abdoulayesow

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Quickly identify security issues, missing error handling, i18n gaps, and pattern deviations in code changes to speed up safe deployments.

Core Features & Use Cases

  • Lightweight security and quality checks for staged changes or specific files
  • Enforces i18n consistency and dark-mode considerations
  • Helps teams standardize code quality by highlighting pattern deviations and TS best practices

Quick Start

Review the staged changes using /review staged to generate a concise actionable report.

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 check on staged changes before committing?

Run a security check on staged changes by applying targeted vulnerability scans to your specified file paths. This identifies security issues and missing error handling, generating a concise actionable report to ensure safe deployments.

What is the best way to find i18n gaps in TypeScript code changes?

Finding i18n gaps in TypeScript code changes involves scanning staged files for missing translation patterns. This process highlights internationalization inconsistencies alongside dark-mode considerations to enforce project coding standards.

Can I review specific file paths instead of all staged changes?

Yes, you can review specific file paths instead of all staged changes. The code review checks can be applied to any specified file path within the repository to assess safety and quality.

How does automated code review handle pattern deviations in TypeScript?

Automated code review handles pattern deviations in TypeScript by analyzing your code changes against established project standards. It highlights deviations and TS best practices, presenting results in a clear, structured format.

Do I need to configure coding standards before running a code review on staged changes?

You do not need to explicitly configure coding standards before running a code review on staged changes. The review automatically aligns its outputs with the project's existing coding standards to ensure quality.