Coverage loop
SkillDev toolsLets your agent find untested parts of a Rust codebase and add tests to improve coverage.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Coverage loop skill
About this capability
Iteratively improve Fallow Rust test coverage with cargo-llvm-cov, prioritizing meaningful untested behavior and preserving runtime correctness.
What this skill tells your AI
The instructions your AI receives, as published by fallow-rs/fallow in .agents/skills/coverage-loop/SKILL.md and read by ahel’s review.
- 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.
Signals
- GitHub stars
- 4k
- Forks
- 155
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
coverage-loop- Source
- github.com/fallow-rs/fallow