Open Issues Need Help
View All on GitHubAI 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.
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.