Khononov's Balanced Coupling model reference. Auto-loaded when analyzing coupling patterns, reviewing architecture, or interpreting analysis results.
nwiizo/cargo-coupling
SkillsMP has collected 10 skills from nwiizo/cargo-coupling. Open a skill to review its source and details.
- Latest recorded source activity
- SkillsMP catalog refreshed
- skills collected
- 10
- GitHub stars
- 94
- GitHub forks
- 2
Skills in this repository
Showing 10 of 10 collected skills.
Run coupling analysis and interpret results. Use when analyzing Rust project coupling patterns and generating improvement proposals.
Quick health check for coupling balance score. Use for daily score verification and CI quality gates.
Modularity review using Balanced Coupling model. Combines automated analysis with semantic code review to find implicit coupling and design issues.
Start interactive web UI for coupling analysis visualization. Graph exploration with filters, hotspots, and export.
Run mutation testing with cargo-mutants to evaluate test quality. Identifies untested code paths.
Explain coupling issue types in detail with detection conditions, code examples, and solution approaches.
Identify high-priority refactoring targets using hotspot scoring. Ranks modules by issue severity and coupling count.
Generate concrete refactoring proposals with Before/After code based on coupling analysis results.
Detect semantic code similarities using similarity-rs. Creates refactoring plans for duplicate code.