mstar-review-qc

mstar-review-qc is a skill for Claude Code from btspoony/mstar-harness. It costs 128 tokens per session (2,226 once invoked), scanned A, original, MIT.

A review workflow for checking software plans from three separate reviewer perspectives and combining their findings into one durable summary. It separates plan review from testing and acceptance checks.

In plain words
What is it for?
Use it to dispatch plan reviews, collect reports, enforce reviewer roles, and consolidate findings for software changes organized under a structured development plan.
Why use it?
It prevents review work from being mixed with test or build work, and makes sure missing risks and unresolved issues are recorded before implementation proceeds.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the morning-star-harness plugin — 23 skills, 5 commands, 14 agents, 2 hooks shipped together

Good fit Use it to dispatch plan reviews, collect reports, enforce reviewer roles, and consolidate findings for software changes organized under a structured development plan.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/btspoony/mstar-harness/mstar-review-qc
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add btspoony/mstar-harness --skill mstar-review-qc
Clone the repo
git clone --depth 1 https://github.com/btspoony/mstar-harness

Made for: Claude Code.

Or install morning-star-harness, the plugin that ships this one along with the rest of its 23 skills, 5 commands, 14 agents, 2 hooks.

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 mstar-review-qc

README.md
[![agentmods](https://agentmods.dev/badge/skills/btspoony/mstar-harness/mstar-review-qc/github.svg)](https://agentmods.dev/skills/btspoony/mstar-harness/mstar-review-qc)
Your own site
<a href="https://agentmods.dev/skills/btspoony/mstar-harness/mstar-review-qc"><img src="https://agentmods.dev/badge/skills/btspoony/mstar-harness/mstar-review-qc/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 mstar-review-qc

Your own site · 80×15
<a href="https://agentmods.dev/skills/btspoony/mstar-harness/mstar-review-qc"><img src="https://agentmods.dev/badge/skills/btspoony/mstar-harness/mstar-review-qc.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 128 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,226 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00128 $0.02226
Opus 5 $0.00064 $0.01113
Sonnet 5 $0.00026 $0.00445
Haiku 4.5 $0.00013 $0.00223

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

Security

Grade A, and why

mstar-review-qc 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 13d 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.

skills/mstar-review-qc/SKILL.md · 77 lines

How it starts

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

Load order(必读顺序)

首次 Read 本 skill 时:必须先 Read mstar-harness-core 同仓检出与派发 → mstar-branch-worktree · mstar-dispatch-gates。冲突时 mstar-harness-core 为准

摘要:职责分层 → references/review-responsibility-boundaries.mdL3 = code reviewer / diff+logic;不跑 test/build;运行时验证归 L1/L4)。Leaf QC 执行 → mstar-roles/references/qc-specialist/。L4 验收 → mstar-roles/references/qa-engineer/

Morning Star QC Orchestration(PM · 编排层)

L3 是什么(派发前对齐)

  • Plan QC seats are reviewers: whole-branch diff / logic / risk lenses — same family as PR review, not a parallel QA test lane.
  • Do not instruct QC in Assignment to “run the suite / build / lint to confirm” on shared tri cwd; that causes peer Blocked and collapses L3 into L4.
  • Runtime proof stays with implementer evidence and QA gate (qa-engineer or PM acceptance).

分派时机(与 plan / batch 对齐)

  • Execution mode: sdd:全部 task + L2 task reviewers 完成后 → 强制 tri-reviewQC mode: full tri-reviewN=3)。Assignment 须含 branch review-package 路径与 {SDD_DIR}/review/qcN.md report paths。PM 汇总 {SDD_DIR}/review/qc-consolidated.md 并回写主 plan durable summary。
  • Execution mode: inline:单席 qc-specialist{SDD_DIR}/review/qc.mdN=1),或按 hotfix 路由跳过。
  • After Request Changes (default)Targeted re-review — PM dispatches only seats that raised blocking findings; each updates the same {SDD_DIR}/review/qcN.md (## Revalidation, update verdict). Do not spawn qcN-rev2.md for targeted re-review. Naming → mstar-artifacts/references/plan-files-and-reports.md § QC 三审触发时机.
  • Full tri re-review (exception):Assignment QC re-review: full tri-review → new basenames (qc1-rev2.md …); PM marks active wave in consolidated decision.

Engine check (when available): run mstar review seats <assignment-file> [--mode sdd|inline|targeted] [--reviewers <role1,role2,...>] (or import { executionModeToN, assertTriIdentity } from "@mstar-harness/engine" in a host hook) to map Execution mode to its QC seat count N above and assert tri identity. On fail -> do not proceed; fix and re-run. Skill text below remains authoritative when the runtime is absent.

Read the full file on GitHub · 77 lines

Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 13d ago First seen · 77 lines · 128 tokens per session scan A 413944a680b1

Subscribe to this mod's changes

mstar-review-qc is a skill published in the GitHub repository btspoony/mstar-harness (57 stars, last pushed today), licensed MIT. It adds 128 tokens to every session and 2,226 once invoked, about $0.0006 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.