github-issue-tracker
Installation
SKILL.md
GitHub Issue Tracker Skill
Overview
Intelligent issue management with swarm coordination. This skill handles automated issue creation, progress tracking, multi-agent collaboration on complex issues, project milestone coordination, and cross-repository issue synchronization.
Quick Start
# Create an issue
gh issue create --title "Bug: Login fails" --body "Steps to reproduce..." --label "bug"
# List open issues
gh issue list --state open
# View issue details
gh issue view 54