conductor-review
Conductor Review
Overview
This skill provides a meticulous, first-principles code review from the perspective of a Principal Software Engineer. It compares implementation diffs against the "Law" (Code Style Guides), the "Identity" (Product Guidelines), and the "Mission" (Spec and Plan). It identifies critical bugs, safety risks, security issues, and architectural deviations with structured, severity-ranked reporting.
When to Use
- When a user says "Review my changes," "Is this track ready?", or "Run a code review."
- Before archiving or deleting a completed track.
Workflow
- Setup Check: Verify the Conductor environment is properly set up before proceeding.
- Scope Selection: Identify the track or changes to review using user arguments or auto-detection. Confirm selection using
ask_user. - Context Loading: Retrieve guidelines, style guides, and the track's plan. CRITICAL: Check and load all style guides in
conductor/code_styleguides/. - Smart Chunking Analysis: Load and analyze changes with volume-aware strategy. For large changes (> 300 lines), use Iterative Review Mode after user confirmation.
- Deep Verification: Perform Intent Verification, Style Compliance, Correctness & Safety (including security scan), and automated Testing.
- Structured Reporting: Generate a Review Report with Summary, Verification Checks, and severity-ranked Findings with diff-based suggestions.
- Review Decision: Determine recommendation and offer choices to Apply Fixes, Manual Fix, or Complete Track.
- Commit Review Changes: Commit review fixes, update
plan.mdwith Review Fixes phase, and record commit SHAs. - Track Cleanup: Offer choices to Archive, Delete (with confirmation), or Skip the reviewed track.
Implementation Details
Refer to the following protocols for detailed procedural instructions:
- Resolution Protocol: references/resolution-protocol.md - How to find Conductor artifacts.
- Review Protocol: references/review-protocol.md - The logic for scope identification, smart chunking, deep analysis, report generation, commit tracking, and track cleanup.
Mandatory Constraints
- Style is Law: Violations of
conductor/code_styleguides/*.mdare HIGH severity. - Iterative Review Confirmation: You MUST use
ask_userbefore starting a large (> 300 lines) review. - Automated Verification: ALWAYS attempt to run existing tests to verify correctness.
- Plan Integrity: If fixes are applied, the
plan.mdMUST be updated to record the review-related tasks and commits. - Tool Call Validation: Validate every tool call. Halt on failure.
More from airclear/skills
bmad-bmm
Comprehensive SDLC framework (BMM) for software development. Includes 30+ workflows for product analysis (Market/Domain Research), planning (PRD, UX), solutioning (Architecture, Epics/Stories), and implementation (Sprint Planning, Dev Story, Code Review, QA). Use for any stage of the software creation lifecycle.
2bmad-sync
Maintenance skill for synchronizing BMad framework source files from the project root (references/) to aggregate skills (bmad-core, bmad-bmm, bmad-tea). Use when a new BMad version is released or when source files need to be refreshed.
1