Fetch Tickets by Label

Fetch Linear tickets by label and return summaries or JSON.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/Cure-HHT/hht_diary --skill fetch-tickets-by-label
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Fetch Tickets by Label
Source: https://github.com/Cure-HHT/hht_diary/tree/main/tools/anspar-marketplace/plugins/linear-integration/skills/fetch-by-label
Command: npx skills add https://github.com/Cure-HHT/hht_diary --skill fetch-tickets-by-label

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires nodejs, and includes scripts (resource) components.

What problem does it solve?

Identifying all tickets across a project that share a common label (e.g., "bug", "ai:new") can be cumbersome and time-consuming. This Skill simplifies this by fetching all relevant tickets instantly, providing a comprehensive overview of specific work categories.

Core Features & Use Cases

  • Label-Based Filtering: Retrieve all Linear tickets associated with a specified label, regardless of assignment.
  • Workflow Analysis: Useful for tracking specific categories of work, identifying tickets created by automation, or finding gaps in requirement coverage.
  • Flexible Output: Get results in a human-readable summary format or as structured JSON for detailed analysis.
  • Use Case: A project manager wants to review all "bug" tickets across all teams to assess the current quality backlog. This Skill can provide a comprehensive list, helping them make informed decisions.

Quick Start

Fetch all Linear tickets that have the label "bug".