Helpers for local Tessl review loops in this repo.
Run Tessl review across every skill:
./scripts/review-skills.shOverride the threshold or pass extra review flags:
TESSL_THRESHOLD=92 ./scripts/review-skills.sh
./scripts/review-skills.sh --threshold 95Batch review does not support --json. For structured output, run Tessl directly on one skill:
./scripts/tessl.sh skill review skills/frontend/docs
./scripts/tessl.sh skill review --json --threshold 90 skills/frontend/reposApply one Tessl optimization pass to a single skill:
./scripts/optimize-skills.sh frontend/docs
./scripts/optimize-skills.sh frontend/repos --threshold 92This mutates files. Review the diff before committing.
review-skills.shis the batch entrypoint for local skill reviewtessl.shuses an installedtesslCLI first and falls back tonpx tesslonly when neededoptimize-skills.shapplies mutations, so run it intentionally and inspect the resulting diff- CI runs
./scripts/review-skills.shon pull requests and pushes tomain