jira-cloud-frequent-tasks-csv

Generates a frequency CSV of the most common tasks in a Jira Cloud project via Jira MCP.

1|Updated Dec 9, 2024
One-click install
npx skills add https://github.com/hadenlabs/tasks --skill jira-cloud-frequent-tasks-csv
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jira-cloud-frequent-tasks-csv
Source: https://github.com/hadenlabs/tasks/tree/main/.claude/skills/jira-cloud-frequent-tasks-csv
Command: npx skills add https://github.com/hadenlabs/tasks --skill jira-cloud-frequent-tasks-csv

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps teams analyze Jira Cloud projects to identify the most frequent tasks across a defined time window by generating a CSV via the MCP.

Core Features & Use Cases

  • Builds a JQL-based query for a given project and window without filtering by status.
  • Retrieves issues through Jira MCP and aggregates counts by chosen criteria (issuetype, labels, components).
  • Outputs a clean CSV with project_key, window, task_key, metric, count, sample_issues for easy reporting.

Quick Start

Ask the AI to generate a Jira Cloud frequent-tasks CSV for a given project and time window.

Frequently Asked Questions about jira-cloud-frequent-tasks-csv

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

FAQPage Schema
How do I generate a CSV report of frequent Jira Cloud tasks?

You can generate a frequency CSV of Jira Cloud tasks by asking the AI to analyze a project and time window. The Skill builds a JQL query, retrieves issues via the Jira MCP, and outputs a CSV with project_key, window, task_key, metric, count, and sample_issues fields.

What is the best way to analyze Jira issue frequency for planning?

Analyzing Jira issue frequency involves retrieving issues within a defined time window and aggregating counts by chosen criteria like issuetype or components. This Skill outputs a CSV with task_key, metric, and count fields to support planning and optimization.

Do I need a Jira MCP server to export Jira Cloud task data?

Yes, a Jira MCP server is required to use this Skill. It constructs a JQL query for your project and window, then retrieves relevant issues through the Jira MCP to aggregate task frequency data into a CSV.

Can I filter Jira tasks by status when generating a frequency CSV?

No, this Skill constructs JQL queries without any status filters. It retrieves all relevant issues across the defined time window to ensure the frequency CSV captures complete task data for reporting and optimization.

What fields are included in a Jira Cloud frequent tasks CSV export?

The exported CSV includes project_key, window, task_key, metric, count, and sample_issues fields. These columns provide a clean summary of frequent Jira Cloud tasks for reporting, planning, or optimization.