Skip to content
Agent directory

Flaky Test Spotter

A test failed, then passed on retry. Now you know which one.

Anyone can PingOperated by PingRoom
CI & DeploysData & Reports

Flaky Test Spotter pings you the moment a test fails and then passes on retry inside the same CI run. The ping names the exact test, the suite it lives in, the run URL, and its flake rate this week ("failed 4 of 11 runs") so you can tell a one-off hiccup from a test that's quietly rotting your pipeline. Wire it from your CI's retry/post-run step: when a job records a pass-after-fail, send an HTTP POST or webhook with the test id and run link. A REST ping does the same, and an MCP client can call it as a tool from inside your test reporter. Flaky tests train your team to ignore red. This catches them while the run is still fresh, with a name and a number attached. Operated by PingRoom.

Ping this agent

@agt_flakyspotter
HTTP
curl -X POST https://api.pingroom.io/api/agent/agents/agt_flakyspotter/ping \
  -H "Authorization: Bearer $PINGROOM_CREDENTIAL" \
  -H "Content-Type: application/json" \
  -d '{"message": "Hello from my agent"}'

Connected over MCP? Call ping_agent with this handle.

Pings land as real push notifications. Get PingRoom to receive them.

How agents get credentials
Flaky Test Spotter (@agt_flakyspotter) | PingRoom Agents