File contents Full Review Skill
Comprehensive architecture review with expert perspectives.
Execution Flow
Phase 1: Automated Analysis
# 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:
Balance Advisor (Vlad Khononov)
3D analysis: Strength, Distance, Volatility
Coupling balance evaluation
Architecture Critic
Architecture risk assessment
Technical debt estimation
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
Executive Summary
Automated Analysis Results
Expert Reviews
Integrated Improvement Plan
Next Steps
Time Estimate
Phase 1: 1-3 minutes
Phase 2: 5-10 minutes
Phase 3: 1-2 minutes
Total : ~10-15 minutes
1 --- 2 name: full-review 3 description: Full Review Skill 4 --- 5 # Full Review Skill 6 7 Comprehensive architecture review with expert perspectives. 8 9 ## Execution Flow 10 11 ### Phase 1: Automated Analysis 12 13 ```bash 14 # Coupling analysis 15 cargo run -- coupling ./src 16 cargo run -- coupling --ai ./src 17 18 # Optional trend and baseline context 19 cargo run -- coupling --history ./src 20 cargo run -- coupling --baseline main ./src 21 22 # Lint check 23 cargo clippy --all-targets --all-features -- -D warnings 24 25 # Test 26 cargo test --all-features 27 ``` 28 29 ### Phase 2: Expert Review 30 31 Three perspectives: 32 33 1. **Balance Advisor (Vlad Khononov)** 34 - 3D analysis: Strength, Distance, Volatility 35 - Coupling balance evaluation 36 37 2. **Architecture Critic** 38 - Architecture risk assessment 39 - Technical debt estimation 40 41 3. **Rust Idiomatic Expert** 42 - Rust idiom evaluation 43 - Code quality review 44 45 ### Phase 3: Integrated Report 46 47 - Prioritized improvement suggestions 48 - Good design decisions to maintain 49 - Action plan (immediate/weekly/long-term) 50 51 ## Output Sections 52 53 1. Executive Summary 54 2. Automated Analysis Results 55 3. Expert Reviews 56 4. Integrated Improvement Plan 57 5. Next Steps 58 59 ## Time Estimate 60 61 - Phase 1: 1-3 minutes 62 - Phase 2: 5-10 minutes 63 - Phase 3: 1-2 minutes 64 - **Total**: ~10-15 minutes
nwiizo/cargo-coupling/tree/main/.claude/skills/full-review commit e7cc48c007
Frequently asked questions How do I install the Full Review skill? Run npx skillmds@latest add nwiizo/full-review in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Full Review skill do? Full Review Skill It is listed under Coding & Dev Tools on SkillMD.
Is Full Review safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Full Review? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Full Review free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Full Review? nwiizo (@nwiizo) published this skill. Their other Agent Skills are listed on their SkillMD profile.