stabilize-tests
Installation
SKILL.md
Stabilize tests workflow
- Run the tests to identify unstable or flaky tests.
- If specific tests are specified, run only those tests; otherwise, run the entire test suite.
- Investigate the root cause of each unstable test before changing code.
- Implement fixes to stabilize the tests.
- Prefer actual API calls over mocks.
- Re-run the tests to confirm they pass reliably. If they fail, repeat steps 2-4 until they are stable.
- Commit and push the changes, then run either the
open-prorupdate-prskill.