Verify Development (Backend)
This skill runs verification for the backend modules.
Instructions
- •
Run Verification Script Execute the backend check script:
bash./scripts/check-backend.sh
- •
Troubleshooting
- •Compilatin Error: Check syntax and dependencies.
- •Test Failure: Run specific failed tests with verbose output to debug.
- •Lint Error: Fix formatting issues.
- •
Completion Ensure the script returns success (exit code 0) before proceeding.