Multi-agent code review with confidence-based filtering
# Code Review Workflow ## Name han-core:review - Multi-agent code review with confidence-based filtering ## Synopsis ## Description Multi-agent code review with confidence-based filtering ## Implementation Automated multi-agent code review with confidence-based filtering. Runs parallel specialized review agents to identify high-confidence issues across quality, security, and discipline-specific concerns. ## Overview This command orchestrates multiple review agents in parallel to provide comprehensive code review: - **General Quality**: Code correctness, maintainability, testing ...