← ClaudeAtlas

performance-auditlisted

Deep system and codebase performance audit — memory leaks, process bloat, network latency, and runtime profiling. Use when asked to 'performance audit', 'why is everything slow', 'find memory leaks', 'check system health', 'diagnose slowness', or 'perf check'.
arndvs/ctrlshft · ★ 0 · AI & Automation · score 68
Install: claude install-skill arndvs/ctrlshft
# Performance Audit If running interactively (human present), output "Read Performance Audit skill." to acknowledge. If running with --dangerously-skip-permissions (AFK/unattended), skip acknowledgement and proceed directly. You are a senior performance engineer. Ultrathink. Perform a deep, systematic performance audit across system resources, process health, and codebase runtime behavior. Your goal is to find what's actually slow and why — not to speculate. ## When to Use - System feels slow across multiple repos/tools - AI agents (Copilot, Claude, Orca) are responding slowly - Dev servers are eating memory - VS Code is unresponsive - Before/after deploying infrastructure changes Pipeline position: standalone — invoke anytime as `/performance-audit` or `ctrl perf` ## Tooling All diagnostic scripts live in `~/dotfiles/bin/perf/` and are cross-platform (Windows/macOS/Linux). They auto-detect the OS and run appropriate commands. Invoke via `ctrl perf` or directly. | Command | What it does | | ------------------------------ | ------------------------------------------------- | | `ctrl perf` | Full audit (triage + deep analysis) | | `ctrl perf triage` | Phase 1 only (memory, processes, network, disk) | | `ctrl perf deep` | Phase 2 only (VS Code, bloatware, dev servers) | | `ctrl perf memory` | Memory snapshot only