issue-init

Initialize a structured issue tracking system in a Git repository.

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/mikersays/mikersays-plugins --skill issue-init
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: issue-init
Source: https://github.com/mikersays/mikersays-plugins/tree/main/plugins/issues/skills/issue-init
Command: npx skills add https://github.com/mikersays/mikersays-plugins --skill issue-init

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill sets up a structured issue tracking system within your repository, making it easy to manage bugs, features, and incidents.

Core Features & Use Cases

  • Issue Tracking Setup: Initializes a docs/issues/ directory with a README and INDEX for managing issues.
  • Ticket Management: Automates the creation of markdown files for each issue, with predefined fields for status, reported date, type, severity, area, and source.
  • Branch Workflow: Supports a branch-on-start workflow for issue management, aligning with Git version control.

Quick Start

Run /issue-init to create the issue tracking system in your repository.

Frequently Asked Questions about issue-init

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

FAQPage Schema
How do I set up issue tracking in a Git repository?

To set up issue tracking in a Git repository, you can initialize a structured directory using markdown files. This process creates a dedicated folder with an index to manage bugs and features directly alongside your code.

What is a branch-on-start workflow for issue management?

A branch-on-start workflow for issue management automatically creates a dedicated version control branch when work begins. This aligns issue tracking with Git practices, keeping code changes isolated per ticket.

Can I use markdown files for repository issue tracking instead of a platform?

Yes, you can use markdown files for repository issue tracking instead of an external platform. This approach stores tickets as structured text files with predefined fields for status, severity, and type directly in your codebase.

Do I need Git to manage issues in my repository?

Yes, you need Git to manage issues in your repository using this approach. The system relies on version control to track markdown file changes and support branch-on-start workflows for each ticket.

What is the best way to create a local bug tracking system in version control?

The best way to create a local bug tracking system in version control is to automate markdown file creation with standardized fields. This ensures consistent tracking of incidents and features without leaving your development environment.

What fields are included when you track issues with markdown in Git?

When you track issues with markdown in Git, files include predefined fields for status, reported date, type, severity, area, and source. This structure standardizes ticket information across your repository.