analista_de_codigo

Identify bugs, performance bottlenecks, and WMS guideline deviations in React/JSX code.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/gelsonsimoes/wms-verticalparts --skill analista-de-codigo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: analista_de_codigo
Source: https://github.com/gelsonsimoes/wms-verticalparts/tree/main/.agent1/skills/analista_de_codigo
Command: npx skills add https://github.com/gelsonsimoes/wms-verticalparts --skill analista-de-codigo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a rigorous, production-grade review of React/JSX codebases to identify bugs, performance issues, and violations of coding best practices, aligned to the master WMS document.

Core Features & Use Cases

  • Line-by-line code analysis for React components and utilities to detect defects and inefficiencies.
  • Performance diagnostics identifying unnecessary re-renders, expensive computations, and potential memoization improvements.
  • Conformance checks against the project's master guidelines (documented in the WMS manual) for naming, structure, and security hygiene.
  • Use Case: A developer asks to audit a tricky page with several components and state hooks to ensure reliability and maintainability.

Quick Start

Inspect the provided React/JSX file line-by-line and output a prioritized list of fixes with rationale.

Frequently Asked Questions about analista_de_codigo

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

FAQPage Schema
How do I analyze React code for performance bottlenecks and unnecessary re-renders?

To analyze React code for performance bottlenecks, inspect components line-by-line to identify unnecessary re-renders and expensive computations, providing actionable fixes to optimize render cycles and maintainability.

What is the best way to review JSX components for security hygiene and coding standard violations?

Reviewing JSX components for security hygiene involves running conformance checks against master guidelines to detect structural and security deviations, ensuring your React codebase satisfies project-specific quality criteria.

How do I find bugs in complex React hooks and UI components?

Finding bugs in complex React hooks requires a rigorous per-file review process that detects defects in state usage, outputting a prioritized list of fixes with clear rationale for each issue.

Can I use this to audit React state hooks for maintainability and reliability?

Yes, you can audit React state hooks for maintainability by performing production-grade code analysis across components, ensuring the structural logic satisfies reliability standards outlined in your coding manual.

Does this code review process work for per-file analysis across an entire React codebase?

Yes, this code review process works for per-file analysis across an entire React codebase by inspecting individual JSX files line-by-line to detect functional deviations and performance bottlenecks independently.