install
source · Clone the upstream repo
git clone https://github.com/genesiscz/GenesisTools
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/genesiscz/GenesisTools "$T" && mkdir -p ~/.claude/skills && cp -r "$T/.claude/old/skills/run-tests-no-fork" ~/.claude/skills/genesiscz-genesistools-run-tests-no-fork && rm -rf "$T"
manifest:
.claude/old/skills/run-tests-no-fork/SKILL.mdsource content
Run Tests (No Fork)
Execute Laravel test suite in the MAIN session context (no forking).
Usage
/run-tests-no-fork [path] [--filter=name] [--compact]
This version runs tests DIRECTLY in your main session without isolation.