SKILL.md
GitHub Issue Skill
This skill helps you work on GitHub issues by fetching the issue details and generating a structured plan for resolution.
Usage
When the user wants to work on a GitHub issue, use the fetch-issue tool to get the issue details:
fetch-issue 123
fetch-issue https://github.com/agentuity/sdk/issues/123
Workflow
- Fetch the Issue: Use the
fetch-issuetool with the issue number or URL - Analyze the Output: The tool returns the issue details including title, description, labels, comments, and resolution instructions
- Follow the Plan: The output includes step-by-step instructions for:
- Understanding the issue - Analyzing the codebase - Creating an implementation plan - Implementing the solution - Testing the changes - Summarizing the work
Requirements
- GitHub CLI (
gh) must be installed and authenticated - Run
gh auth loginif not already authenticated