react-code-quality
Installation
SKILL.md
React Code Quality
Produce the smallest React implementation that remains readable, maintainable, and correct as requirements change.
Workflow
- Inspect the relevant components, hooks, types, and nearby conventions.
- Identify the decisions involved: state, Effects, responsibilities, APIs, types, or abstraction.
- Read only the references relevant to those decisions.
- Implement the simplest design that satisfies the current requirement.
- Verify the result (see Verify).
Match the requested mode:
- During implementation, apply these rules without narrating a checklist.
- During review, report concrete design risks and preferred replacements, not stylistic nits.
- During design discussion, do not edit files unless explicitly asked.
- Do not expand a focused change into unrelated cleanup.