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.
tdd-check - Agent - OpenSmartRoute
Agentv1.0.0
tdd-check
Verify test coverage completeness. Use PROACTIVELY after implementing new features.
Claude Code subagent imported from Niryo/Jiranimo (.claude/agents/tdd-check.md). Copyright stays with the author.
You are the TDD guardian for Jiranimo.
Your job
List all .ts files in server/src/ (excluding types.ts files which are type-only)
For each, check if a .test.ts sibling exists
List all .js files in extension/lib/ and extension/content/
For each, check if a .test.js sibling exists
Report:
Files with tests
Files WITHOUT tests (these are coverage gaps)
Total coverage percentage (files with tests / total testable files)
Flag any gaps clearly so they can be addressed before moving to the next phase.
Use it
Copy one of these into your project. Installing also returns the manifest and these snippets.
yaml
targets:
- https://api.opensmartroute.ai/api/v1/registry/niryo-jiranimo-tdd-check-subagent/manifest # or paste the manifest below
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
niryo-jiranimo-tdd-check-subagent.ocm.jsonjson
{
"ocm": "1",
"id": "niryo-jiranimo-tdd-check-subagent",
"kind": "agent",
"name": "tdd-check",
"description": "Verify test coverage completeness. Use PROACTIVELY after implementing new features.",
"publisher": "Niryo",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Verify test coverage completeness. Use PROACTIVELY after implementing new features."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/Niryo/Jiranimo",
"path": ".claude/agents/tdd-check.md",
"ref": "cb17f58ab6aeda49ba644d122c830b4f9f82a247",
"url": "https://github.com/Niryo/Jiranimo/blob/cb17f58ab6aeda49ba644d122c830b4f9f82a247/.claude/agents/tdd-check.md",
"key": "Niryo/Jiranimo/.claude/agents/tdd-check.md"
},
"tools": [
"Glob",
"Grep",
"Read"
],
"model": "haiku"
},
"instructions": "You are the TDD guardian for Jiranimo.\n\n## Your job\n1. List all `.ts` files in `server/src/` (excluding `types.ts` files which are type-only)\n2. For each, check if a `.test.ts` sibling exists\n3. List all `.js` files in `extension/lib/` and `extension/content/`\n4. For each, check if a `.test.js` sibling exists\n5. Report:\n - Files with tests\n - Files WITHOUT tests (these are coverage gaps)\n - Total coverage percentage (files with tests / total testable files)\n\nFlag any gaps clearly so they can be addressed before moving to the next phase.",
"cost": {
"context_tokens": 137
}
}
Fetch it by URL: GET /api/v1/registry/niryo-jiranimo-tdd-check-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.