fruit

Select the easiest fruit-labeled GitHub issue and create an isolated git worktree.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/benjaminfauchald/Tracklister --skill fruit
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fruit
Source: https://github.com/benjaminfauchald/Tracklister/tree/main/.claude/skills/fruit
Command: npx skills add https://github.com/benjaminfauchald/Tracklister --skill fruit

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill helps you automatically identify the easiest GitHub issue labeled "fruit" (or the easiest open ticket if none are labeled) and prepares a clean, isolated work environment to start work quickly.

Core Features & Use Cases

  • Discovers open issues with the label "fruit" and evaluates candidates by simplicity, scope, and risk.
  • Creates and switches into an isolated git worktree to ensure conflict-free development.
  • Enforces pre-work isolation checks and provides guidance for selecting a ticket and starting work.

Quick Start

Identify the easiest open issue labeled "fruit" and create a new isolated worktree for it.

Frequently Asked Questions about fruit

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

FAQPage Schema
How do I automatically find the easiest GitHub issue to work on?

Finding the easiest GitHub issue is handled by evaluating open tickets labeled "fruit" for simplicity and risk, then falling back to other open issues while excluding icebox items. It selects the most approachable task for immediate development.

Can I create an isolated git worktree for a new GitHub issue automatically?

Creating an isolated git worktree for a new GitHub issue is fully supported. This Skill enforces pre-work isolation checks and uses the EnterWorktree workflow to switch into a clean, conflict-free development environment for the selected ticket.

What does the fruit label mean for GitHub issue selection?

The fruit label for GitHub issue selection indicates tasks deemed easiest to complete. The Skill prioritizes these specific tickets, evaluating their scope and risk, to help developers grab quick wins before falling back to standard open issues.

Does this Skill exclude icebox issues when scanning for quick tickets?

Yes, this Skill excludes icebox issues when scanning for quick tickets. It specifically filters out icebox items from the evaluation pool to ensure you only see active, approachable tasks labeled fruit or other standard open issues.

What is the best way to prep a new isolated work context for GitHub development?

The best way to prep a new isolated work context is using git worktree isolation checks combined with the EnterWorktree workflow. This ensures conflict-free development by separating your new branch environment from your main local repository.

Do I need to read the GitHub issue body before coding in the new worktree?

Yes, you need to read the GitHub issue body before coding in the new worktree. The Skill provides guided steps to review the issue details and plan your approach, ensuring you understand the requirements before starting development.