local-issue

Manage local issues as version-controlled Markdown files with Git.

20|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/DoiiarX/claude-skills --skill local-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: local-issue
Source: https://github.com/DoiiarX/claude-skills/tree/main/local-issue
Command: npx skills add https://github.com/DoiiarX/claude-skills --skill local-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires python3, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill provides a file-based system for managing local issues, treating each issue as a version-controlled Markdown file, enabling seamless integration with Git and other file-based tools.

Core Features & Use Cases

  • Issue Creation: Create, track, and manage bugs, features, and refactors as individual Markdown files.
  • Git Integration: Commit issues directly alongside code changes for transparent workflow tracking.
  • Use Case: When a new bug is discovered, use this Skill to create a new issue file, assign it a unique ID, and commit it to your repository, ensuring it's tracked and visible in the Git history.

Quick Start

Use the local-issue skill to create a new bug report for a WebSocket timeout issue.

Frequently Asked Questions about local-issue

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

FAQPage Schema
How do I track local issues as Markdown files within my project?

To track local issues as Markdown files, you use a file-based system to create, list, and view bugs or features directly in your project file system. This approach integrates with Git to version-control each issue alongside code changes.

What is the best way to manage issue tracking with Git commit history?

Managing issue tracking with Git commit history is best handled by treating issues as individual Markdown files committed directly to your repository. This ensures every issue update remains transparent and visible within your standard Git workflow.

Do I need Python to generate issue IDs for local files?

Yes, you need Python 3 installed to generate unique issue IDs and manipulate local files. The Skill relies on Python scripts to automate the creation and tracking of these version-controlled Markdown issue files.

Can I integrate local issue files with my existing developer workflow?

Yes, you can integrate local issue files directly into your existing developer workflow by managing them as standard Markdown files. This allows seamless compatibility with file-based tools and native Git commit management for transparent tracking.

How do I close and query existing issues stored as local Markdown files?

You can close and query existing local Markdown issues by using the Skill's built-in file manipulation scripts to update their status. This allows you to filter and view specific bugs or features directly within your project directory.