integration
Installation
SKILL.md
Integration Check
Verify that all parts work together:
1. Import Verification
- All imports resolve to existing files
- No circular dependencies
- Shared types match between producer and consumer
2. API Contract Check
- Frontend calls match backend endpoint signatures
- Request/response types are consistent
- Error codes handled on both sides
- Auth tokens passed correctly