review-code

Review code against project standards for architecture, quality, tenant isolation, and test coverage.

Updated Jan 19, 2026
One-click install
npx skills add https://github.com/yuriolive/learning-infra --skill review-code-yuriolive
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review-code
Source: https://github.com/yuriolive/learning-infra/tree/main/.agent/skills/shared/review-code
Command: npx skills add https://github.com/yuriolive/learning-infra --skill review-code-yuriolive

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates the process of reviewing code against project-specific standards, ensuring architectural compliance, code quality, tenant isolation, and test coverage.

Core Features & Use Cases

  • Architecture Compliance: Verifies code adheres to the project's established architectural patterns.
  • Code Quality Checks: Enforces coding standards, best practices, and maintainability.
  • Tenant Isolation Verification: Critically checks for adherence to strict tenant data isolation.
  • Test Coverage Assessment: Reviews the adequacy of unit and integration tests.
  • Use Case: Before merging a new feature, use this Skill to perform a comprehensive review of the modified files, ensuring all project standards are met and potential issues are flagged early.

Quick Start

Review the code changes in the 'apps/control-plane/src/services/provisioning.ts' file for compliance with project standards.

Frequently Asked Questions about review-code

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

FAQPage Schema
How do I review code for architecture compliance and tenant isolation before merging?

To review code for architecture compliance and tenant isolation before merging, you can run an automated review against project standards. This checks modified files to ensure code quality, strict tenant data separation, and test coverage adequacy are met.

What is tenant isolation verification in code quality assurance?

Tenant isolation verification in code quality assurance is the process of critically checking code to ensure strict adherence to tenant data isolation. It prevents data leakage across tenants by validating data separation boundaries during the review process.

How do I check REST API patterns and provisioning workflows against infrastructure best practices?

To check REST API patterns and provisioning workflows against infrastructure best practices, review specific files locally. The review validates code against established project standards to ensure architectural compliance and provisioning accuracy.

Can I assess test coverage for unit and integration tests during a local code review?

Yes, you can assess test coverage for unit and integration tests during a local code review. The review evaluates the adequacy of existing tests against project standards to ensure maintainability and code quality before merging.

What are the limitations of automated code quality checks for project standards?

The limitations of automated code quality checks for project standards include relying strictly on predefined architectural patterns and compliance rules. The review targets specific modified files locally, requiring explicit project standards to function effectively.