next

Identify the next ready ticket from the Lit work tracking system and prepare the workspace.

4|Updated Jan 12, 2017
One-click install
npx skills add https://github.com/brandon-fryslie/dotfiles --skill next-brandon-fryslie
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: next
Source: https://github.com/brandon-fryslie/dotfiles/tree/main/config/claude/skills/next
Command: npx skills add https://github.com/brandon-fryslie/dotfiles --skill next-brandon-fryslie

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the selection of the next ticket to work on in a work tracking system, streamlining the process and reducing time spent on manual selection.

Core Features & Use Cases

  • Ticket Selection: Automatically identify the next ready ticket based on the work tracking system's state.
  • In-Progress Check: Verify if there are uncommitted changes or open pull requests that could interfere with ticket selection.
  • Ticket Preparation: Guide users on how to prepare the workspace, including branch setup and workspace cleanup.
  • Use Case: After a user completes their current task, this Skill helps them decide which ticket to pick up next based on the system's ready tickets and their in-progress work.

Quick Start

Run 'lit next' to select the next ticket from the work tracking system.

Frequently Asked Questions about next

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

FAQPage Schema
How do I automate ticket selection for my next work tracking task?

Automated ticket selection identifies the next ready ticket from your work tracking system and guides workspace setup. It checks for uncommitted changes or open pull requests before transitioning to a new task.

Does the next ticket workflow handle uncommitted changes and open pull requests?

Yes, the next ticket workflow checks for uncommitted changes and open pull requests that could interfere with ticket selection. It verifies your workspace state to prevent conflicts before selecting a new ready ticket.

Do I need a specific work tracking system to automate ticket selection?

Yes, automated ticket selection requires the Lit work tracking system for ticket identification and workflow management. You must have Lit configured to identify ready tickets and manage the selection process.

What's the best way to prepare my workspace before picking up a new ticket?

Workspace preparation involves checking for uncommitted changes and open pull requests, then setting up the correct branch. The automated workflow guides you through cleanup and branch setup to ensure a clean transition.

How do I run the command to select the next ticket from my work tracking system?

To select the next ticket, run 'lit next' in your terminal. This command queries the work tracking system for ready tickets and assists with the workspace setup and ticket selection process.