Verify
Run all verification checks to ensure code quality.
Steps
- •
Read README or Makefile to find available commands.
- •
Run in this order:
- •
static-analysisskill (linting and type checking) - •
testskill (run the test suite) - •
formatskill (run code formatters)
- •
- •
Fix any issues before proceeding to the next step. Do not go back to completed steps.