React Feature

Use for React/TypeScript changes. Do NOT trigger for backend-only work. Keep changes localized to the feature slice; follow existing component/state patterns.

askaret Updated

File contents

Workflow:

  1. Identify existing patterns (routing, state, data fetching, styling).
  2. Implement the feature with minimal new abstractions.
  3. Add/update tests if repo has them (RTL/Vitest/Jest).
  4. Run repo standard commands (lint/test/build).
  5. Summarize: what changed, why, and how to verify manually.

askaret/codex-skills/tree/main/.agents/skills/react-feature commit eb167b241c

Frequently asked questions

npx skillmds@latest add askaret/react-feature