github-issue

agentuity/sdk

Fetch a GitHub issue and generate a plan to resolve it

12 stars
1 forks
3 views

SKILL.md


name: github-issue description: Fetch a GitHub issue and generate a plan to resolve it

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

  1. Fetch the Issue: Use the fetch-issue tool with the issue number or URL
  2. Analyze the Output: The tool returns the issue details including title, description, labels, comments, and resolution instructions
  3. 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 login if not already authenticated