React Commands (/react:)
Frontend development with React/TypeScript.
Code Generation
| Command | Description |
|---|---|
/react:generate-component <Name> | Generate React component |
/react:generate-hook <Name> | Generate custom hook |
/react:storybook-story <Component> | Generate Storybook story |
Analysis Commands
| Command | Description |
|---|---|
/react:check-architecture | Validate architecture |
/react:check-code-quality | Run code quality checks |
/react:check-compliance | Check rule compliance |
/react:check-security | Security audit |
/react:check-testing | Test coverage analysis |
Performance Commands
| Command | Description |
|---|---|
/react:bundle-analyze | Analyze bundle size |
Accessibility Commands
| Command | Description |
|---|---|
/react:accessibility-check | A11y validation |