When to use
- React/Next.js end-to-end implementation with UI verification.
On-demand loading: Read this skill only when the task clearly matches the description above or trigger phrases below. Do not load for unrelated work.
react-full-build
Use this skill for React / Next.js tasks that should be implemented and validated end-to-end.
Objective
Ship a frontend or fullstack change with strong implementation and UI verification.
Workflow
- Inspect:
- app/router structure
- relevant components
- state management
- API/data fetching
- tests
- design system / shared UI
- Prefer existing patterns over introducing new abstractions.
- Apply these skills when relevant:
react-devvercel-react-best-practicesweb-design-guidelineswebapp-testing
- Delegate as needed:
frontend-developerfor UI implementationfullstack-developerwhen frontend + API changes are coupleddebuggerfor runtime/render/hydration/test failures
- Validate with the strongest available subset:
- lint
- typecheck
- unit/integration tests
- build
- browser automation / UI checks
- accessibility review when relevant
- Fix any failing checks before completion.
Frontend quality bar
- preserve accessibility
- keep components cohesive
- avoid unnecessary effects
- keep state local when possible
- avoid introducing render-time instability
- preserve loading/error/empty states
Output format
- Components/pages touched
- Behavior implemented
- Validation performed
- UX/accessibility notes
- Remaining risks
Source: kscius/KS-Cursor-Orchestrator — distributed by TomeVault.