jira-internal-task

Creates Jira internal tasks with configurable epic, assignee, and sprint.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/tbg/cursorfiles --skill jira-internal-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-internal-task
Source: https://github.com/tbg/cursorfiles/tree/main/kv-commands/create-jira-task
Command: npx skills add https://github.com/tbg/cursorfiles --skill jira-internal-task

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Creating Jira internal tasks for reactive engineering work can be error-prone and time-consuming when manually assembling titles, descriptions, sprint placement, and epic relationships.

Core Features & Use Cases

  • Automates the creation of Jira internal tasks from user requests by composing concise titles, descriptions, and linking to parent epics and sprints.
  • Validates inputs, resolves sprint IDs and assignees via Jira API, and ensures required fields are present before creation.
  • Supports optional relationships like parent epic and sprint placement to align with engineering workflows.

Quick Start

Ask me to create a Jira internal task by providing a title and description, then I will resolve sprint, parent epic, and assignee as needed and create the task.

Frequently Asked Questions about jira-internal-task

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

FAQPage Schema
How do I create Jira internal tasks for reactive engineering work?

To create Jira internal tasks for reactive engineering work, provide a title and description. The tool resolves sprint IDs and assignees via Jira API, links parent epics, and creates the task with built-in validation.

What do I need to provide to automate Jira task creation?

Automating Jira task creation requires a valid title, description, and a configured Jira environment. The tool then resolves optional parent epic links, assignees, and sprint placement from those inputs.

How does sprint and assignee resolution work when adding Jira tasks?

Sprint and assignee resolution works by querying Jira's REST API to validate user inputs, match engineer names, and fetch sprint IDs before creating the internal task with safety checks.

Can I link a parent epic and place items in a sprint or backlog?

Yes, you can link a parent epic and place items in a sprint or backlog. The tool supports these optional relationships to align internal tasks with existing engineering workflows during creation.

What are the limitations of using a Go tool for Jira REST API calls?

The Go tool requires a valid Jira configuration and correctly resolved assignee and sprint IDs before execution. Task creation fails if required fields are missing or API validation encounters invalid input data.