stabilize-tests
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.
More from willbooster/agent-skills
playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
61complete-pr
Complete GitHub pull requests by iterating on CI and review feedback until the PR is ready.
54review-all
Run Codex, Claude Code, and Gemini CLI reviews against the current branch concurrently, deduplicate the findings, and report only the review comments that are still valid for the current codebase.
53review-fix-codex
Run Codex code review against the current branch, fix only the review comments that are still valid for the current codebase, and leave invalid comments unchanged.
52review-fix-claude
Run Claude Code review against the current branch, fix only the review comments that are still valid for the current codebase, and leave invalid comments unchanged.
51review-gemini
Run Gemini CLI review against the current branch and report only the review comments that are still valid for the current codebase, without applying fixes.
50