What problem does it solve? After fixing a JIRA bug, engineers still need to write the repair comment, move the issue through the project workflow to testing, and assign the tester—operations that are non-transactional and risky to automate. This Skill performs those JIRA REST writes only after explicit user confirmation and safely recovers from partial updates. ## Core Features & Use Cases - Read-only inspection first: Fetches the issue's current status, reporter, assignee, and available transitions via GET requests before any write occurs. - Confirmation-gated writes: Drafts a structured repair comment from a template, presents the full transition plan and tester in one confirmation packet, and writes nothing until the user approves. - Partial-update recovery: Detects which steps completed when a write fails mid-operation and resumes the remaining transitions without duplicating the comment. - Use Case: After finishing a WARP project bug fix with jira-auto-fix, run this Skill to post the approved repair comment, transition the issue through Start Process, Start Review, and Start Test to the TEST status, and assign the reporter as tester. ## Quick Start Use the jira-update skill to inspect issue WARP-1234, preview the repair comment and transition plan to TEST with the reporter as tester, and apply it after my confirmation.