6 Open Issues Need Help Last updated: Feb 22, 2026

Open Issues Need Help

View All on GitHub

AI Summary: This issue requests the creation of a new 'error resolver' subagent and its corresponding skill. This specialized subagent will diagnose and help resolve errors, exceptions, and stack traces by analyzing input, leveraging the Opus 4.6 model, and accessing relevant internal MCP tools like `zai-mcp-se`. It should only be triggered by explicit user invocation.

Complexity: 2/5
enhancement good first issue

AI Summary: The current workflow fails to automatically update JIRA ticket statuses when a linked GitHub Pull Request is merged, leading to manual intervention and stale tickets. This enhancement aims to implement an automated JIRA status transition to 'Done' upon PR merge, integrating this functionality into existing `pr-creation-workflow` and `git-pr-creator` tools. The solution requires detecting PR merge events and making appropriate JIRA API calls.

Complexity: 3/5
enhancement good first issue