Loading skill
Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Run the quarterly feature-flag cleanup workflow on the current repo
| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-05 | ✗→✓ | ▲ Improved | -14% | 0% |
| case-06 | ✗→✓ | ▲ Improved | -36% | 0% |
| case-07 | ✗→✓ | ▲ Improved | -59% | 0% |
| case-08 | ✗→✓ | ▲ Improved | -37% | 0% |
| case-13 | ✗→✓ | ▲ Improved | 7% | 0% |
Run the full feature-flag cleanup workflow:
/flag-cleanup
/flag-cleanup --max-age-days 60
/flag-cleanup --flag-doc runbooks/flags.mdThis command dispatches to the feature-flags-architect skill:
bashSKILL=engineering/feature-flags-architect/skills/feature-flags-architect # Step 1: scan for debt python "$SKILL/scripts/flag_debt_scanner.py" --repo . --max-age-days "${MAX_AGE_DAYS:-90}" --format json > .flag-debt.json # Step 2: audit kill switches python "$SKILL/scripts/kill_switch_audit.py" --repo . --flag-doc "${FLAG_DOC:-docs/feature-flags.md}" --format json > .kill-switch-audit.json # Step 3: synthesize a markdown report # (Claude reads both JSON files, groups by owner, drafts the cleanup plan)
A markdown report with:
docs/feature-flags.md)feature-flags-architect skill is installed.flag-debt.json and .kill-switch-audit.json written to repo root (ignored via .gitignore)Other measured skills in the registry, with their headline benchmark lift.