npx skills add smithery/jagreehal --skill coverage-loop
fallow-rs/fallow · Archived
coverage-loop
Iteratively improve Fallow Rust test coverage with cargo-llvm-cov, prioritizing meaningful untested behavior and preserving runtime correctness.
Installation
npx skills add fallow-rs/fallow --skill coverage-loop
Stronger alternatives
This repository is archived — consider an actively maintained alternative.
Codebase intelligence for TypeScript and JavaScript. Static analysis reports changed-code risk,…
50 installsPrepare and publish a Fallow release with version, changelog, generated contracts, companion re…
5 installsReview fallow's GitHub Action, shell scripts, jq filters, annotations, review comments, and wor…
4 installsReview machine-readable JSON output changes for schema stability, determinism, and downstream u…
4 installsSimilar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Browser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsDebug Azure production issues on Azure using AppLens, Azure Monitor, resource health, and safe …
568.9K installsPre-deployment validation for Azure readiness. Run deep checks on configuration, infrastructure…
567.7K installsConfigure Azure API Management as an AI Gateway for AI models, MCP tools, and agents. WHEN: sem…
566.3K installsAzure VM/VMSS router. WHEN: create / provision / deploy / spin-up VM, recommend VM size, compar…
510K installsPostgres best practices maintained by Supabase, for Postgres running anywhere. Load this skill …
391.6K installsAlso in this package
Other skills from fallow-rs/fallow · top by installs.
npx skills add fallow-rs/fallow
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md719 B -
docs
SUMMARY.md165 B
History
- First seen on skills.sh
- First recorded snapshot · 4 installs
SKILL.md
Coverage loop
- Capture a coverage baseline with the repository-supported command.
- Select uncovered behavior by risk, not by easiest lines.
- Add behavior-focused tests that survive refactors.
- Re-run targeted tests and the same coverage command.
- Keep only tests that improve meaningful coverage or lock a real invariant.
- Repeat until the selected risk area is covered or remaining gaps require a
separate design change.
- Run
review.
Do not add assertions that merely execute code without checking behavior.