my-tickets

Manage GitHub sprint tickets via GraphQL issue retrieval and triage.

381|261|Updated May 7, 2026
One-click install
npx skills add https://github.com/nudgebee/nudgebee --skill my-tickets
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: my-tickets
Source: https://github.com/nudgebee/nudgebee/tree/main/.gemini/skills/my-tickets
Command: npx skills add https://github.com/nudgebee/nudgebee --skill my-tickets

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill simplifies the process of managing GitHub sprint tickets, helping users to prioritize and complete tasks efficiently.

Core Features & Use Cases

  • Ticket Retrieval: Fetches pending GitHub issues for the current sprint.
  • Ticket Analysis: Provides detailed information about each ticket, including status, priority, and assignees.
  • Ticket Triage: Helps users assess the readiness of a ticket and identifies cross-team dependencies.
  • Ticket Implementation: Offers guidance on how to implement changes or research needed for a ticket.
  • Use Case: A developer can use this Skill to quickly find and triage their tickets, ensuring they focus on the most critical tasks.

Quick Start

Run the my-tickets skill to view and manage your pending sprint tickets on GitHub.

Frequently Asked Questions about my-tickets

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

FAQPage Schema
How do I manage GitHub sprint tickets efficiently?

To manage GitHub sprint tickets efficiently, you can retrieve pending issues, analyze their status and priority, triage dependencies, and get implementation guidance directly through the GitHub API.

Does GitHub issue tracking support sprint management and triage?

Yes, GitHub issue tracking supports sprint management by fetching pending issues via GraphQL queries, allowing you to assess ticket readiness and identify cross-team dependencies for triage.

Do I need the GitHub CLI to fetch pending issues for a sprint?

Yes, you need the GitHub CLI (gh) installed and GitHub API access to fetch pending issues for a sprint using GraphQL queries for ticket retrieval and analysis.

What is the best way to triage GitHub issues for sprint planning?

The best way to triage GitHub issues for sprint planning is to assess each ticket's readiness, analyze its status and assignees, and identify cross-team dependencies before starting implementation.

Can I get implementation guidance for GitHub issues automatically?

Yes, you can get implementation guidance for GitHub issues automatically by retrieving ticket details and analyzing the required changes or research needed to complete the sprint tasks.

Why use GitHub issues for sprint ticketing instead of other task management tools?

Using GitHub issues for sprint ticketing integrates directly with your development workflows, allowing you to retrieve, triage, and implement tasks without leaving your codebase environment.