Verification Before Completion
This skill checks generated content against a source to ensure accuracy and prevent plagiarism – vital for reliable outputs.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add lgbarn-verification-before-completion npx -- -y @trustedskills/lgbarn-verification-before-completion
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"lgbarn-verification-before-completion": {
"command": "npx",
"args": [
"-y",
"@trustedskills/lgbarn-verification-before-completion"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill ensures that AI agents perform verification steps before finalizing a task or process. It allows for the definition of checks and validations to be executed, preventing errors and ensuring quality. The agent will pause execution, run defined verifications, and only proceed if all checks pass.
When to use it
- Automated deployments: Verify infrastructure changes are correctly applied before marking a deployment as complete.
- Code generation: Validate generated code compiles and passes basic tests before committing it.
- Data processing pipelines: Confirm data transformations produce the expected output before finalizing results.
- Configuration management: Ensure configuration files are syntactically correct and adhere to defined standards prior to application.
Key capabilities
- Definable verification steps
- Conditional execution based on verification results
- Pause and resume functionality during verification process
- Error reporting for failed verifications
Example prompts
- "Before deploying the new service, run these tests: [list of tests]"
- "Verify that the generated Python code compiles without errors."
- "Check if the data transformation script produces the expected output format."
Tips & gotchas
The effectiveness of this skill depends on clearly defined and reliable verification steps. Ensure your verifications accurately reflect the desired outcome to avoid false positives or negatives.
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.