Verification Before Completion
This skill checks generated content against a source for accuracy, ensuring reliability and reducing errors β invaluable for trustworthy outputs.
Install on your platform
We auto-selected Claude Code based on this skillβs supported platforms.
Run in terminal (recommended)
claude mcp add verification-before-completion npx -- -y @trustedskills/verification-before-completion
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"verification-before-completion": {
"command": "npx",
"args": [
"-y",
"@trustedskills/verification-before-completion"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill ensures AI agent outputs are verified before being finalized. It checks the response against a provided source or context, confirming accuracy and relevance. The skill aims to reduce hallucinations and improve the reliability of generated content by validating information before completion.
When to use it
- Generating code: Verify that the generated code compiles and produces the expected output based on documentation.
- Writing summaries: Confirm that a summary accurately reflects the key points in a provided article or document.
- Creating reports: Validate data presented in a report against source datasets, ensuring accuracy.
- Drafting emails: Check email content for factual correctness and alignment with specified guidelines.
Key capabilities
- Response verification against provided context.
- Accuracy validation of generated content.
- Hallucination reduction.
- Reliability improvement.
Example prompts
- "Verify this code snippet: [code]"
- "Summarize the following article and confirm it aligns with the original text: [article]"
- βCheck this email draft for accuracy against these guidelines: [email draft]β
Tips & gotchas
The quality of verification depends heavily on the clarity and completeness of the provided context. Ensure that the source material is accurate and relevant to the task at hand for best results.
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
π Community
Passed automated security scans.