conductor:review

Automate track verification against project guidelines and the conductor plan.

8|Updated Feb 4, 2026
One-click install
npx skills add https://github.com/cloudaura-io/cloudaura-marketplace --skill conductor-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: conductor:review
Source: https://github.com/cloudaura-io/cloudaura-marketplace/tree/main/plugins/conductor/skills/review
Command: npx skills add https://github.com/cloudaura-io/cloudaura-marketplace --skill conductor-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill automates the rigorous review of track work to ensure alignment with the project guidelines and the conductor plan, reducing manual overhead and human error.

Core Features & Use Cases

  • Plan-conformance checks: validate that changes align with the track's plan and goals.
  • Diff-driven analysis: examine code diffs to identify deviations from standards and potential issues.
  • Quality Gate execution: trigger and summarize test results and style checks to decide if a track is ready for approval.

Quick Start

Run the review workflow against a track or the current changes to generate a report.

Frequently Asked Questions about conductor:review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate code review for git diff changes against project guidelines?

Automated code review for git diffs validates changes against project guidelines by performing diff-based analysis. It examines multiple commits to identify deviations from code style guides, testing requirements, and security checks.

What is a quality gate execution workflow for track implementations?

A quality gate workflow for track implementations triggers and summarizes test results alongside style checks. It determines track readiness by enforcing compliance with code standards before final approval.

How does plan-conformance checking work for in-progress repository tracks?

Plan-conformance checking for in-progress tracks validates that code changes align with the track's plan and goals. It automates verification against the conductor plan to reduce manual overhead and human error.

Can I validate completed tracks across multiple commits without manual diff inspection?

Yes, you can validate completed tracks across multiple commits using automated diff-driven analysis. This process reports findings on deviations from standards, handling plan alignment without manual inspection.

What's the best way to enforce code style and security checks during a track review?

The best way to enforce code style and security checks during a track review is through automated quality gate execution. It runs tests, analyzes diffs, and reports findings to decide if a track is ready for approval.

Why does my track review fail the project guidelines compliance check?

Track reviews fail project guidelines compliance checks when automated diff analysis detects deviations from code style guides, testing requirements, or security standards within the evaluated commits.