Performs comprehensive code quality analysis focusing on organization, maintainability, testing, documentation, and software craftsmanship best practices.
/plugin marketplace add dhofheinz/open-plugins/plugin install 10x-fullstack-engineer@open-pluginsreview/# Code Quality Review Performs comprehensive code quality analysis focusing on organization, maintainability, testing, documentation, and software craftsmanship best practices. ## Parameters **Received from router**: `$ARGUMENTS` (after removing 'quality' operation) Expected format: `scope:"review-scope" [depth:"quick|standard|deep"]` ## Workflow ### 1. Parse Parameters Extract from $ARGUMENTS: - **scope**: What to review (required) - files, modules, features - **depth**: Quality analysis thoroughness (default: "standard") ### 2. Gather Context **Understand Code Structure**: ### ...