github-issue-autodetect
Installation
SKILL.md
GitHub Issue Auto-Detection
When to Use This Skill
| Use this skill when... | Use the alternative when... |
|---|---|
Suggesting Fixes #N / Closes #N keywords from staged-diff content |
Use git-commit-workflow for the broader commit message style |
| Matching diff hunks against open issues by file path or label | Use github-issue-writing to author or restructure the issue body itself |
| Inferring proper issue linkage before composing a commit message | Use git-issue-hierarchy for parent/child sub-issue and dependency links |
| Adding closing keywords mechanically based on issue metadata | Use git-commit-trailers for trailer-style metadata (Co-authored-by, Release-As) |
Expert guidance for automatically detecting GitHub issues that staged changes may fix or close, ensuring proper issue linkage in commit messages.
Core Expertise
- Issue Detection: Match staged changes to open issues
- Keyword Selection: Choose appropriate closing vs reference keywords
- Context Analysis: Parse issue titles, bodies, and labels for relevance
- File Path Matching: Correlate changed files to issue descriptions