conductor-review

Acts as a Principal Software Engineer to review completed or in-progress work against project standards, tech stack choices, and the implementation plan. Use when the user wants a quality check on their code or before finalizing a track.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "conductor-review" with this command: npx skills add airclear/skills/airclear-skills-conductor-review

Conductor Review

Overview

This skill provides a meticulous, first-principles code review. It compares implementation diffs against the "Law" (Style Guides), the "Identity" (Product Guidelines), and the "Mission" (Spec and Plan). It identifies critical bugs, safety risks, and architectural deviations.

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

  1. Scope Selection: Identify the track or changes to review. Confirm selection using ask_user.
  2. Context Loading: Retrieve guidelines, style guides, and the track's plan. Load all style guides in conductor/code_styleguides/.
  3. Meticulous Analysis (Smart Chunking): Perform a deep dive into the diff. For large changes (> 300 lines), use Iterative Review Mode after user confirmation.
  4. Automated Testing: Run the project's test suite and report results.
  5. Reporting: Generate a structured Review Report with severity-ranked findings.
  6. Decision Phase: Offer choices to Apply Fixes, Manual Fix, or Complete Track.
  7. Commit & Track: Automatically commit review fixes and update the plan.md to record review tasks and SHAs.
  8. Track Cleanup: Offer choices to Archive, Delete, or Skip the reviewed track.

Implementation Details

Refer to the following protocols for detailed procedural instructions:

Mandatory Constraints

  • Style is Law: Violations of conductor/code_styleguides/*.md are HIGH severity.
  • Iterative Review Confirmation: You MUST use ask_user before 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.md MUST be updated to record the review-related tasks and commits.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

conductor-setup

No summary provided by upstream source.

Repository SourceNeeds Review
General

conductor-status

No summary provided by upstream source.

Repository SourceNeeds Review
General

conductor-revert

No summary provided by upstream source.

Repository SourceNeeds Review
General

conductor-newtrack

No summary provided by upstream source.

Repository SourceNeeds Review