Precommit regression testing starter
Skill ma-compbio-lab/SkillFoundry/skills/meta-maintenance/precommit-regression-testing-starter
A framework for discovering, compiling, and validating reusable skills for scientific agents.From the repository description
npx -y skills add ma-compbio-lab/SkillFoundry --skill precommit-regression-testing-starterAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
SKILL.md
0.7 KB, 157 tokens by cl100k_base, as published. Nobody here has run it
pre-commit Regression Testing Starter
Use this skill to build a tiny disposable repository and run deterministic local pre-commit hooks as a regression-testing starter.
Run
python3 \
skills/meta-maintenance/precommit-regression-testing-starter/scripts/run_precommit_regression.py \
--workspace scratch/precommit-guard/workspace \
--out scratch/precommit-guard/summary.json
What It Verifies
- a tiny Python module compiles cleanly
- a tiny JSON metadata file passes a local validation hook
- the starter can run
pre-commitend to end inside a disposable workspace
Notes
- This is a starter for the taxonomy leaf
regression-testing. - The temporary repository is self-contained and does not modify the main repository.
What ships with it: 8 files
6.7 KB alongside SKILL.md, 2 of them executable
assets/
examples/
- README.md141 B
scripts/
- run_precommit_regression.pyruns3.4 KB
tests/
- README.md124 B
- test_run_precommit_regression.pyruns1.3 KB
- metadata.yaml1.1 KB
- refs.md57 B