suggest-refactor

Actionable refactoring suggestions for improving clean architecture compliance in Rust projects

Content Preview
---
name: rust:suggest-refactor
description: Actionable refactoring suggestions for improving clean architecture compliance in Rust projects
allowed-tools: Read, Grep, Glob, Bash, Edit
author: Quintin Henry (https://github.com/qdhenry/)
---

# Suggest Clean Architecture Refactoring

Analyze a Rust codebase and provide actionable refactoring suggestions to improve clean architecture compliance, with prioritized recommendations and code examples.

## Instructions

Suggest refactoring improvements 
How to Use

Recommended: Install to project (local)

mkdir -p .claude/skills
curl -o .claude/skills/suggest-refactor.md \
  https://raw.githubusercontent.com/qdhenry/Claude-Command-Suite/main/.claude/commands/rust/suggest-refactor.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/suggest-refactor.md

Related Skills