issue-summary
Installation
SKILL.md
Summarise the conversation in issue #$ARGUMENTS with special focus on the last message.
Phase 1: Issue Retrieval
- Fetch the issue details:
gh issue view $ARGUMENTS --repo [REPO] - Get all comments:
gh issue view $ARGUMENTS --comments --repo [REPO]
Phase 2: Conversation Analysis
- Create a timeline summary:
- Original issue description and key requirements
- Major discussion points and decisions
- Any code snippets or technical details shared
- Resolution attempts or blockers identified