# verify > Run all verification checks (static analysis, test, format). - Author: Xantibody - Repository: Xantibody/dotfiles - Version: 20260119150933 - Stars: 1 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Xantibody/dotfiles - Web: https://mule.run/skillshub/@@Xantibody/dotfiles~verify:20260119150933 --- --- name: verify description: Run all verification checks (static analysis, test, format). --- # Verify Run all verification checks to ensure code quality. ## Steps 1. Read README or Makefile to find available commands. 2. Run in this order: - `static-analysis` skill (linting and type checking) - `test` skill (run the test suite) - `format` skill (run code formatters) 3. Fix any issues before proceeding to the next step. Do not go back to completed steps.