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.
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, 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.