Check Balance

SkillDev tools

Quick health check for coupling balance score. Use for daily score verification and CI quality gates.

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use the Check Balance skill

What this skill tells your AI

The instructions your AI receives, as published by nwiizo/cargo-coupling in .claude/skills/check-balance/SKILL.md and read by ahel’s review.

For a quick check, run from this repository with the requested path (default ./src) and report the grade, its rationale, and material analysis limits:

rtk proxy cargo run -- coupling --summary ./src

For a gate, use the user's threshold or baseline. Examples:

rtk proxy cargo run -- coupling --check --min-grade=C ./src
rtk proxy cargo run -- coupling --check --baseline main --fail-on=high ./src

Capture the exit status and explain why the gate passed or failed. Baseline mode fails only on new issues at the selected severity or above; its default is High. Do not infer a grade from the average balance score: the current implementation uses issue density and data sufficiency. S is an over-optimization warning.

Inspect grade.rs or gate handling only when the result needs explanation. A low grade alone does not require a full review or code changes. If the user asks for diagnosis, follow analyze for the relevant findings.

Signals

GitHub stars
97
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
check-balance
Source
github.com/nwiizo/cargo-coupling