What problem does it solve?
This Skill eliminates the overhead of manually creating, updating, and tracking Jira issues during content and ops workflows, so teams can move requests through planning, research, production, and release faster.
Core Features & Use Cases
- Issue lifecycle automation via Jira Cloud REST API v3: create issues, transition workflow states, fetch full issue details, and add comments without using the Jira UI.
- JQL-based discovery for orchestration: search for tasks by labels and status (e.g., research pending, GEO tasks, blog-posts in progress) to drive day-to-day execution.
- Production pipeline mapping for the blog agent team: supports a repeatable KAN-project structure (epics, tasks, and assets) using consistent issue types, labels, and parent relationships.
Quick Start
Use the jira skill to search for research tasks pending in project KAN by running: python3 /home/workspace/Skills/jira/scripts/jira.py search --jql "project = KAN AND labels = research AND status != Done".