Verification Before Completion

🌐Community
by obra Β· vlatest Β· Repository

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.

1

Run in terminal (recommended)

terminal
claude mcp add verification-before-completion npx -- -y @trustedskills/verification-before-completion
2

Or manually add to ~/.claude/settings.json

~/.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 HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
obra
Installs
0

🌐 Community

Passed automated security scans.