Comprehensive code review and remediation using parallel specialist agents. Uses LSP semantic analysis when available for precise code navigation. Executes in two sequential steps - review then fix. Produces actionable findings prioritized by severity with clear remediation paths.
/plugin marketplace add zircote/claude-spec/plugin install claude-spec@zircote-claude-specpath|--focus=security|--focus=performance|--focus=maintainability|--focus=MAX|--focus=MAXALL|--quick|--allclaude-opus-4-5-20251101<help_check> ## Help Check If `$ARGUMENTS` contains `--help` or `-h`: **Output this help and HALT (do not proceed further):** <help_output> </help_output> **After outputting help, HALT immediately. Do not proceed with command execution.** </help_check> --- # /claude-spec:deep-clean - Comprehensive Code Review and Remediation <execution_mode> sequential - Execute each step completely before proceeding to the next. EXECUTION CONTRACT: 1. Execute STEP_1 (code_review) fully, producing all output artifacts 2. Verify STEP_1 artifacts exist before proceeding 3. Execute STEP_2 (remedia...