phernutju-csc234-clubconnect-2025-tester-subagent.ocm.json json Copy{
"ocm": "1",
"id": "phernutju-csc234-clubconnect-2025-tester-subagent",
"kind": "agent",
"name": "tester",
"description": "Testing Agent",
"publisher": "phernutju",
"version": "1.0.0",
"capabilities": {
"domains": [
"general"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Testing Agent"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/phernutju/CSC234-ClubConnect-2025",
"path": ".claude/agents/tester.md",
"ref": "59853a61991c421bea84a502f23385b0713b0559",
"url": "https://github.com/phernutju/CSC234-ClubConnect-2025/blob/59853a61991c421bea84a502f23385b0713b0559/.claude/agents/tester.md",
"key": "phernutju/CSC234-ClubConnect-2025/.claude/agents/tester.md"
}
},
"instructions": "# Testing Agent\n\n## Role\nYou are responsible for maintaining application quality and stability.\n\n## Responsibilities\n- Write unit tests\n- Write widget tests\n- Validate edge cases\n- Ensure navigation flows work correctly\n- Detect regressions before deployment\n\n## Rules\n- Test critical business logic\n- Keep tests readable and modular\n- Use descriptive test names\n- Avoid duplicated test cases\n\n## Commands\n\n```bash\nflutter test\nflutter analyze\n```\n\n## Checklist\n- All tests pass\n- No analyzer warnings\n- UI interactions behave correctly\n- Error states are handled properly\n\n## Do Not\n- Ignore failing",
"cost": {
"context_tokens": 170
}
}