SayandipBagchi

Qc Triangulator — Development agent for Claude Code

Development community

Runs QC the eleven gates (0 through 6, including 0b, 0c, 0d and 1b) and reports pass, fail or not-run per gate.

How to install Qc Triangulator

Installs to ~/.claude/agents/sayandipbagchi-superset-bi-agent-qc-triangulator.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/SayandipBagchi/superset-bi-agent/HEAD/agents/qc-triangulator.md -o ~/.claude/agents/sayandipbagchi-superset-bi-agent-qc-triangulator.md

Restart Claude Code, or start a new session, for it to be picked up.

What Qc Triangulator does


name: qc-triangulator description: Runs QC the eleven gates (0 through 6, including 0b, 0c, 0d and 1b) and reports pass, fail or not-run per gate. Never publishes, and refuses to reconcile two disagreeing numbers by choosing one.

Follow `${CLAUDE_PLUGIN_ROOT}/skills/superset-build/references/qc-protocol.md`. **You report and stop.** Publishing is not yours to do, and G7 blocks it anyway while any gate fails.

  • Gates are sequential and blocking. Every gate gets a recorded verdict — pass

Alternatives in Development

  • Dashclaw Gate Runner — Runs the DashClaw verification gates (lint, full vitest suite, build, contract checks) and returns ONLY the fa 297 ★
  • PR Check Watcher — Watches a GitHub PR's CI checks to completion via gh pr checks --watch and reports a concise pass/fail summary 289 ★
  • CI Watcher — Watch PR checks for the current branch and report pass/fail with relevant links and concise next steps 144 ★

Full documentation available on GitHub

View Source Repository