What problem does it solve?
This Skill automates the repetitive and error-prone workflow of turning a Jira ticket into an implemented change by fetching the issue details, creating a branch, making code changes, running tests, committing, pushing, and opening a pull request.
Core Features & Use Cases
- Issue retrieval: Fetch Jira issue summary and description using Atlassian MCP tooling to understand requirements and acceptance criteria.
- Branch & commit automation: Create a feature branch following project conventions, stage incremental commits per task, and push to the remote.
- Test-driven implementation flow: Encourage writing tests first, running file-level and full test suites, and verifying success before PR creation.
- Use case: A developer or agent receives a ticket key and needs an end-to-end implementation that includes branch creation, commits grouped by small tasks, CI-friendly test runs, and a PR that closes the ticket.
Quick Start
Provide the Jira ticket key and instruct the skill to fetch the issue, create a branch, implement the plan with tests and commits, run tests, push the branch, and open a pull request.