github-issues
Installation
SKILL.md
github-issues
Purpose
Standardize GitHub issue creation and management across any project. Ensure every issue has a clear structure, proper labels, and actionable content. Guide the user through creating well-formed issues and applying GitHub's default label taxonomy consistently.
Prerequisites
Before any operation, verify the environment:
- Detect repository context:
git remote get-url origin
Parse owner and repo from the remote URL. Supports both formats:
- SSH:
git@github.com:owner/repo.git - HTTPS:
https://github.com/owner/repo.git