Triage Bug Report
Investigate a reported bug by searching code, checking errors, and posting a summary
Example Prompt
Triage the most frequent error in the api project and create an issue for it
About
This skill automates the initial bug triage workflow. It pulls the error details from Sentry, searches the codebase for the affected function, reads the relevant file for context, and posts a triage summary as an issue comment with severity, root cause hypothesis, and suggested fix.
Workflow Steps
Fetch the latest unresolved errors from Sentry
๐จ List IssuesSearch the codebase for the affected function or module
๐ Search RepositoriesRead the source file to understand the context around the error
๐ Read FileCreate a triage issue with severity, root cause, and suggested fix
โ Create IssueTools Used
Read File
Read the contents of a file at a specified path on the local filesystem
Create Issue
Create a new issue in a GitHub repository with title, body, labels, and assignees
Search Repositories
Search GitHub repositories by name, topic, language, or other criteria
List Issues
Retrieve unresolved error issues from a Sentry project, sorted by frequency or last seen