What problem does it solve?
This Skill ensures that newly implemented features are correctly integrated into the project by verifying their exports, routing, data flow, and adherence to coding standards.
Core Features & Use Cases
- Export Verification: Checks if all necessary modules are exported from barrel files.
- Route Validation: Confirms the existence and correct placement of page files in the Next.js App Router.
- Data Flow Verification: Traces the connection chain from hooks to APIs and backend endpoints.
- Linting: Ensures the entire project adheres to coding style and quality standards.
- Use Case: After developing a new user authentication feature, use this Skill to automatically confirm that all its components are correctly exposed, accessible via the correct routes, and that the data flow from UI to backend is unbroken, and that the code passes linting checks.
Quick Start
Use the feature-wiring skill to integrate and verify the 'user-profile' feature.