# Sig Audit Loop

> Iteratively improve Fallow maintainability using measured SIG audit deltas, retaining only changes that improve the targeted property without regressions.

- Skill: `fallow-rs/sig-audit-loop` (Agent Skill)
- Install (CLI): `npx skillmds@latest add fallow-rs/sig-audit-loop`
- Raw SKILL.md: https://api.skillmd.com/api/skills/fallow-rs/sig-audit-loop/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Security
- Author: fallow-rs (https://skillmd.com/u/fallow-rs)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/fallow-rs/sig-audit-loop

---


# SIG audit loop

1. Run `sig-audit` and select one weak property.
2. Identify a bounded structural change with a measurable expected effect.
3. Measure before, implement, and measure after with identical settings.
4. Keep the change only when the target improves and verification remains
   green.
5. Repeat until the target is met or further changes have no credible benefit.
6. Run `review` before proposing the final result.

Never combine unrelated cleanup into one measurement iteration.

