aiskillstore/running-tests
> Runs tests and handles failures.
This is a copy. The original lives at comeonoliver/running-tests.
npx skills add https://github.com/aiskillstore/marketplace --skill running-tests
| File | Command |
|------|---------|
| package.json | npm test |
| Cargo.toml | cargo test |
| justfile | just test |
| Makefile | make test |
| pyproject.toml | pytest |
| go.mod | go test ./... |
Run the detected command and report:
| Cause | Action |
|-------|--------|
| Implementation bug | Fix and commit |
| Test bug | Fix test and commit |
| Environment issue | Report to manager |
Take aiskillstore/running-tests from the repository into ~/.claude/skills for personal
use, or into .claude/skills inside a project.
The agent identifies a skill by the name field in its header. Two skills with the
same name cannot sit side by side — one of them will be ignored.