
Testing
- Updated July 28, 2026
- robmadole/agent-tools
testing is a Claude Code skill in the Testing & QA category. Testing tools for developing software
Key points
- testing
- Testing & QA
- AI-coding skill
Testing by the numbers
- Data as of Jul 29, 2026 (Skillselion catalog sync)
/plugin marketplace add robmadole/agent-tools/plugin install testing@agent-toolsAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | July 28, 2026 |
|---|---|
| Repository | robmadole/agent-tools ↗ |
What it does
Testing tools for developing software
README.md
agent-tools
A Claude Code plugin marketplace package providing testing and QA tools.
Installation
In Claude Code:
claude plugin marketplace add robmadole/agent-tools
claude plugin install testing@agent-tools
Using open agent skills (for other Agents):
npx skills add robmadole/agent-tools
Plugins
testing
Tools for developing and testing software.
| Skill | Description |
|---|---|
| browser-test | Orchestrate QA browser testing via Gherkin specs using Claude Agent Teams. Invoked via /browser-test-setup, /browser-test-create, /browser-test-run. |
| jit-catch | Generate catching tests for Elixir code changes to surface unintended behavioral regressions before they land. |
Development
Prerequisites: mise
mise install # install tooling (lefthook)
lefthook install # activate pre-commit hooks
The pre-commit hooks automatically:
- Create/update skill symlinks in
skills/(deploy-skills.sh) - Bump plugin patch versions when plugin files change (
bump-plugin-versions.sh)
Related skills
Testing & QAtesting