Agent skill
verify-prompt
Compare original and distilled prompts to verify the distillation is faithful and lossless. Checks completeness, accuracy, and appropriate conciseness.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/other/other/verify-prompt-charly-vibes-wai-2
SKILL.md
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:
- Completeness: Does the
DISTILLED_PROMPTinclude ALL essential executable instructions, steps, rules, and constraints from theORIGINAL_PROMPT? - Accuracy: Does the
DISTILLED_PROMPTcorrectly represent the core logic and intent of the original? There should be no changes in meaning. - Conciseness: The
DISTILLED_PROMPTshould have successfully removed non-essential content like human-facing explanations, examples, metadata, and conversational filler.
Your Task:
- Carefully analyze both prompts provided below.
- Compare them against the criteria above.
- If the
DISTILLED_PROMPTis a perfect, lossless distillation, respond with only:OK - If there are any discrepancies (e.g., a missing step, an altered instruction), provide a concise report detailing ONLY the specific, essential content that is missing or altered in the
DISTILLED_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]
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?