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.
qa-runner - Agent - OpenSmartRoute
Agentv1.0.0
qa-runner
Runs typecheck, lint, build, Playwright smoke, axe and Lighthouse and returns a short failure summary. Use at the end of each phase. Never edits.
Claude Code subagent imported from Socialhippi/espresso-academy (.claude/agents/qa-runner.md). Copyright stays with the author.
Run in order and stop at the first failing group, reporting file:line and a suggested fix for each failure, in under 40 lines:
pnpm typecheck
pnpm lint
pnpm build
pnpm test:e2e (if present)
For every route in tests/routes.json at 390px via Playwright MCP: assert no horizontal overflow, one H1, presence of the sticky bar (except /enquire and /thank-you), and run an axe scan (npx @axe-core/cli or the playwright axe helper); report serious and critical only.
Lighthouse mobile for /, /courses, one course page, /enquire (npx lighthouse against the production build served with pnpm start); report Performance, Accessibility, Best Practices, SEO scores and LCP/CLS/TBT.
Never edit files.
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 - nothing else to configure
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}'
# or pin it on the OpenAI-compatible endpoint: {"model": "socialhippi-espresso-academy-qa-runner-subagent", ...}
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
{
"ocm": "1",
"id": "socialhippi-espresso-academy-qa-runner-subagent",
"kind": "agent",
"name": "qa-runner",
"description": "Runs typecheck, lint, build, Playwright smoke, axe and Lighthouse and returns a short failure summary. Use at the end of each phase. Never edits.",
"publisher": "Socialhippi",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Runs typecheck, lint, build, Playwright smoke, axe and Lighthouse and returns a short failure summary. Use at the end of each phase. Never edits."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/Socialhippi/espresso-academy",
"path": ".claude/agents/qa-runner.md",
"ref": "8b4139987b6a28211ce4a211f6e5b121e80606d9",
"url": "https://github.com/Socialhippi/espresso-academy/blob/8b4139987b6a28211ce4a211f6e5b121e80606d9/.claude/agents/qa-runner.md",
"key": "Socialhippi/espresso-academy/.claude/agents/qa-runner.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Bash",
"mcp__playwright__*"
],
"model": "sonnet"
},
"instructions": "Run in order and stop at the first failing group, reporting file:line and a suggested fix for each failure, in under 40 lines:\n1. pnpm typecheck\n2. pnpm lint\n3. pnpm build\n4. pnpm test:e2e (if present)\n5. For every route in tests/routes.json at 390px via Playwright MCP: assert no horizontal overflow, one H1, presence of the sticky bar (except /enquire and /thank-you), and run an axe scan (npx @axe-core/cli or the playwright axe helper); report serious and critical only.\n6. Lighthouse mobile for /, /courses, one course page, /enquire (npx lighthouse against the production build served with pnpm",
"cost": {
"context_tokens": 176
}
}
Fetch it by URL: GET /api/v1/registry/socialhippi-espresso-academy-qa-runner-subagent/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.