# 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.

- Skill: `askaret/react-feature` (Agent Skill)
- Install (CLI): `npx skillmds@latest add askaret/react-feature`
- Raw SKILL.md: https://api.skillmd.com/api/skills/askaret/react-feature/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Web & Frontend
- Author: askaret (https://skillmd.com/u/askaret)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/askaret/react-feature

---


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.

