/project-status-rust
Ultra-fast Rust project health check using 8 parallel sub-agents for comprehensive analysis
How it fires
How this command gets triggered: by you, by Claude, or both.
- Fires itselfClaude auto-loads it when your prompt matches the work.
- You can call itInvoke it directly when you want it.
- Slash command
/project-status-rust
Context preview
What this command does when you run it.
Ultra-fast Rust project health check using 8 parallel sub-agents for comprehensive analysis
Command definition
project-status-rust.mdallowed-tools: Task, Bash(cargo:*), Bash(rustc:*), Bash(fd:*), Bash(rg:*), Bash(jq:*), Bash(gdate:*), Bash(echo:*), Bash(which:*), Bash(eza:*), Bash(bat:*)
name: "Project Status Rust"
description: "Ultra-fast Rust project health check using 8 parallel sub-agents for comprehensive analysis"
author: "wcygan"
tags: ["ops","project"]
version: "1.0.0"
created_at: "2025-07-14T00:00:00Z"
updated_at: "2025-07-14T00:00:00Z"
Context
- Session ID: !`gdate +%s%N 2>/dev/null || date +%s%N 2>/dev/null || echo "$(date +%s)$(jot -r 1 100000 999999 2>/dev/null || shuf -i 100000-999999 -n 1 2>/dev/null || echo $RANDOM$RANDOM)"`
- Check mode: $ARGUMENTS (optional - quick or detailed, default: quick)
- Current directory: !`pwd`
- Rust version: !`rustc --version 2>/dev/null || echo "Rust not installed"`
- Cargo version: !`cargo --version 2>/dev/null || echo "Cargo not available"`
- Project detected: !`[ -f Cargo.toml ] && echo "✅ Rust project found" || echo "❌ No Cargo.toml found"`
- Workspace info: !`cargo metadata --format-version 1 2>/dev/null | jq -r '.workspace_root // "Not a cargo workspace"' || echo "Unable to read metadata"`
Your Task
**IMMEDIATELY DEPLOY 8 PARALLEL RUST PROJECT HEALTH AGENTS** for ultra-fast comprehensive project analysis: **${ARGUMENTS:-quick} mode**
**CRITICAL**: Launch ALL agents simultaneously in first response - NO sequential processing.
Parallel Rust Project Health Framework
**NO SEQUENTIAL PROCESSING** - Deploy these specialized Rust health analysis agents in parallel:
1. **Build & Compilation Agent**: Cargo check, compilation errors, dependency resolution, build optimization analysis 2. **Test Suite & Coverage Agent**: Test execution, coverage analysis, test count, test quality assessment 3. **Code Quality & Clippy Agent**: Clippy warnings, lint analysis, code quality metrics, style violations 4. **Security & Audit Agent**: Cargo audit, vulnerabilities, yanked crates, security best practices 5. **Dependencies & Updates Agent**: Outdated dependencies, version conflicts, update recommendations 6. **Project Structure Agent**: File organization, README, LICENSE, best practices, workspace analysis 7. **Performance & Benchmarks Agent**: Binary size, benchmarks, performance metrics, optimization opportunities 8. **Formatting & Standards Agent**: Rustfmt, code formatting, naming conventions, documentation standards
**Expected speedup**: 8x faster than sequential health checks.
**IMMEDIATELY LAUNCH ALL 8 AGENTS:**
**Agent 1: Build & Compilation Analysis** Analyze Rust build health, compilation status, dependency resolution, and build configuration. Check for build errors, missing dependencies, and compilation issues.
**Agent 2: Test Suite & Coverage Analysis** Evaluate test execution, coverage metrics with tarpaulin, test count, and test quality patterns. Identify missing tests, coverage gaps, and test performance.
**Agent 3: Code Quality & Clippy Analysis** Perform clippy analysis, identify code quality issues, lint violations, and best practice compliance. Check for potential bugs, performance issues, and style problems.
**Agent 4: Security & Audit Analysis** Analyze security vulnerabilities with cargo-audit, yanked crate detection, and security best practices. Check for known vulnerabilities and security risks.
**Agent 5: Dependencies & Updates Analysis** Evaluate dependency status, outdated packages, version conflicts, and update recommendations. Check for dependency management issues and optimization opportunities.
**Agent 6: Project Structure Analysis** Assess project organization, workspace structure, documentation presence (README/LICENSE), and Rust project best practices. Identify structural issues.
**Agent 7: Performance & Benchmarks Analysis** Analyze binary size, benchmark availability, performance optimization opportunities, and profiling readiness. Identify performance bottlenecks.
**Agent 8: Formatting & Standards Analysis** Verify code formatting with rustfmt, naming conventions, documentation standards, and style guide compliance. Check formatting consistency.
**CRITICAL**: All agents execute simultaneously for maximum efficiency. Synthesis happens after all agents complete.
Expected completion time: 8x faster than traditional sequential analysis.
Quick Reference
Usage Examples
# Quick health check (default)
/project-status-rust
# Detailed analysis with all checks
/project-status-rust detailed
# From a specific project directory
cd my-rust-project && /project-status-rust
Health Checks Performed
1. **Build Health**: Compilation and dependency status 2. **Test Suite**: Test compilation/execution and coverage 3. **Code Quality**: Clippy lints and formatting 4. **Security**: Vulnerability audit and yanked crates 5. **Project Structure**: Best practices and organization 6. **Performance**: Benchmarks and binary metrics (detailed mode) 7. **Dependencies**: Outdated packages and security issues 8. **Standards**: Rustfmt and documentation compliance
This command provides comprehensive Rust project health monitoring with actionable recommendations for maintaining code quality and security through parallel sub-agent analysis.
Read more
allowed-tools: Task, Bash(cargo:*), Bash(rustc:*), Bash(fd:*), Bash(rg:*), Bash(jq:*), Bash(gdate:*), Bash(echo:*), Bash(which:*), Bash(eza:*), Bash(bat:*) name: "Project Status Rust" description: "Ultra-fast Rust project health check using 8 parallel sub-agents for comprehensive analysis" author: "wcygan" tags: ["ops","project"] version: "1.0.0" created_at: "2025-07-14T00:00:00Z" updated_at: "2025-07-14T00:00:00Z"
Context
- Session ID: !`gdate +%s%N 2>/dev/null || date +%s%N 2>/dev/null || echo "$(date +%s)$(jot -r 1 100000 999999 2>/dev/null || shuf -i 100000-999999 -n 1 2>/dev/null || echo $RANDOM$RANDOM)"`
- Check mode: $ARGUMENTS (optional - quick or detailed, default: quick)
- Current directory: !`pwd`
- Rust version: !`rustc --version 2>/dev/null || echo "Rust not installed"`
- Cargo version: !`cargo --version 2>/dev/null || echo "Cargo not available"`
- Project detected: !`[ -f Cargo.toml ] && echo "✅ Rust project found" || echo "❌ No Cargo.toml found"`
- Workspace info: !`cargo metadata --format-version 1 2>/dev/null | jq -r '.workspace_root // "Not a cargo workspace"' || echo "Unable to read metadata"`
Your Task
**IMMEDIATELY DEPLOY 8 PARALLEL RUST PROJECT HEALTH AGENTS** for ultra-fast comprehensive project analysis: **${ARGUMENTS:-quick} mode**
**CRITICAL**: Launch ALL agents simultaneously in first response - NO sequential processing.
Parallel Rust Project Health Framework
**NO SEQUENTIAL PROCESSING** - Deploy these specialized Rust health analysis agents in parallel:
1. **Build & Compilation Agent**: Cargo check, compilation errors, dependency resolution, build optimization analysis 2. **Test Suite & Coverage Agent**: Test execution, coverage analysis, test count, test quality assessment 3. **Code Quality & Clippy Agent**: Clippy warnings, lint analysis, code quality metrics, style violations 4. **Security & Audit Agent**: Cargo audit, vulnerabilities, yanked crates, security best practices 5. **Dependencies & Updates Agent**: Outdated dependencies, version conflicts, update recommendations 6. **Project Structure Agent**: File organization, README, LICENSE, best practices, workspace analysis 7. **Performance & Benchmarks Agent**: Binary size, benchmarks, performance metrics, optimization opportunities 8. **Formatting & Standards Agent**: Rustfmt, code formatting, naming conventions, documentation standards
**Expected speedup**: 8x faster than sequential health checks.
**IMMEDIATELY LAUNCH ALL 8 AGENTS:**
**Agent 1: Build & Compilation Analysis** Analyze Rust build health, compilation status, dependency resolution, and build configuration. Check for build errors, missing dependencies, and compilation issues.
**Agent 2: Test Suite & Coverage Analysis** Evaluate test execution, coverage metrics with tarpaulin, test count, and test quality patterns. Identify missing tests, coverage gaps, and test performance.
**Agent 3: Code Quality & Clippy Analysis** Perform clippy analysis, identify code quality issues, lint violations, and best practice compliance. Check for potential bugs, performance issues, and style problems.
**Agent 4: Security & Audit Analysis** Analyze security vulnerabilities with cargo-audit, yanked crate detection, and security best practices. Check for known vulnerabilities and security risks.
**Agent 5: Dependencies & Updates Analysis** Evaluate dependency status, outdated packages, version conflicts, and update recommendations. Check for dependency management issues and optimization opportunities.
**Agent 6: Project Structure Analysis** Assess project organization, workspace structure, documentation presence (README/LICENSE), and Rust project best practices. Identify structural issues.
**Agent 7: Performance & Benchmarks Analysis** Analyze binary size, benchmark availability, performance optimization opportunities, and profiling readiness. Identify performance bottlenecks.
**Agent 8: Formatting & Standards Analysis** Verify code formatting with rustfmt, naming conventions, documentation standards, and style guide compliance. Check formatting consistency.
**CRITICAL**: All agents execute simultaneously for maximum efficiency. Synthesis happens after all agents complete.
Expected completion time: 8x faster than traditional sequential analysis.
Quick Reference
Usage Examples
# Quick health check (default) /project-status-rust # Detailed analysis with all checks /project-status-rust detailed # From a specific project directory cd my-rust-project && /project-status-rust
Health Checks Performed
1. **Build Health**: Compilation and dependency status 2. **Test Suite**: Test compilation/execution and coverage 3. **Code Quality**: Clippy lints and formatting 4. **Security**: Vulnerability audit and yanked crates 5. **Project Structure**: Best practices and organization 6. **Performance**: Benchmarks and binary metrics (detailed mode) 7. **Dependencies**: Outdated packages and security issues 8. **Standards**: Rustfmt and documentation compliance
This command provides comprehensive Rust project health monitoring with actionable recommendations for maintaining code quality and security through parallel sub-agent analysis.
A lightweight (~46kB) and comprehensive CLI tool for managing Claude commands, configurations, and workflows.
Repo: kiliczsh/claude-cmd
Other commands on claude-cmd.
- /agent-browser-automation
Automate browser interactions for development testing using Puppeteer MCP
Open command - /agent-prep-merge
Prepare branches for merging across multiple worktrees and coordinate integration
Open command - /agent-persona-accessibility-expert
Transform into accessibility expert for WCAG compliance and inclusive design
Open command - /agent-persona-api-designer
Transform into an API design specialist who creates well-structured, developer-friendly APIs
Open command - /agent-persona-backend-specialist
Transform into backend specialist for scalable API and system design
Open command - /agent-persona-cloud-architect
Cloud architect persona for designing scalable, secure cloud infrastructure using modern cloud-native technologies
Open command

