fetch-task

Fetch the next non-blocked task from a Jira board column by rank.

1|Updated Oct 3, 2023
One-click install
npx skills add https://github.com/mt-krainski/twinkletaps --skill fetch-task
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fetch-task
Source: https://github.com/mt-krainski/twinkletaps/tree/main/.claude/skills/fetch-task
Command: npx skills add https://github.com/mt-krainski/twinkletaps --skill fetch-task

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jira-utils, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of finding and retrieving the next available task from a specified Jira board column, ensuring efficient workflow management.

Core Features & Use Cases

  • Task Prioritization: Fetches tasks based on board rank, ensuring the highest priority items are addressed first.
  • Blocker Identification: Includes logic to identify and skip tasks that are currently blocked by other issues.
  • Use Case: When you need to know what to work on next, ask the AI to fetch the next task from the "To Do" column.

Quick Start

Fetch the next task from the "To Do" column.

Frequently Asked Questions about fetch-task

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

FAQPage Schema
How do I fetch the next available Jira task for my development workflow?

To fetch the next available Jira task, this Skill queries a specified board column and retrieves the highest-ranked, non-blocked issue. It automates task selection by analyzing issue links to skip blocked items.

How does rank-based ordering work when automating Jira task selection?

Rank-based ordering for Jira task selection prioritizes issues based on their board rank. The Skill fetches tasks sequentially from the specified column, ensuring the highest-priority items are addressed first.

Can I automatically skip blocked issues when pulling the next task from a Jira board column?

Yes, you can automatically skip blocked issues when pulling a Jira task. The Skill analyzes issue links to identify blockers and retrieves the next non-blocked task from the specified board column.

Do I need jira-utils to retrieve non-blocked issues from a board column?

Yes, you need the jira-utils dependency to retrieve non-blocked issues. The Skill relies on jira-utils to query the Jira board, analyze issue links for blockers, and fetch the next available task.

What is the best way to prioritize agile project management tasks in Jira?

The best way to prioritize agile tasks in Jira is using rank-based ordering. This Skill fetches the next available task from a specified column, automatically skipping blocked issues to maintain workflow efficiency.

Why does the Skill skip certain tasks when fetching from the To Do column?

The Skill skips certain tasks in the To Do column because they are blocked. It analyzes Jira issue links to identify blockers and only fetches the next available, non-blocked task for your workflow.