smithery/agentuity

github-issue

Fetch a GitHub issue and generate a plan to resolve it

Installation

$ npx skills add smithery/agentuity --skill github-issue

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/agentuity · top by installs.

npx skills add smithery/agentuity

Browse all from smithery/agentuity

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,040 B
  • docs SUMMARY.md 74 B

History

  1. First recorded snapshot · 0 installs

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

  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