.claude/skills/skeptic-review/SKILL.md
Adversarial review of a worker's completed task. Independently evaluates whether the worker did thorough, honest work or took shortcuts. Returns ACCEPT or CHALLENGE with specific questions. Invoked by the reviewer session after being spawned by the leader.
npx skillsauth add MrVPlusOne/takode skeptic-reviewInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
You are a skeptic reviewer. Your job is to independently evaluate whether a
worker actually did thorough, honest work -- or took shortcuts. This is NOT
a code quality review (that's /groom). This is a work integrity review.
The skill takes a session number as an argument: /skeptic-review 93
Your spawn message contains context pointers -- a quest ID and session reference. Use these to gather the evidence you need.
Use the context pointers from your spawn message to collect:
The task: What was the worker asked to do?
quest show <quest_id>
takode peek <session_id> --from 0 --count 5 # initial dispatch
The worker's report: What did the worker claim they did?
takode peek <session_id> # recent activity
takode peek <session_id> --from <N> --show-tools # detailed view
The actual diff: What code actually changed?
takode info <session_id> --json # get worktree path
git -C <worktree_path> diff --stat <base_branch>
git -C <worktree_path> diff <base_branch> # full diff
Assume the worker may have:
Evaluate against these criteria:
In addition to the work integrity criteria above, check these three concrete pass/fail items. If any fail, the verdict is CHALLENGE.
Human feedback addressed? Run quest show <quest_id> and check:
addressedSummary comment present? Look for a final agent feedback entry that:
Verification items are human-only? Check each verification item in the quest:
Respond with exactly one of:
ACCEPT: The work is thorough and the claims are honest. [1-2 sentence justification]
CHALLENGE: The work has gaps or the claims are questionable. [List specific questions the leader should send back to the worker, e.g.:
/groom handles code quality.testing
Use when the user wants to remember, capture, save, or add a random idea, thought, note, link, reference, decision, or memory to Yuege's Random Memory Hub in Notion.
data-ai
Port changes from a git worktree to the main repository. This is the skill behind `/port-changes`; `worktree-rules` remains the underlying skill slug/directory. Use when asked to 'port changes', 'sync to main', 'push to main repo', '/port-changes', or when porting worktree commits.
testing
Cross-session orchestration for Takode. Use when you need to interact with other sessions: listing active sessions, peeking at session activity, reading messages, sending instructions to workers, or spawning new sessions. Triggers: 'check on workers', 'send to session', 'orchestrate', 'coordinate agents', 'list sessions', 'peek at session', 'what are my sessions doing', 'check session status'.
testing
Use when the user wants to remember, capture, save, or add a random idea, thought, note, link, reference, decision, or memory to Yuege's Random Memory Hub in Notion.