test-log-centralizer

Installation
SKILL.md

test-log-centralizer

Singleton dependency for all testing skills in this repo. Provides a uniform path convention and three small bash entrypoints under scripts/ so every test layer (unit, integration, browser, orchestrator, skill, setup, teardown) writes into the same <project>/.test-runs/<run-id>/ folder. Output structure is documented in docs/ARCHITECTURE.md §(b).

When to use

Activate only when invoked as a sub-step of another testing skill — typically auto-test, unit-test-runner, browser-test, integration-test-runner, flaky-detector, or coverage-reporter. Concretely:

Installs
1
First Seen
Jun 19, 2026
test-log-centralizer — hieutrtr/auto-test-skills