
Audit Verify Explain
FreeAudit and explain technical changes in simple terms.
Free · Opens the source repo
What Audit Verify Explain does
The Audit Verify Explain skill is designed to help users review and understand changes in code, documents, or workflows by breaking down the process into three clear steps: auditing, verifying, and explaining. This skill is particularly useful for developers and designers who need to communicate technical findings to non-technical stakeholders or ensure that changes meet specific criteria before deployment. By following a structured approach, users can confidently assess the impact of changes and provide clear explanations that are accessible to all.
In the auditing phase, the skill guides users to identify the source of truth for any claims or changes. It emphasizes the importance of examining code diffs, bug fixes, performance claims, and document comparisons. This thorough approach helps users uncover potential issues, such as regressions or unverified claims, ensuring that nothing is overlooked. The verification step prioritizes evidence-based assessments, encouraging users to rely on automated tests, logs, and other concrete data to validate their findings.
Finally, the skill emphasizes the need to explain results in a way that is easy to understand. By using grade-5 language, it ensures that users can communicate effectively with non-technical audiences. This is particularly valuable in collaborative environments where clear communication is essential for project success. Overall, the Audit Verify Explain skill is a practical tool for anyone involved in code reviews, testing, and documentation, making technical information more approachable and actionable.
When to use it
Use this skill when you need to review code changes, validate claims, or explain technical findings to a non-technical audience.
When not to use it
This skill may not be suitable for highly technical discussions where detailed jargon is necessary or when rapid assessments without thorough verification are acceptable.
What you can build with it
Reviewing Code Changes
Use this skill to audit and verify recent code changes before merging them into the main branch, ensuring all modifications are documented and explained.
Explaining Bug Fixes
When a bug is fixed, leverage this skill to explain what changed, why it matters, and how it was verified, making the information accessible to all team members.
Validating Performance Improvements
Apply this skill to assess claims of performance improvements, ensuring that they are backed by measurable evidence and clearly communicated.
How to install Audit Verify Explain
View source1. Install with the skills CLI
npx skills add mengto/skills/audit-verify-explain-grade-5 --agent claude-code2. Or install it manually
Download the skill folder and drop it into ~/.claude/skills/ for all projects, or .claude/skills/ to scope it to one repo. Restart Claude Code so it picks up the new skill.
Anthropic's agentic coding CLI, and the reference implementation of Agent Skills. Drop a skill folder into ~/.claude/skills and Claude Code loads it automatically whenever a task matches the skill's description. Claude Code docs
Inside SKILL.md
Written by mengtoAudit, Verify, Explain
Core Rule
Treat every answer as three jobs:
- Audit what changed or what is being claimed.
- Verify it with direct evidence.
- Explain it like the reader is smart but new to the topic.
Do not skip verification when local files, commands, logs, tests, screenshots, or source data are available. Do not pretend something was verified if it was only inferred.
Workflow
1. Audit
Start by finding the real source of truth:
- For code changes, inspect the diff, touched files, related call sites, and existing tests.
- For bug fixes, identify the before/after behavior and the user-facing path.
- For performance claims, separate measured evidence from likely improvement.
- For release or app behavior, check the packaged/running artifact when possible.
- For documents or content, compare the user request against the actual produced artifact.
Look for:
- obvious bugs or regressions
- missing edge cases
- stale assumptions
- unverified claims
- mismatches between implementation and user intent
- risks that a grade-5 explanation might accidentally hide
2. Verify
Prefer evidence in this order:
- Automated tests, builds, linters, typechecks, or validators.
- Running the actual app or workflow.
- Logs, process checks, screenshots, generated artifacts, or live output.
- Static code inspection when execution is impractical.
- Clearly labeled inference when nothing stronger is available.
When verification fails, report the blocker and what it means. When verification is partial, say exactly what was and was not checked.
For performance work, avoid overclaiming. Say "this removes repeated work" only when the code clearly does so. Say "should improve" only when no timing trace was captured. Say "measured faster" only when before/after measurements exist.
3. Explain Simply
Use grade-5 language without talking down to the user:
- Use short sentences.
- Define technical terms in plain words.
- Use one simple analogy only if it genuinely helps.
- Say what changed, why it matters, and how to test it.
- Keep important caveats visible.
Prefer this shape:
What changed:
- ...
Why it matters:
- ...
How I verified it:
- ...
What is still not proven:
- ...
For very small answers, use a short paragraph instead of forcing headings.
Explanation Standards
Translate technical ideas like this:
- "cache" -> "remember the answer so we do not ask the same question again"
- "metadata" -> "small facts about a file, like size or modified date"
- "regression" -> "something that used to work but broke"
- "artifact" -> "the real file or app that was created"
- "static inspection" -> "reading the code without running it"
Do not say "everything works" unless the full workflow was tested. Say "the checked parts work" when verification covered only part of the system.
Output Rules
Lead with the answer. Keep the tone calm and clear.
Include file paths, commands, commit hashes, test names, or log snippets when they are the evidence. Keep them brief.
Separate facts from judgment:
- Fact: "The tests passed."
- Judgment: "That gives confidence in the timeline planner, but not the full editor UI."
End with the most useful next test only when another test would materially improve confidence.
Frequently asked questions about Audit Verify Explain
Similar skills
Quality Playbook Generator
Run comprehensive quality audits on any codebase.
PR Draft Summary
Automate PR summary generation for openai-agents-python.
Final Release Review
Streamline your release candidate audits with ease.
Unit Test Vue Pinia
Efficiently write and review unit tests for Vue 3 applications.
Slang Shader Expert
Optimize and integrate Slang shaders with ease.
Telemetry Standards
Ensure consistent event tracking in Supabase Studio.
