jira-completion

Automate Jira ticket completion with comments and Done transitions.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Purple-Group/vector-team-cursor --skill jira-completion
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-completion
Source: https://github.com/Purple-Group/vector-team-cursor/tree/main/.cursor/skills/jira-completion
Command: npx skills add https://github.com/Purple-Group/vector-team-cursor --skill jira-completion

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Jira ticket closure is often manual, error-prone, and slow, requiring repetitive comments and state transitions that disrupt workflow.

Core Features & Use Cases

  • Auto-comment on completion: Adds a standardized markdown summary when a ticket is completed.
  • Done-transition automation: Detects and applies the appropriate transition to mark the issue as Done.
  • Workflow compatibility: Works with common Jira workflows and supports scenarios like post-PR merge closures.

Quick Start

Tell the system to mark a Jira ticket as done and it will extract the ticket key, fetch current status, post a completion comment, and apply the Done transition.

Frequently Asked Questions about jira-completion

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically transition a Jira ticket to Done after a PR merge?

To automatically transition a Jira ticket to Done after a PR merge, this Skill extracts the ticket key, fetches its current status, posts a standardized markdown completion comment, and applies the appropriate Done transition.

Can I auto-close Jira tickets across different project workflows?

Yes, you can auto-close Jira tickets across different project workflows. The automation detects and applies the appropriate transition to mark the issue as Done, ensuring compatibility with common Jira workflow configurations.

What is the best way to add a completion comment and close a Jira ticket?

The best way to add a completion comment and close a Jira ticket is using an automation that formats a markdown summary, posts it to the issue, and executes the Done transition with basic validation and error handling.

Does Jira ticket closure automation work with custom workflow states?

Jira ticket closure automation works with common Jira workflows by fetching the current status and identifying the appropriate transition to apply, ensuring the issue moves to Done successfully.

Why does my automated Jira transition fail to mark an issue as Done?

An automated Jira transition may fail if the issue key is not extracted correctly or the workflow lacks a valid Done transition. This Skill includes basic validation and error handling to manage these closure errors.

How do I post a standardized markdown summary when marking a Jira ticket as done?

To post a standardized markdown summary when marking a Jira ticket as done, the automation extracts the ticket key, generates a properly formatted markdown completion comment, and adds it before executing the transition.