What problem does it solve?
This Skill addresses the inefficiency of manually updating Jira issues after implementing solutions, automating the synchronization of PR links, evaluation results, implementation notes, and status transitions.
Core Features & Use Cases
- PR Linking: Automatically add GitHub pull request links to Jira issues.
- Evaluation Tracking: Record evaluation test results in Jira for tracking.
- Implementation Documentation: Include implementation notes and tech spec links.
- Status Transition: Transition Jira issue statuses with a simple command.
- Use Case: After implementing a feature in a codebase, this skill can be used to update the associated Jira issue with the pull request URL, test results, and final status, ensuring Jira is up-to-date with the latest progress.
Quick Start
Use the jira-update skill to link a pull request to a Jira issue with test results: /jira-update ABI-123 --pr-url https://github.com/org/repo/pull/789 --evals-passed 5 --evals-total 5 --status "In Review"