start-issue

Create a feature branch, Git worktree, and implementation plan for a GitHub issue.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) and evals (resource) components.

What problem does it solve?

This Skill automates the tedious setup process for starting work on a GitHub issue, saving significant time and ensuring consistency.

Core Features & Use Cases

  • Automated Branching: Creates a new Git branch with smart naming based on the issue title.
  • Worktree Integration: Sets up an isolated Git worktree for parallel development, keeping your main repository clean.
  • Plan Generation: Automatically generates an implementation plan from the issue description.
  • Use Case: When you pick up a new bug or feature, simply tell the AI "start issue #123", and it will handle creating the branch, setting up a dedicated work environment, and outlining the steps to tackle the task.

Quick Start

Use the start-issue skill to begin working on issue number 42.

Frequently Asked Questions about start-issue

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

FAQPage Schema
How do I automatically create a Git branch and worktree from a GitHub issue?▼

To automate GitHub issue setup, you can use a workflow that fetches issue details, creates a smart-named feature branch, sets up an isolated Git worktree, and generates an implementation plan.

What is the best way to start development on a new GitHub feature request?▼

Starting development on a GitHub feature is best handled by automating the tedious setup process, which fetches the issue description, creates a dedicated branch, and outlines the steps to tackle the task.

Can I generate an implementation plan directly from a GitHub issue description?▼

Yes, you can generate an implementation plan directly from a GitHub issue description during the automated setup process, with options available for customization or skipping plan generation entirely.

Does Git worktree workflow automation support creating new issues?▼

Git worktree workflow automation supports both fetching details from existing GitHub issues and creating new issues, allowing you to customize the setup and skip plan generation when needed.

How do I keep my main repository clean while working on parallel GitHub issues?▼

To keep your main repository clean during parallel development, you can set up an isolated Git worktree for each GitHub issue, ensuring dedicated work environments without conflicting branches.