Loading...
Loading...
Found 5 Skills
Status dashboard for cheat-on-content. Displays current mode / rubric version / calibration progress / pending retros / pool status / whether SQLite needs an upgrade / whether rubric should be bumped. **Can be invoked at any time with no side effects**. Trigger words: "状态" / "看板" / "status" / "What should I do now?" / "How's the progress?"
First onboarding and scaffolding creator for cheat-on-content. Unified process - all users follow the same 5-stage closed-loop, with the only difference being that users who have posted videos will have an extra step during init: fetch existing videos to build historical context (used for subsequent cheat-seed to provide more tailored topic suggestions and more accurate baselines). Trigger phrases: "Initialize" / "init" / "First use" / "I'm a new user" / "setup cheat-on-content". **Must be executed during the user's first session; other sub-skills will automatically route to this when .cheat-state.json does not exist.**
Propose and execute rubric or bucket upgrades. Two modes: **Full rubric bump** (highest-risk action, mandatory 5-step process + cross-model audit) and **--bucket-only lightweight recalibration** (only update bucket boundaries, no changes to rubric formulas). **Phase 2 mandates using cheat-score-blind sub-agent to re-score the calibration pool** — self-scored fallback is not accepted. Trigger phrases: "upgrade rubric"/"bump rubric"/"update formula"/"I want to add a dimension"/"adjust weights"/"recalibrate bucket"/"recalibrate bucket".
INTERNAL sub-agent for blind 9-dimensional rubric scoring. **NOT a user-facing skill — do NOT invoke from the main conversation.** It is called via the Task tool by cheat-score / cheat-predict / cheat-bump to generate a context-isolated score for a script. It ONLY accepts script_path + rubric_notes_path; any other input will be refused. It outputs strict JSON: 9 dimensions × {score 0-5, confidence enum, one-line reason}. **It strictly refuses to read** .cheat-state.json, predictions/*, retro sections, or any content that may leak post-publish data. This is Channel B in the 3-channel calibration model (A=main, B=blind sub-agent, C=cross-model).
Score a single draft against the rubric. **Output only to the console, no file writing, no prediction**. Trigger phrases: "Score this [path]"/"score this [path]"/"Score this draft"/"Let's score first". It's a lightweight exploratory action before cheat-predict.