Full Review Skill

SkillDev tools

A coupling analysis tool for Rust projects - measuring the 'right distance' in your code

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 Full Review Skill skill

What this skill tells your AI

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

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:

  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

Signals

GitHub stars
96
Forks
2
Last commit
Sep 2026
Advanced
Catalog kind
skill
Gateway key
full-review-nwiizo
Source
github.com/nwiizo/cargo-coupling