cargo-coupling: Skill for Claude Code

.claude/skills/full-review/SKILL.md

full-review is a skill for Claude Code from nwiizo/cargo-coupling. It costs 0 tokens per session (306 once invoked), scanned A, original, MIT.

A structured review of a software system’s architecture, combining automated checks with several expert viewpoints. It includes a Rust-focused code-quality review.

In plain words
What is it for?
Use it to inspect coupling, run lint and tests, assess architecture risks, and produce a prioritised improvement plan.
Why use it?
It helps reveal risky dependencies, technical debt, and design problems before they become harder to change. It also separates urgent improvements from longer-term work.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is nwiizo/cargo-coupling's own configuration. It tells Claude Code how to work on cargo-coupling itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything cargo-coupling configures →

Reuse

Borrowing it

Nothing to install: this file belongs to nwiizo/cargo-coupling. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/nwiizo/cargo-coupling/main/.claude/skills/full-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/nwiizo/cargo-coupling

Made for: Claude Code.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for full-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/nwiizo/cargo-coupling/full-review/github.svg)](https://agentmods.dev/skills/nwiizo/cargo-coupling/full-review)
Your own site
<a href="https://agentmods.dev/skills/nwiizo/cargo-coupling/full-review"><img src="https://agentmods.dev/badge/skills/nwiizo/cargo-coupling/full-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for full-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/nwiizo/cargo-coupling/full-review"><img src="https://agentmods.dev/badge/skills/nwiizo/cargo-coupling/full-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 0 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 306 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00000 $0.00306
Opus 5 $0.00000 $0.00153
Sonnet 5 $0.00000 $0.00061
Haiku 4.5 $0.00000 $0.00031

Measured 7d ago against content hash aab46bbee318, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

full-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 7d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.claude/skills/full-review/SKILL.md · 61 lines

What it actually says

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:

  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
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 7d ago First seen · 61 lines · 0 tokens per session scan A aab46bbee318

Subscribe to this mod's changes

full-review is a skill published in the GitHub repository nwiizo/cargo-coupling (96 stars, last pushed 4d ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 306 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-01.