← ClaudeAtlas

jira-issue-deliverlisted

Autonomously deliver one Jira issue from intake to a ready GitHub pull request. Use only when the user authorizes implementation, commits, pushes, PR state changes, CI remediation, and resolution of requested automated review feedback.
yarlson/yarstack · ★ 3 · Code & Development · score 76
Install: claude install-skill yarlson/yarstack
# Jira Issue Delivery Own one Jira issue from first read to a reviewable pull request. Use the issue as the behavior contract, the repository as the implementation authority, and the current remote PR head to decide whether the work is complete. ## Establish authority and completion 1. Extract the Jira URL or key, repository, expected base branch, requested review systems, and terminal condition from the request. 2. Confirm that the request explicitly permits code edits, commits, pushes, PR creation, marking the PR ready, review fixes, review replies, and thread resolution. Do not infer missing mutation authority from the issue alone. 3. Read all applicable repository instructions before any repository or remote mutation. Obey repository-specific PR, title, test, release, and generated-file rules. 4. Treat the task as complete only when current evidence proves all applicable conditions: - the PR implements every in-scope acceptance criterion; - the PR is open and ready for review, not a draft; - the remote PR head matches the validated commit; - every required check for that head passed or has a neutral result allowed by repository rules; - each requested automated reviewer completed its review of the current remote PR head; - each requested automated review thread has a recorded outcome supported by repository evidence, and each actionable thread is resolved; - the PR title and body match the final diff and test evidence. 5. Never merge, deploy, relea