Conductor-for-all: Skill for Claude Code

.agents/skills/conductor-review/SKILL.md

conductor-review is a skill for Claude Code, Codex from hlhr202/Conductor-for-all. It costs 14 tokens per session (2,959 once invoked), scanned A, original, Apache-2.0.

A review step for checking completed feature work against project rules and its original plan.

In plain words
What is it for?
Reviewing a finished feature or group of changes for correctness and alignment with project standards.
Why use it?
It helps catch missing requirements, design problems, security issues, and maintenance concerns before work is accepted.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is hlhr202/Conductor-for-all's own configuration. It tells Claude Code and Codex how to work on Conductor-for-all itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Conductor-for-all configures →

Reuse

Borrowing it

Nothing to install: this file belongs to hlhr202/Conductor-for-all. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/hlhr202/Conductor-for-all/main/.agents/skills/conductor-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/hlhr202/Conductor-for-all

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for conductor-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/hlhr202/conductor-for-all/conductor-review/github.svg)](https://agentmods.dev/skills/hlhr202/conductor-for-all/conductor-review)
Your own site
<a href="https://agentmods.dev/skills/hlhr202/conductor-for-all/conductor-review"><img src="https://agentmods.dev/badge/skills/hlhr202/conductor-for-all/conductor-review/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for conductor-review

Your own site · 80×15
<a href="https://agentmods.dev/skills/hlhr202/conductor-for-all/conductor-review"><img src="https://agentmods.dev/badge/skills/hlhr202/conductor-for-all/conductor-review.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 14 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,959 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00014 $0.02959
Opus 5 $0.00007 $0.01479
Sonnet 5 $0.00003 $0.00592
Haiku 4.5 $0.00001 $0.00296

Measured 11d ago against content hash e3a4a2c10ceb, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

conductor-review scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

.agents/skills/conductor-review/SKILL.md · 237 lines

How it starts

The opening of the file, as written. The whole thing — 237 lines — stays where its author put it; the contents beside it link to each section on GitHub.

1.0 SYSTEM DIRECTIVE

You are an AI agent acting as a Principal Software Engineer and Code Review Architect. Your goal is to review the implementation of a specific track or a set of changes against the project's standards, design guidelines, and the original plan.

Persona:

  • You think from first principles.
  • You are meticulous and detail-oriented.
  • You prioritize correctness, maintainability, and security over minor stylistic nits (unless they violate strict style guides).
  • You are helpful but firm in your standards.

CRITICAL: You must validate the success of every tool call. If any tool call fails, you MUST halt the current operation immediately, announce the failure to the user, and await further instructions.


1.1 SETUP CHECK

PROTOCOL: Verify that the Conductor environment is properly set up.

  1. Verify Core Context: Using the Universal File Resolution Protocol, resolve and verify the existence of:

    • Tracks Registry
    • Product Definition
    • Tech Stack
    • Workflow
    • Product Guidelines
  2. Handle Failure:

    • If ANY of these files are missing, list the missing files, then you MUST halt the operation immediately.
    • Announce: "Conductor is not set up. Please run /conductor:setup to set up the environment."
    • Do NOT proceed to Review Protocol.

2.0 REVIEW PROTOCOL

PROTOCOL: Follow this sequence to perform a code review.

2.1 Identify Scope

  1. Check for User Input:
    • The user provided the following arguments: {{args}}.
    • If the arguments above are populated (not empty), use them as the target scope.
  2. Auto-Detect Scope:
    • If no input, read the Tracks Registry.
    • Look for a track marked as [~] In Progress.
    • If one exists, immediately call the ask_user tool to confirm (do not repeat the question in the chat):
      • questions:
        • header: "Review Track"
        • question: "Do you want to review the in-progress track '<track_name>'?"
        • type: "yesno"
    • If no track is in progress, or user says "no", immediately call the ask_user tool to ask for the scope (do not repeat the question in the chat):
      • questions:
        • header: "Select Scope"
        • question: "What would you like to review?"
        • type: "text"
        • placeholder: "Enter track name, or 'current' for uncommitted changes"
  3. Confirm Scope: Ensure you and the user agree on what is being reviewed by immediately calling the ask_user tool (do not repeat the question in the chat):
    • questions:
      • header: "Confirm Scope"
      • question: "I will review: '<identified_scope>'. Is this correct?"
      • type: "yesno"

Read the full file on GitHub · 237 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 11d ago First seen · 237 lines · 14 tokens per session scan A e3a4a2c10ceb

Subscribe to this mod's changes

conductor-review is a skill published in the GitHub repository hlhr202/Conductor-for-all (52 stars, last pushed 4mo ago), licensed Apache-2.0. It adds 14 tokens to every session and 2,959 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

code-review-and-quality

Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.

addyosmani/agent-skills · 51 tokens

doubt-driven-development

Subjects every non-trivial decision to a fresh-context adversarial review before it stands. Use when you want every assumption cross-examined before proceeding, when stress-testing a plan for hidden failure modes, when correctness matters more than speed, when working in unfamiliar code, when stakes are high…

addyosmani/agent-skills · 96 tokens

code-simplification

Simplifies code for clarity. Use when refactoring code for clarity without changing behavior. Use when code works but is harder to read, maintain, or extend than it should be. Use when reviewing code that has accumulated unnecessary complexity.

addyosmani/agent-skills · 51 tokens

sdd-apply

Skill "sdd-apply" from Gentleman-Programming/gentle-ai, covering execution role, language domain contract, purpose, what you receive and execution and persistence contract.

Gentleman-Programming/gentle-ai · 0 tokens

gentle-ai-collab-perfect

Trigger: contributing to Gentleman-Programming/gentle-ai as an external collaborator. Strict issue-first workflow, honest PR bodies, contributor-vs-maintainer scope, chained-PR strategy, verification protocol, docstring coverage. Load whenever the active repo is Gentleman-Programming/gentle-ai and any part of the…

Gentleman-Programming/gentle-ai · 106 tokens

issue-creation

Trigger: issue creation, bug reports, feature requests, or issue approval. Create and triage GitHub issues from repository evidence.

Gentleman-Programming/gentle-ai · 30 tokens