Converted and distributed by TomeVault — claim your Tome and manage your conversions.
1---2name: 1gy-jpp-running-tests3description: Test Command Detection4---56# Test Command Detection781. Check CLAUDE.md for project-specific test command92. Auto-detect if not specified:1011| File | Command |12|------|---------|13| `package.json` | `npm test` |14| `Cargo.toml` | `cargo test` |15| `justfile` | `just test` |16| `Makefile` | `make test` |17| `pyproject.toml` | `pytest` |18| `go.mod` | `go test ./...` |19203. Ask user if not found2122# Test Execution2324Run the detected command and report:25- Pass/Fail status26- Failed test names (if any)27- Error messages (if any)2829# Failure Handling30311. Analyze failure cause322. Determine root cause:3334| Cause | Action |35|-------|--------|36| Implementation bug | Fix and commit |37| Test bug | Fix test and commit |38| Environment issue | Report to manager |39403. Re-run tests after fix414. Confirm all tests pass4243# Completion Report4445- Test result (pass/fail)46- Test count47- Fixes applied (if any)48- Additional commits (if any)4950---51> Converted and distributed by [TomeVault](https://tomevault.io/claim/1gy) — claim your Tome and manage your conversions.52<!-- tomevault:4.0:skill_md:2026-04-15 -->
Run npx skillmds@latest add tomevault-io/1gy-jpp-running-tests in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
Test Command Detection It is listed under Coding & Dev Tools on SkillMD.
This skill has not completed SkillMD's automated safety review yet. Independent scanners report: SkillSpector: PASS, Skill Scanner: PASS. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
tomevault-io (@tomevault-io) published this skill. Their other Agent Skills are listed on their SkillMD profile.