Imported from AIDDbot/AIDDbot (
.claude/skills/verify/SKILL.md). Install upstream withnpx skills add AIDDbot/AIDDbot --skill verify. Copyright stays with the author.
Read and follow the canonical verify skill.
Run required end-to-end checks for one change and record their evidence.
Free account. Installing gives you the manifest plus copy-paste snippets.
See reviewsImported from AIDDbot/AIDDbot (
.claude/skills/verify/SKILL.md). Install upstream withnpx skills add AIDDbot/AIDDbot --skill verify. Copyright stays with the author.
Read and follow the canonical verify skill.
Copy one of these into your project. Installing also returns the manifest and these snippets.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "aiddbot-aiddbot-verify",
"kind": "skill",
"name": "verify",
"description": "Run required end-to-end checks for one change and record their evidence.",
"publisher": "AIDDbot",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Run required end-to-end checks for one change and record their evidence."
],
"primary": false,
"metadata": {
"source": {
"provider": "github",
"repository": "https://github.com/AIDDbot/AIDDbot",
"path": ".claude/skills/verify/SKILL.md",
"ref": "83f3ae16a190d5b5fe60ae33829c116d51e72c12",
"url": "https://github.com/AIDDbot/AIDDbot/blob/83f3ae16a190d5b5fe60ae33829c116d51e72c12/.claude/skills/verify/SKILL.md",
"key": "AIDDbot/AIDDbot/.claude/skills/verify/SKILL.md"
}
},
"instructions": "<!-- managed by /adapt — do not edit here, edit .agents/skills/verify/SKILL.md instead -->\n\nRead and follow [the canonical verify skill](../../../.agents/skills/verify/SKILL.md).",
"cost": {
"context_tokens": 44
}
}Fetch it by URL: GET /api/v1/registry/aiddbot-aiddbot-verify/manifest?version=1.0.0
Star ratings from people who tried it. One review per account; edit yours any time.
No reviews yet. Install it, try it, and be the first to rate it.