using-conductor

Convert CI findings into doob tasks and summarize branch health.

1|Updated Nov 25, 2025
One-click install
npx skills add https://github.com/89jobrien/dotfiles --skill using-conductor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: using-conductor
Source: https://github.com/89jobrien/dotfiles/tree/main/dot-claude/skills/using-conductor
Command: npx skills add https://github.com/89jobrien/dotfiles --skill using-conductor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinates development workflows by turning CI results and significant commits into actionable doob tasks, providing a clear health summary to speed triage and remediation.

Core Features & Use Cases

  • CI/devloop orchestration: Runs devloop council analyses and aggregates health data from multiple roles.
  • Automated task generation: Creates doob tasks for blocking findings and normal suggestions, including context about findings and files.
  • Failure triage automation: If health drops below a threshold, optionally runs a second-pass diff review to surface actionable issues.
  • Health reporting: Produces a concise health summary and a count of created tasks for quick decision making.

Quick Start

Invoke the conductor after a significant commit or when CI fails to generate doob tasks and summarize branch health.

Frequently Asked Questions about using-conductor

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

FAQPage Schema
How do I automate CI failure triage and generate actionable tasks?

To automate CI failure triage, this Skill orchestrates devloop workflows by converting CI results and blocking findings into structured doob tasks, providing a clear health summary to speed remediation. It runs devloop council analyses to aggregate health data from multiple roles.

What is a CI-driven devloop orchestration workflow?

A CI-driven devloop orchestration workflow coordinates analysis, task creation, review, and reporting automatically. This Skill triggers after significant commits or CI failures, running devloop council analyses and generating structured doob tasks with health-scoring data to summarize branch health.

How do I convert significant commits into structured tasks automatically?

You can convert significant commits into structured tasks by invoking this orchestrator after the commit. It analyzes the findings, creates doob tasks for blocking issues and normal suggestions with file context, and produces a health summary with a count of generated tasks.

Can I trigger a second-pass diff review automatically when branch health drops below a threshold?

Yes, you can trigger a second-pass diff review automatically when branch health drops below a threshold. This failure triage automation surfaces actionable issues from CI failures, coordinating conditional review triggers to speed up remediation and improve branch health.

Does CI orchestration work with multi-step task generation and conditional review triggers?

Yes, CI orchestration works with multi-step task generation and conditional review triggers. This Skill coordinates the full workflow by satisfying requirements for multi-step orchestration, generating structured doob tasks from findings, and optionally running second-pass diff reviews when health drops below a threshold.

When should I not use automated devloop orchestration for branch health checks?

You should not use automated devloop orchestration for branch health checks when you only need basic commit logging rather than structured task generation and health-scoring. This orchestrator is designed for significant commits, CI failures, and multi-step triage rather than trivial branch updates.