code-review

Review React/TypeScript/PWA code for bugs and architectural issues.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of conducting in-depth code reviews, ensuring high standards of quality, security, and maintainability in React/TypeScript projects.

Core Features & Use Cases

  • Comprehensive Analysis: Scrutinizes code for architectural flaws, TypeScript violations, performance issues, security vulnerabilities, and documentation gaps.
  • Automated Feedback: Provides detailed, actionable feedback directly within the review process, flagging specific red flags and suggesting improvements.
  • Use Case: Before merging a new feature branch, run this Skill to catch potential bugs, ensure adherence to best practices, and verify that all necessary documentation updates have been made, preventing regressions and technical debt.

Quick Start

Use the code-review skill to review the current branch changes.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I catch stale closures and silent promise failures in React hooks?

Automated code review detects stale closures and silent promise failures by analyzing async state, lifecycle cleanup, and hook discipline in React and TypeScript projects. It flags subtle bugs and provides actionable feedback to prevent regressions.

What is the best way to review component architecture and props API contracts in TypeScript?

Reviewing component architecture and props API contracts in TypeScript involves scrutinizing code for architectural flaws, TypeScript violations, and documentation gaps. Automated feedback flags specific red flags and suggests improvements to ensure maintainability.

Does automated code review work with PWA browser resource management and Dexie queries?

Yes, automated code review specializes in PWA browser resource management and client-side data access. It detects unbounded Dexie queries and lifecycle cleanup issues, verifying that browser resources are managed correctly to prevent memory leaks.

How do I ensure frontend security and hook discipline before merging a feature branch?

To ensure frontend security and hook discipline before merging, run an automated code review on the branch changes. It catches potential bugs, verifies best practices adherence, and checks for necessary documentation updates to prevent technical debt.

Can I use this code review skill for temporal handling and monitoring in React applications?

Yes, you can use this code review skill for temporal handling and monitoring in React applications. It performs rigorous analysis of temporal logic and monitoring setups, providing detailed feedback and a final verdict on code quality.

What are the limitations of automated code review for React and TypeScript projects?

Automated code review for React and TypeScript projects focuses on specific areas like component architecture, hook discipline, and frontend security. It may not cover business logic validation or backend integration issues outside its specialized scope.