What problem does it solve? It removes the manual coordination of picking up a Jira issue, transitioning its status, implementing the change in an isolated git worktree, running tests, committing, pushing, and opening a pull request, all while keeping Jira comments as durable task memory across sessions. ## Core Features & Use Cases - End-to-end issue implementation: Derives the issue key from the current branch, transitions Jira status, investigates the codebase, implements, tests, commits, pushes, and opens or updates the PR. - Review-reject recovery: On re-run after a reviewer rejects the PR, it reads the reviewer's findings from Jira comments and updates the existing PR instead of opening a duplicate. - Task memory via Jira comments: Records durable findings and decisions as marked Jira comments so later sessions inherit context instead of starting cold. - Use Case: A developer runs the skill bare from inside the worktree created by jira-task-assigner; the skill implements the issue, runs the project's tests, and reports back the PR link and new Jira status. ## Quick Start Run the jira-task-executor skill from inside the issue's own git worktree with no arguments to implement the Jira issue tied to the current branch.