Auto Test banner
jacobo07 jacobo07

Auto Test

Testing community

Description

--- name: auto-test description: Auto-Testing Skill — PP Quality Gate. Detects the project type (Python/Node/Java/Mixed/Unknown) of the current cwd, generates relevant tests for the staged diff via claude.exe, runs them, and reports a verdict. Two activation modes — automatic (PreToolUse hook intercepts every `git commit` invocation, fast 30 s budget, 1 LLM call) and manual deep mode (`/auto-test`, depth=2, edge cases, no hard budget cap). Output lands in vault/test-results/. --- # /auto-test —

Installation

Installs to ~/.claude/skills/jacobo07-claude-power-pack-auto-test/SKILL.md

Terminal
mkdir -p ~/.claude/skills/jacobo07-claude-power-pack-auto-test && curl -fsSL https://raw.githubusercontent.com/jacobo07/claude-power-pack/HEAD/commands/auto-test.md -o ~/.claude/skills/jacobo07-claude-power-pack-auto-test/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository