code-reviewer

Automate code review compliance checks for Maestro Dashboard JavaScript projects.

Updated Apr 4, 2026
One-click install
npx skills add https://github.com/Leandelosantos/huevos-point-maestro --skill code-reviewer-leandelosantos
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-reviewer
Source: https://github.com/Leandelosantos/huevos-point-maestro/tree/main/.claude/skills/code-reviewer
Command: npx skills add https://github.com/Leandelosantos/huevos-point-maestro --skill code-reviewer-leandelosantos

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill eliminates inconsistent manual code reviews across the Dashboard Maestro stack by enforcing tenant isolation, secure JWT handling, async error management, React patterns, and session/currency conventions every time.

Core Features & Use Cases

  • Backend checklist enforcement ensures every Sequelize query filters by tenant, handlers wrap async calls with try/catch, and sensitive data is never logged or exposed.
  • Automated scripts for PR analysis, code quality checking, and report generation run deterministic scans that highlight missing checkpoints and summarize findings.
  • Reference guides capture coding standards, anti-patterns, and detailed checklists so reviewers can align recommendations with documented project norms.
  • Use Case: Run the suite before merging a cross-tenant feature to confirm secure JWT flows, sessionStorage usage, Skeleton loading, and Spanish error messaging guidelines are satisfied.

Quick Start

Kick off the review by running python scripts/code_quality_checker.py with your project path to gather findings.

Frequently Asked Questions about code-reviewer

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

FAQPage Schema
How do I automate code review checks for tenant isolation in a Node.js Express backend?

Automated code review for tenant isolation verifies Sequelize queries filter by tenant, handlers wrap async calls with try/catch, and sensitive data is never logged. This enforces backend security per PR.

What secure JWT handling practices should a React and Express code review enforce?

Secure JWT handling checks verify tokens are managed safely across React and Express flows. Reviews confirm session storage conventions and prevent sensitive authentication data exposure during cross-tenant operations.

Can I run automated scripts to check JavaScript ES6+ code quality before merging?

Yes, you can run automated scripts to check JavaScript ES6+ code quality before merging. Running the Python code quality checker analyzes your project path to highlight missing checkpoints and summarize findings.

Does this code review process support React 19 UX conventions like Skeleton loading?

Yes, this code review process supports React 19 UX conventions. It validates Skeleton loading patterns, sessionStorage handling, and Spanish error messaging guidelines to ensure frontend standards are satisfied.

What are the limitations of using automated reference guides for code compliance checks?

The limitation of using automated reference guides for code compliance checks is that they focus strictly on documented anti-patterns and project norms. They may not catch undocumented logic flaws outside the defined checklist scope.