.wai/resources/agent-config/skills/verify-prompt/SKILL.md
Compare original and distilled prompts to verify the distillation is faithful and lossless. Checks completeness, accuracy, and appropriate conciseness.
npx skillsauth add charly-vibes/wai verify-promptInstall 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 meticulous QA assistant. Your task is to compare two versions of a prompt: the ORIGINAL_PROMPT (verbose, for developers) and the DISTILLED_PROMPT (concise, for LLMs).
Your goal is to verify that the DISTILLED_PROMPT is a faithful, lossless distillation of the ORIGINAL_PROMPT.
Analysis Criteria:
DISTILLED_PROMPT include ALL essential executable instructions, steps, rules, and constraints from the ORIGINAL_PROMPT?DISTILLED_PROMPT correctly represent the core logic and intent of the original? There should be no changes in meaning.DISTILLED_PROMPT should have successfully removed non-essential content like human-facing explanations, examples, metadata, and conversational filler.Your Task:
DISTILLED_PROMPT is a perfect, lossless distillation, respond with only:
OKDISTILLED_PROMPT. Do not comment on what was correctly removed.ORIGINAL_PROMPT:
[Paste the original verbose prompt content here]
DISTILLED_PROMPT:
[Paste the distilled concise prompt content here]
development
Implement features following Test-Driven Development methodology. Red-Green-Refactor cycle with phased approach and verification at each step.
development
Orchestrate multi-agent code review with three waves - parallel analysis, cross-validation, and convergence check. Simulates specialist reviewers and synthesizes findings.
development
Apply Steve Yegge's Rule of 5 iterative review to any artifact - code, plans, research, issues, specs, or documents. Five stages from draft through excellence.
documentation
Resume work from a handoff document. Reads the handoff, verifies current state against documented state, and presents analysis before continuing work.