What problem does it solve?
This Skill solves the problem of correctly handling GitHub Issue events by using the proper API/CLI actions, maintaining workspace cleanliness, and routing responses to the right thread.
Core Features & Use Cases
- Event-aware issue routing: Detects issue comment triggers and ensures responses land in the Issue comment thread (not the PR thread).
- Native, safe issue operations: Performs labeling, assignment, and description edits using
gh issue commands (and close/reopen lifecycle actions when requested).
- Safety and workspace hygiene guardrails: Prevents accidental local-file comments/commits and enforces cleanup for non-modifying tasks.
Use case: When an agent is triggered by a comment on an Issue, it can apply labels and update the Issue description using gh issue edit, or post a follow-up comment using gh issue comment, without polluting the repository history.
Quick Start
Ask the AI to handle your Issue comment event by labeling Issue #123 with "bug" and posting a short confirmation comment using the GitHub Issue API.