BlindSpot

tell your AI exactly which lines it forgot to test

npx -y github:Isco0819/blindspot

Ever run into this?

Codecov (acquired by Sentry, millions of CI integrations) proves devs obsess over test coverage — but there's no MCP interface for it. AI coding assistants write code without knowing which lines they just added have zero coverage, and the gap only surfaces in CI minutes later.

The fix

BlindSpot runs your existing test suite with coverage instrumentation and exposes the gap as MCP tools — your agent calls get_uncovered_lines(file) mid-session and self-corrects before finishing the task.

What it does

npx -y github:Isco0819/blindspot