triage-issue
Installation
SKILL.md
Triage Issue
Investigate a reported problem, find its root cause, and create a GitLab or GitHub issue with a TDD fix plan. This is a mostly hands-off workflow -- minimize questions to the user.
Prerequisites
- gh (GitHub CLI): required when the project uses GitHub — install from https://cli.github.com or
brew install gh - glab (GitLab CLI): required when the project uses GitLab — install from https://gitlab.com/gitlab-org/cli or
brew install glab
When to Use This Skill
Activate this skill when:
- The user reports a bug or unexpected behavior
- The user says "triage" or "investigate this issue"
- The user wants to file an issue after encountering a problem
- The user wants to understand root cause and plan a fix
- The user asks to create a bug report with investigation