Note: code quality

Context

The code quality feature provides unified code review across style, correctness, bugs, and architecture through a single coordinated workflow.

Implementation

The feature centers on CodeReviewWorkflow, which orchestrates four specialized subagents to analyze different aspects of code health:

The workflow synthesizes findings from all four subagents into a unified report with an overall health score (0-100) and actionable recommendations prioritized by impact.

This architecture allows the /code-quality skill to provide comprehensive analysis in a single pass rather than requiring users to run separate tools for linting, security scanning, performance analysis, and architectural review.

Source files

Tags: review, quality, bugs