Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
Imported from Gill-Bates/wirebuddy (tools/ui-lint/tests/findings/AGENTS.md). Install upstream with npx skills add Gill-Bates/wirebuddy --skill findings. Copyright stays with the author.
findings
Purpose
Spec for findings policies.
Key Files
File
Description
layout-policy.spec.js
Button-height token drift becomes a hard finding; form-switch spacing warning; quiet when no mismatch
For AI Agents
Working In This Directory
No special constraints beyond the parent directory guidance.
Testing Requirements
Run cd tools/ui-lint && npx playwright test tests/findings/; requires installed Playwright browsers.
Common Patterns
No special constraints beyond the parent directory guidance.
Dependencies
Internal
../../lib/findings.mjs
External
@playwright/test
Use it
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}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
gill-bates-wirebuddy-findings.ocm.jsonjson
{
"ocm": "1",
"id": "gill-bates-wirebuddy-findings",
"kind": "skill",
"name": "findings",
"description": "Spec for findings policies.",
"publisher": "Gill-Bates",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"skill-md",
"github-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Spec for findings policies."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-agents",
"repository": "https://github.com/Gill-Bates/wirebuddy",
"path": "tools/ui-lint/tests/findings/AGENTS.md",
"ref": "4b31b07b7a7a600bc2513a304a3aee4b31c9e85f",
"url": "https://github.com/Gill-Bates/wirebuddy/blob/4b31b07b7a7a600bc2513a304a3aee4b31c9e85f/tools/ui-lint/tests/findings/AGENTS.md",
"key": "Gill-Bates/wirebuddy/tools/ui-lint/tests/findings/AGENTS.md"
}
},
"instructions": "<!-- Parent: ../AGENTS.md -->\n<!-- Generated: 2026-09-21 | Updated: 2026-09-21 -->\n# findings\n\n## Purpose\n\nSpec for findings policies.\n\n## Key Files\n\n| File | Description |\n|---|---|\n| `layout-policy.spec.js` | Button-height token drift becomes a hard finding; form-switch spacing warning; quiet when no mismatch |\n\n## For AI Agents\n\n### Working In This Directory\n\n- No special constraints beyond the parent directory guidance.\n\n### Testing Requirements\n\n- Run `cd tools/ui-lint && npx playwright test tests/findings/`; requires installed Playwright browsers.\n\n### Common Patterns\n\n- No special const",
"cost": {
"context_tokens": 207
}
}
Fetch it by URL: GET /api/v1/registry/gill-bates-wirebuddy-findings/manifest?version=1.0.0
Reviews
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.