Execute code quality assessment with project-aware tool detection
Run project-specific code quality checks using actual linting, formatting, and testing tools. Use for factual quality assessment before commits or during code review.
/plugin marketplace add vinnie357/claudio/plugin install claudio@vinnie357<assessment_type> [project_path] [report_format]commands/claudio/Execute code quality assessment by running project-specific linting, formatting, and testing tools with factual analysis based on actual tool outputs.
CRITICAL: NEVER fabricate quality metrics or results. Only report actual tool execution outputs and real findings.
Assessment Types:
full: Assessment with all available toolslint: Static analysis and linting onlyformat: Code formatting assessment onlytest: Test execution with coverage analysiscomplexity: Complexity and maintainability analysiscoverage: Coverage gap analysisquick: Essential metrics for rapid feedbackNote: Optional command for enhanced project-specific quality analysis.
Task with subagent_type: "code-quality-analyzer" - pass the project_path argument for project-aware tool detection to execute appropriate quality tools and generate factual reports based on actual analysis.