What problem does it solve?
This Skill simplifies the process of reporting bugs and feature requests directly to GitHub repositories, reducing duplication and streamlining the workflow.
Core Features & Use Cases
- Bug Reporting: Automatically creates and tracks issues for reported bugs in GitHub repositories.
- Feature Requests: Suggest new features or enhancements for GitHub projects.
- Use Case: When encountering a bug or a feature that could improve a project, use this Skill to create an issue with all necessary details.
Quick Start
Run the /t1k:issue skill with the command "Invoke the /t1k:issue skill.
Affected skill/agent: <skill-name>
Absolute path: <path to affected file>
Origin metadata (from frontmatter/JSON/comment):
- kit: <kit-name>
- repository: <owner/repo>
- module: <module-name or null>
Label: <bug|gotcha|enhancement>
Description: <what is wrong or needed>
Context: <error encountered, fix applied locally, expected vs actual>
Run the full /t1k:issue workflow:
- Pre-flight checks (GitHub MCP or gh CLI)
- Duplicate check (search existing open issues)
- If duplicate: add_issue_comment instead of creating new
- Else: create issue with the template in this skill
- Report the issue URL or comment URL back."