--- name: fix-issue description: Fix a GitHub issue: branch, implement, test, PR. disable-model-invocation: true --- Fix GitHub issue $ARGUMENTS: 1. Read issue details from GitHub 2. Create branch fix/{issue-number} 3. Implement following project conventions 4. Write/update tests for changed code 5. Run test suite to verify 6. Create PR linking to the issue Constraints: - Never modify unrelated files - Always include a test for the fix
%%{init: {'theme': 'default', 'flowchart': {'nodeSpacing': 20, 'rankSpacing': 30}}}%% flowchart LR A["Claude Code"] <-->|"JSON"| B["MCP Server"] B <-->|"API"| C["External Service"] B --- D["DBs, Figma, Slack, Jira..."]
%%{init: {'theme': 'default', 'flowchart': {'nodeSpacing': 20, 'rankSpacing': 30}}}%% flowchart TD A["Team Lead"] --> B["Agent 1: Auth"] A --> C["Agent 2: Search"] A --> D["Agent 3: Tests"]