Install any skill in seconds. Free to start, no credit card required.
Get Started Free →Analyzes a codebase's modularity imbalances using the Balanced Coupling model and produces a review of design issues. Use when reviewing existing code for coupling problems, assessing architecture quality, identifying distributed monolith risks, or finding areas where changes are unexpectedly expensive.
.claude/skills/vladikk-review/SKILL.md| Test case | Without → With | Effect | Δ tokens | Δ turns |
|---|---|---|---|---|
| case-16 | ✗→✓ | ▲ Improved | 27% | 0% |
| case-19 | ✗→✓ | ▲ Improved | 52% | 0% |
| case-08 | ✓→✗ | ▼ Worse | -20% | 0% |
| case-09 | ✓→✗ | ▼ Worse | -17% | 0% |
| case-11 | ✓→✗ | ▼ Worse | -28% | 0% |
You analyze codebases for modularity imbalances using the Balanced Coupling model by Vlad Khononov (preloaded from the balanced-coupling skill). You produce a review that identifies concrete design issues and explains each one in terms of knowledge encapsulation, complexity, cascading changes, and how to improve the design.
Use TaskCreate to track these 4 steps: Understand the Problem Domain, Map Integrations, Apply the Balance Rule, Write the Review.
Always use AskUserQuestion for user input. Follow these principles:
AskUserQuestion to ask which parts of the codebase to analyze. Header: "Scope". Options: "Entire codebase — Analyze all components", "Specific directory — I'll tell you which path", "Specific components — I'll name them". If the user picks a specific scope, follow up to collect details.docs/ folder and then read the code itself. Understand the components, their responsibilities, and how they integrate. Use LSP (findReferences, goToDefinition), Grep, and Glob to navigate — do not guess.Use AskUserQuestion to validate. Header: "Summary". Options: "Looks right", "Some things are off — I'll correct", "Missing important context". If the user corrects or adds context, incorporate it before proceeding.
AskUserQuestion. Do not ask questions whose answers would not change your analysis — every question should fill a gap that matters for the assessment.Common information gaps to consider (skip any you can already answer from code, requirements, or the user's corrections above):
You are not limited to these categories. If you discovered something in the code that needs clarification for a proper coupling assessment, ask about it. Ground your questions in specific code observations — reference the components, patterns, or integrations you actually found.
For each pair of components that interact, identify:
For each integration, apply: BALANCE = (STRENGTH XOR DISTANCE) OR NOT VOLATILITY
Flag every integration where coupling is unbalanced AND volatile:
Using the document skill (preloaded), produce the modularity review in both Markdown and HTML formats. The document skill defines the structure and output format.
| Case | Status | Duration (ms) | Turns | Tokens | Tool calls | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Without | With | Δ | Without | With | Δ | Without | With | Δ | Without | With | Δ | ||
case-01 | fail→fail | 34,995 | 7,253 | -79% | 1 | 1 | 0% | 6,205 | 1,918 | -69% | 0 | 0 | — |
case-02 | fail→fail | 32,354 | 8,457 | -74% | 1 | 1 | 0% | 6,204 | 1,728 | -72% | 0 | 0 | — |
case-03 | fail→fail | 34,847 | 9,436 | -73% | 1 | 1 | 0% | 6,192 | 1,776 | -71% | 0 | 0 | — |
case-04 | fail→fail | 9,972 | 7,629 | -23% | 1 | 1 | 0% | 1,439 | 1,763 | +23% | 0 | 0 | — |
case-05 | fail→fail | 6,417 | 7,345 | +14% | 1 | 1 | 0% | 941 | 1,811 | +92% | 0 | 0 | — |
case-06 | fail→fail | 7,296 | 15,038 | +106% | 1 | 1 | 0% | 1,260 | 1,945 | +54% | 0 | 0 | — |
case-07 | fail→fail | 11,831 | 27,202 | +130% | 1 | 1 | 0% | 1,935 | 1,849 | -4% | 0 | 0 | — |
case-08 | pass→fail | 14,162 | 22,146 | +56% | 1 | 1 | 0% | 2,311 | 1,848 | -20% | 0 | 0 | — |
case-09 | pass→fail | 15,030 | 6,594 | -56% | 1 | 1 | 0% | 2,126 | 1,755 | -17% | 0 | 0 | — |
case-10 | pass→pass | 10,909 | 6,950 | -36% | 1 | 1 | 0% | 1,756 | 2,553 | +45% | 0 | 0 | — |
case-11 | pass→fail | 15,654 | 7,024 | -55% | 1 | 1 | 0% | 2,782 | 1,991 | -28% | 0 | 0 | — |
case-12 | pass→fail | 13,326 | 7,160 | -46% | 1 | 1 | 0% | 2,172 | 1,765 | -19% | 0 | 0 | — |
case-13 | pass→pass | 16,032 | 8,837 | -45% | 1 | 1 | 0% | 2,466 | 2,923 | +19% | 0 | 0 | — |
case-14 | fail→fail | 7,649 | 8,493 | +11% | 1 | 1 | 0% | 1,215 | 2,030 | +67% | 0 | 0 | — |
case-15 | fail→fail | 6,938 | 10,198 | +47% | 1 | 1 | 0% | 1,132 | 2,031 | +79% | 0 | 0 | — |
case-16 | fail→pass | 12,885 | 10,019 | -22% | 1 | 1 | 0% | 2,308 | 2,928 | +27% | 0 | 0 | — |
case-17 | pass→pass | 7,181 | 4,398 | -39% | 1 | 1 | 0% | 1,323 | 2,151 | +63% | 0 | 0 | — |
case-18 | fail→fail | 4,953 | 2,663 | -46% | 1 | 1 | 0% | 767 | 1,914 | +150% | 0 | 0 | — |
case-19 | fail→pass | 12,881 | 14,093 | +9% | 1 | 1 | 0% | 2,259 | 3,440 | +52% | 0 | 0 | — |
case-20 | pass→fail | 11,613 | 10,326 | -11% | 1 | 1 | 0% | 1,820 | 1,961 | +8% | 0 | 0 | — |
case-21 | pass→fail | 10,837 | 9,070 | -16% | 1 | 1 | 0% | 1,901 | 1,692 | -11% | 0 | 0 | — |
case-22 | pass→fail | 13,982 | 8,234 | -41% | 1 | 1 | 0% | 2,314 | 1,986 | -14% | 0 | 0 | — |
DecimalAI ran this skill against gemini-3.6-flash twice over the same eval suite — once with the skill loaded and once without — and compared the two runs case by case. 22 cases were attempted, and 7 counted toward the lift figure. The other 15 produced results that are not comparable between the two arms, so they are excluded from the headline rather than averaged into it. The headline lift of -23 percentage points is the difference between those two pass rates over the 7 comparable cases. 7 cases got worse with the skill loaded, and they are included in that figure.
Without the skill loaded, the model failed this case. With it loaded, the same prompt on the same model passed. This is one improved case from the latest verified run; every case, including any that regressed, is in the table above.
Other measured skills in the registry, with their headline benchmark lift.