
Imyousuf Agentic Test Runner
- 11 repo stars
- Updated May 2, 2026
- imyousuf/agentic-test-runner
imyousuf-agentic-test-runner is a Claude Code plugin that runs tests and debugs failures through an MCP server while keeping the main coding context clean.
About
imyousuf-agentic-test-runner is a Claude Code plugin that pairs a test runner with an MCP server so agents can execute tests, inspect failures, and debug without stuffing large logs into the primary coding session. developers shipping web or CLI products can delegate flaky or verbose test cycles to the runner while the main thread stays on patches and design. Keywords in the bundle point at browser control, screenshots, behavior analysis, and structured test tooling—useful when failures need DOM state or reproduction steps, not just stack traces. It fits teams who already use Claude Code with MCP and want a repeatable “run → analyze → fix” rhythm during Ship. Complexity is intermediate because you wire the MCP server and align it with your existing test stack. It is a focused integration plugin (one plugin in the repo), not a full marketplace or generic skill library.
- Runs tests and debugs failures via a dedicated MCP server
- Keeps coding context clean by offloading test output and analysis
- Browser-oriented ATR tools: navigate, click, screenshots, behavior analysis
- Supports atr, atranalyze, atrbehavior, and atrbrowser-style workflows
- Single-plugin bundle focused on agentic test-and-fix loops
Imyousuf Agentic Test Runner by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin install imyousuf-agentic-test-runner@imyousuf/agentic-test-runnerAdd your badge
Show developers this plugin is listed on Skillselion. Paste this into your README.
| repo stars | ★ 11 |
|---|---|
| Last updated | May 2, 2026 |
| Repository | imyousuf/agentic-test-runner ↗ |
What it does
Run tests and iterate on failures through an MCP-backed runner so your main agent chat stays focused on fixes, not log dumps.
Who is it for?
Best when you use Claude Code plus MCP and run automated tests (including browser-backed flows) and want failure analysis without context bloat.
Skip if: Skip if you only need a one-off unit test snippet in-chat with no MCP setup or no automated test suite.
What you get
After install, tests run and failures are analyzed in a side channel so you can apply targeted fixes in a cleaner main session.
- Executed test runs with structured failure reports
- Debug-oriented analysis separated from main coding context
- Browser captures or behavior notes when ATR/browser tools apply
By the numbers
- Repository: imyousuf/agentic-test-runner
- Plugin count in bundle: 1
- Catalog source metadata: community, auto-ingested
Recommended Plugins
How it compares
MCP-backed test runner integration, not a general code-review or planning skill.
FAQ
Who is Imyousuf Agentic Test Runner for?
It is for Claude Code users who run real test suites and want MCP-isolated run-and-debug loops while keeping the primary agent thread lean.
When should I use Imyousuf Agentic Test Runner?
Use it during Ship when tests fail repeatedly, especially when browser behavior, screenshots, or structured ATR analysis help reproduce the bug.
How do I add Imyousuf Agentic Test Runner to my agent?
Install the plugin from the imyousuf/agentic-test-runner marketplace entry in Claude Code, configure the MCP test-runner server, then invoke its skills or tools from your test workflow.