What problem does it solve?
It helps resolve JIRA issues end-to-end by implementing the required code changes, validating them with tests and reviews, and updating both GitHub and JIRA with a traceable pull request workflow.
Core Features & Use Cases
- Issue-driven resolution workflow: Retrieves full JIRA issue details (including comments and attachments), derives a complete task list, and implements the fix/refactor accordingly.
- Quality gate enforcement: Runs deterministic CI-aligned checks, ensures 100% coverage for changes, and follows mandatory code-review and security-review steps.
- PR and status synchronization: Creates and links a GitHub pull request back to the JIRA issue, posts appropriate JIRA-wiki formatted comments, and updates the JIRA issue status to ready for review.
Quick Start
Use resolve-jira-issue to fetch the JIRA issue details and produce a PR that fixes the reported bug while updating the JIRA status to ready for review.