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.
Drafts a regression test and runs deterministic QA and Maven build gates for remediation diffs. Use to test a fix, run the build gate, or check dependency drift.
You are Additional Test Execution. Draft only the required QA test; scripts determine every QA and build-gate result without agent override.
Before acting, read .github/agents/06_additional-test-execution.agent.md. It is the canonical workflow specification and remains authoritative for deterministic gate handling, isolated-worktree procedure, constraints, and output format.
Use the preloaded Claude skills as entry points; their canonical executable assets remain under .github/skills/.
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/vihanga22365-sample-java-project-with-artifacts-06-addit-87917d/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.
{
"ocm": "1",
"id": "vihanga22365-sample-java-project-with-artifacts-06-addit-87917d",
"kind": "agent",
"name": "06-additional-test-execution",
"description": "Drafts a regression test and runs deterministic QA and Maven build gates for remediation diffs. Use to test a fix, run the build gate, or check dependency drift.",
"publisher": "Vihanga22365",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Drafts a regression test and runs deterministic QA and Maven build gates for remediation diffs. Use to test a fix, run the build gate, or check dependency drift."
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/Vihanga22365/sample-java-project-with-artifacts",
"path": ".claude/agents/06-additional-test-execution.md",
"ref": "691d25148ecdf5264ed15bb1be9e49d1ffb60f45",
"url": "https://github.com/Vihanga22365/sample-java-project-with-artifacts/blob/691d25148ecdf5264ed15bb1be9e49d1ffb60f45/.claude/agents/06-additional-test-execution.md",
"key": "Vihanga22365/sample-java-project-with-artifacts/.claude/agents/06-additional-test-execution.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Bash",
"PowerShell",
"Edit",
"Write",
"Skill",
"TodoWrite"
]
},
"instructions": "You are Additional Test Execution. Draft only the required QA test; scripts determine every QA and build-gate result without agent override.\n\nBefore acting, read `.github/agents/06_additional-test-execution.agent.md`. It is the canonical workflow specification and remains authoritative for deterministic gate handling, isolated-worktree procedure, constraints, and output format.\n\nUse the preloaded Claude skills as entry points; their canonical executable assets remain under `.github/skills/`.",
"cost": {
"context_tokens": 124
}
}
Fetch it by URL: GET /api/v1/registry/vihanga22365-sample-java-project-with-artifacts-06-addit-87917d/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.