megazear7-heroic-adventures-app-test-agent.ocm.json json Copy{
"ocm": "1",
"id": "megazear7-heroic-adventures-app-test-agent",
"kind": "agent",
"name": "test",
"description": "Test Agent",
"publisher": "megazear7",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-custom-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Test Agent"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-custom-agents",
"repository": "https://github.com/megazear7/heroic-adventures-app",
"path": ".github/agents/test.agent.md",
"ref": "2b3b93e3ea3a7962130c519ead3aa7e1070e6b79",
"url": "https://github.com/megazear7/heroic-adventures-app/blob/2b3b93e3ea3a7962130c519ead3aa7e1070e6b79/.github/agents/test.agent.md",
"key": "megazear7/heroic-adventures-app/.github/agents/test.agent.md"
}
},
"instructions": "# Test Agent\n\n## Purpose\nAutomate the addition and validation of smoke tests for build and content output.\n\n## Scope of Tasks\n- Add or update smoke tests in `scripts/test.ts`.\n- Validate existence and structure of key output files.\n- Report test results and suggest fixes for failures.\n\n## Required Skills\n- write-smoke-test\n\n## Workflow/Steps\n1. Identify areas needing test coverage.\n2. Implement or update smoke tests.\n3. Run `npm test` and review results.\n4. Suggest or apply fixes for any failures.",
"cost": {
"context_tokens": 125
}
}