Comprehensive architecture review with expert perspectives.
Scanned 9/12/2026
Install to Claude Code
npx -y skills add nwiizo/cargo-coupling --skill full-review --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Full Review?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/nwiizo-full-review)More formats (shields.io, HTML) on the badges page.
# Full Review Skill
Comprehensive architecture review with expert perspectives.
## Execution Flow
### Phase 1: Automated Analysis
```bash
# Coupling analysis
cargo run -- coupling ./src
cargo run -- coupling --ai ./src
# Optional trend and baseline context
cargo run -- coupling --history ./src
cargo run -- coupling --baseline main ./src
# Lint check
cargo clippy --all-targets --all-features -- -D warnings
# Test
cargo test --all-features
```
### Phase 2: Expert Review
Three perspectives:
1. **Balance Advisor (Vlad Khononov)**
- 3D analysis: Strength, Distance, Volatility
- Coupling balance evaluation
2. **Architecture Critic**
- Architecture risk assessment
- Technical debt estimation
3. **Rust Idiomatic Expert**
- Rust idiom evaluation
- Code quality review
### Phase 3: Integrated Report
- Prioritized improvement suggestions
- Good design decisions to maintain
- Action plan (immediate/weekly/long-term)
## Output Sections
1. Executive Summary
2. Automated Analysis Results
3. Expert Reviews
4. Integrated Improvement Plan
5. Next Steps
## Time Estimate
- Phase 1: 1-3 minutes
- Phase 2: 5-10 minutes
- Phase 3: 1-2 minutes
- **Total**: ~10-15 minutes
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!