wynterjones-wynter-code-code-smell-auditor-subagent.ocm.json json Copy{
"ocm": "1",
"id": "wynterjones-wynter-code-code-smell-auditor-subagent",
"kind": "agent",
"name": "code-smell-auditor",
"description": "Detect DRY violations, complexity issues, naming problems, and technical debt",
"publisher": "WynterJones",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"agent-md",
"github-claude-agents"
],
"languages": [
"en"
]
},
"quality_prior": 0.6,
"examples": [
"Detect DRY violations, complexity issues, naming problems, and technical debt"
],
"primary": false,
"metadata": {
"source": {
"provider": "github-claude-agents",
"repository": "https://github.com/WynterJones/wynter-code",
"path": ".claude/agents/code-smell-auditor.md",
"ref": "cc2b164f41d8e8afc5c199a8649189b68f4a3f6b",
"url": "https://github.com/WynterJones/wynter-code/blob/cc2b164f41d8e8afc5c199a8649189b68f4a3f6b/.claude/agents/code-smell-auditor.md",
"key": "WynterJones/wynter-code/.claude/agents/code-smell-auditor.md"
},
"tools": [
"Read",
"Grep",
"Glob",
"Edit"
],
"model": "opus"
},
"instructions": "# Code Smell Auditor Agent\n\nScans for code quality issues:\n- DRY violations (duplicated code)\n- Complexity issues (functions > 50 lines, deep nesting)\n- Naming issues (misleading names, abbreviations)\n- Magic values (hardcoded numbers/strings)\n- Technical debt (TODO, FIXME, HACK comments)\n\nReports code health as GOOD / FAIR / NEEDS ATTENTION.\nUpdates `_AUDIT/CODE_QUALITY.md` with results.",
"cost": {
"context_tokens": 97
}
}