triage-issue
Installation
SKILL.md
Triage Issue
Given GitHub issue $ARGUMENTS from docker/docs, figure out whether it's still a real problem and say what should happen next.
1. Fetch the issue
gh issue view $ARGUMENTS --repo docker/docs \
--json number,title,body,state,labels,createdAt,updatedAt,closedAt,assignees,author,comments
2. Understand the problem
Read the issue body and all comments. Identify:
- What is the reported problem?
- What content, URL, or file does it reference?
- Are there linked PRs? Check whether they were merged or closed without merge.
Related skills