Codymaster cm-second-opinion-cli

Use when you need a cross-model review or second opinion on a diff or code change.

install
source · Clone the upstream repo
git clone https://github.com/tody-agent/codymaster
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/tody-agent/codymaster "$T" && mkdir -p ~/.claude/skills && cp -r "$T/skills/cm-second-opinion-cli" ~/.claude/skills/tody-agent-codymaster-cm-second-opinion-cli && rm -rf "$T"
manifest: skills/cm-second-opinion-cli/SKILL.md
source content

cm-second-opinion-cli — cross-model review stub

CLI

cm second-opinion --file /tmp/my.diff
  • With
    OPENAI_API_KEY
    , calls OpenAI chat completions (
    CM_SECOND_OPINION_MODEL
    optional, default
    gpt-4o-mini
    ).
  • Without key, prints a stub reminder (no network).

Safety

  • Never paste secrets or production credentials into the diff file.
  • Prefer unified diffs of application code only.

Roadmap

Add Anthropic / Google / Ollama providers via shared provider interface (see cm-engineering-meta).