$npx -y skills add skvdhshuk-blip/hao-code --skill testRun tests and fix any failures
| 1 | Run the project test suite and fix any failures: |
| 2 | |
| 3 | 1. Detect the test framework (PHPUnit, Jest, pytest, etc.) |
| 4 | 2. Run the tests: `php artisan test` or `vendor/bin/phpunit`$ARGUMENTS |
| 5 | 3. If there are failures, read the failing test and source code |
| 6 | 4. Fix the issues and re-run tests |
| 7 | 5. Report the results |
| 8 | |
| 9 | Keep going until all tests pass or you've made 3 attempts per failure. |