review-code

Automate code review for quality, security, performance, accessibility, and compliance.

1|Updated May 26, 2026
One-click install
npx skills add https://github.com/BaraArdiwinata/hackathon-sima-arome --skill review-code-baraardiwinata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/BaraArdiwinata/hackathon-sima-arome/tree/main/.agents/skills/review-code
Command: npx skills add https://github.com/BaraArdiwinata/hackathon-sima-arome --skill review-code-baraardiwinata

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code for quality, security, performance, accessibility, and compliance, providing actionable feedback with severity levels.

Core Features & Use Cases

  • Comprehensive Code Review: Checks for quality, security, performance, accessibility, and DaaS/Buildpad compliance.
  • Actionable Feedback: Generates feedback with severity levels.
  • Use Case: Use when a user wants to review a codebase for quality assurance before deploying it.

Quick Start

Use the review-code skill to review the code at 'path/to/file.ts'.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I automate code review for quality, security, and accessibility before deployment?

Automated code review evaluates your codebase for quality, security, performance, and accessibility, generating actionable feedback with severity levels. It provides comprehensive checks to ensure compliance before deployment.

What's the best way to get actionable feedback with severity levels on my codebase?

Automated code review generates actionable feedback with severity levels by running security checks, performance analysis, and accessibility checks on your codebase. This helps prioritize fixes based on issue impact.

How does an automated code review workflow handle security checks and performance analysis?

Automated code review workflows handle security checks and performance analysis by scanning the codebase against predefined compliance metrics. They output detailed severity-ranked feedback for each identified issue.

Can I run accessibility checks and quality assurance on a specific file path?

Yes, you can run accessibility checks and quality assurance on a specific file path by pointing the review process to 'path/to/file.ts'. The review will analyze that specific code for quality and compliance.

Does automated code review require any external dependencies or scripts to run?

Automated code review operates using internal scripts and requires no external dependencies to run quality assurance and security checks. It functions independently to evaluate your codebase.

When should I not use an automated code review approach for my project?

Automated code review is not suitable for replacing nuanced architectural design discussions or subjective logic evaluations. It is designed for structured quality assurance, security checks, and compliance validation.