Skip to content

Mar 16, 2026

Flakiness CLI v0.218+ introduces Agentic Workflows — AI coding agents can now query your test data, investigate flaky tests, and fix regressions autonomously.

Install a skill into your agent of choice:

Terminal window
flakiness skills install --agent <claude|codex|cursor>

Then just ask your agent to fix your tests:

  • “Fix the failing tests in PR #42”
  • “Find the most flaky tests in our project”
  • “Which tests have been failing with timeout errors?”

Supports Claude Code, Codex, and Cursor. You can also set up a scheduled GitHub Actions cron job that automatically deflakes your test suite — no human intervention needed.

Full documentation: Agentic Workflows.