audit-clean-arch

Comprehensive audit of Rust codebase against Clean Architecture principles, identifying violations and improvement opportunities

Content Preview
---
name: rust:audit-clean-arch
description: Comprehensive audit of Rust codebase against Clean Architecture principles, identifying violations and improvement opportunities
allowed-tools: Read, Grep, Glob, Bash
author: Quintin Henry (https://github.com/qdhenry/)
---

# Audit Clean Architecture Compliance

Perform a comprehensive audit of a Rust codebase against Clean Architecture principles, identifying violations, anti-patterns, and improvement opportunities.

## Instructions

Audit the Rust c
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/audit-clean-arch.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/audit-clean-arch.md

Skill is scoped to this project only. Add .claude/skills/ to your .gitignoreif you don't want to commit it.

Alternative: Clone full repo

git clone https://github.com/qdhenry/Claude-Command-Suite

Then reference at .claude/commands/rust/audit-clean-arch.md

Related Skills