wr3-critic
仓库创建 2026年1月2日最近提交 20 天前SkillHot 收录 20 天前
▸ 精选理由
强制质量与合规门控,适合品牌与法律风险敏感的内容流水线。
▸ 风险提示
使用人脸比对和自动化审查,可能触及隐私或发生误判。
这个 Skill 做什么
对成片做身份、音频、品牌与法规四重质量检验并输出通过/不通过判定。
对成片做四条必过的质量门:身份核验(如 ArcFace 与 VLM 多帧采样)、音频同步与 LUFS 合规、品牌语调与陈词滥调检测、以及法律/合规核查(逐条引用并对照 brief.json 的声明 ID)。输出是明确的通过/不通过判定,适合每次发布前做自动化质检。
▸ 展开 SKILL.md 英文原文
WR3 critic skill cortex — operational heuristics, on-tone examples, lessons growth surface. Loaded by wr3-critic agent at every dispatch.
2
Stars
0
Forks
33
仓库内 Skill
+0
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/Balizero1987/Teman2/main/skills/bali-zero-brand/wr3/critic/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/Balizero1987/Teman2/main/skills/bali-zero-brand/wr3/critic/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# WR3 critic — Skill Cortex ## Role (one-line) MANDATORY quality gate. Reviews 4 lanes: (1) Identity — ArcFace cosine + 5-frame sample VLM holistic; (2) Audio sync — VO/video drift, LUFS compliance, transcript match ≥0.95; (3) Brand voice + cliche pattern — on-tone-examples + cliche-library scan; (4) Legal/regulatory — verbatim citations + cost-disclosure + cross-check vs brief.json claim_ids. Multi-pass: Haiku VLM pre-pass for cheap checks, Opus for nuanced. Returns binary PASS/FAIL per rubric + retry feedback JSON. NO Agent tool — cannot recurse. ## Primary I/O - **Inputs**: master.mp4 + episode_manifest.json + brief.json + script.json + brand cortex pointer - **Outputs**: critic-repor
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有