Claude Code Plugins

Community-maintained marketplace

Feedback

github-issue

@agentuity/sdk
10
0

Fetch a GitHub issue and generate a plan to resolve it

Install Skill

1Download skill
2Enable skills in Claude

Open claude.ai/settings/capabilities and find the "Skills" section

3Upload to Claude

Click "Upload skill" and select the downloaded ZIP file

Note: Please verify skill by going through its instructions before using it.

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