What problem does it solve?
Advancing to the testing phase with incomplete, non-compiling, or buggy code leads to wasted testing effort, frustrated testers, and delayed releases.
Core Features & Use Cases
- Compilation Verification: Checks that both the API and Web applications build successfully without errors, ensuring foundational code health.
- Implementation Completeness: Validates the presence of implemented API endpoints, React components, database migrations, and service layers.
- Code Quality Assessment: Runs checks for TypeScript errors, C# warnings, ESLint compliance, proper error handling, and adherence to architectural patterns.
- Testing Infrastructure Check: Verifies that unit, integration, and E2E test files (or stubs) are created, preparing for comprehensive testing.
- Use Case: After the
react-developer and backend-developer agents complete their work on the 'event-management' feature, use this Skill to confirm the implementation is robust and ready for the test-executor.
Quick Start
Validate the implementation phase for the 'event-management' feature.