torre-code-quality

Identify and fix code quality issues in the TORRE React Native codebase.

Updated Feb 25, 2026
One-click install
npx skills add https://github.com/lfggarcia/dnd-app --skill torre-code-quality
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: torre-code-quality
Source: https://github.com/lfggarcia/dnd-app/tree/main/.github/skills/torre-code-quality
Command: npx skills add https://github.com/lfggarcia/dnd-app --skill torre-code-quality

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

TORRE code quality guide helps teams audit and improve code quality across the TORRE React Native project by codifying best practices and anti-patterns.

Core Features & Use Cases

  • Checks NativeWind patterns, Zustand usage, navigation typing, performance anti-patterns, and DnD 5e logic correctness.
  • Use Case: During a refactor of a screen or when debugging rendering issues, run this guide to surface quality gaps and recommended changes.

Quick Start

Run a code-quality review on the target TORRE module or screen using this guide as the reference.

Frequently Asked Questions about torre-code-quality

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

FAQPage Schema
How do I fix code quality issues in a React Native project during a refactor?

Fix React Native code quality issues during a refactor by running a targeted review against your modules to surface anti-patterns in state management and navigation typing, then applying the recommended changes to enforce project guidelines.

What are common Zustand performance anti-patterns in React Native?

Common Zustand performance anti-patterns in React Native involve inefficient state management causing unnecessary renders. Auditing state hooks and usage surfaces these hotspots so you can apply safer refactors and optimize component rendering.

How do I enforce navigation typing checks in a React Native app?

Enforce navigation typing checks by auditing your React Native navigation setup against codified guidelines during refactoring sessions. This identifies typing gaps and applies fixes to ensure safer route management and code quality.

Does this code review guide check NativeWind patterns and DnD 5e logic?

Yes, the code review guide checks NativeWind patterns and DnD 5e logic correctness. It audits these specific areas alongside Zustand usage and performance anti-patterns to surface quality gaps and recommend necessary changes.

When should I run a code quality audit on my React Native screens?

Run a code quality audit on React Native screens when debugging rendering issues or performing a module refactor. This surfaces quality gaps and anti-patterns early, guiding the application of fixes for safer codebase improvements.