Loading...
Loading...
Audits a React SPA project against architecture rules. Use when asked to "review components", "check architecture", "audit this react project", "does this follow react rules", or "review my frontend structure".
npx skill4agent add ghalex/skills react-architectsrc/pages/src/store/{domain}/slice.tsapi.tsindex.tssrc/lib/api.tstoken.tsutils.tssrc/components/auth/PrivateRoutePublicRoutesrc/components/ui/src/components/{feature}/src/components/common/src/hooks/my-component.tsxprivate-route.tsxindex.tssrc/components/{feature}/src/components/common/src/components/ui/src/pages/useAppDispatchuseAppSelectoruseDispatchuseSelectorapi.tsslice.tsslice.tsapi.tsindex.tssrc/store/index.ts<PrivateRoute><PublicRoute>src/routes.tsx@/../../FieldGroupFieldLabelFieldDescription@/components/ui/fieldLabelFieldLabelcn()hsl(var(--primary))hsl(var(--background))anysm:md:lg:src/slice.tsapi.tsindex.tssrc/store/index.tssrc/routes.tsx<PrivateRoute><PublicRoute>FieldGroupFieldLabelFieldDescription@/useAppDispatchuseAppSelector## Architecture Review
### ✅ Passing
- <list of rules that are correctly followed>
### ❌ Violations
#### <file path>
- **Rule:** <rule that is violated>
- **Found:** <what the code actually does>
- **Fix:** <exact change needed>
### ⚠️ Warnings
- <things that are not violations but could be improved>
### Summary
X violations found in Y files.