agentsclimarketplace

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

Install
npx -y skills add ma-compbio-lab/SkillFoundry --skill precommit-regression-testing-starter

Assembled 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-commit end 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

examples/

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.