fetch-github-issue-analysis

Community

Get GitHub issue details with AI insights, streamline planning.

AuthorBerryKuipers
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Manually gathering all relevant GitHub issue details and any associated AI analysis for project planning is time-consuming and can lead to overlooked insights. This Skill automates the retrieval and structuring of this information.

Core Features & Use Cases

  • Comprehensive Issue Data: Fetches basic issue data including title, body, labels, and state.
  • AI Analysis Detection: Checks for an "ai-analyzed" label and retrieves AI-generated analysis comments from the github-actions[bot].
  • Structured AI Insights: Extracts key sections from AI analysis (e.g., architectural alignment, implementation suggestions, testing strategy) for easy consumption.
  • Use Case: As the first step in a conductor workflow, use this Skill to quickly get a full overview of a GitHub issue, including AI-powered architectural and implementation guidance, to accelerate planning.

Quick Start

Fetch GitHub issue #137 and its AI analysis

fetch-github-issue-analysis 137

Output:

{

"status": "success",

"issue": {

"number": 137,

"title": "Add user dark mode preference toggle",

"state": "open",

"labels": ["feature", "frontend", "ai-analyzed"]

},

"aiAnalysis": {

"found": true,

"architecturalAlignment": "Aligns with React Context patterns...",

"technicalFeasibility": "High - uses existing React patterns..."

}

}

Dependency Matrix

Required Modules

gh CLIjqgrepsed

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: fetch-github-issue-analysis
Download link: https://github.com/BerryKuipers/claude-code-toolkit/archive/main.zip#fetch-github-issue-analysis

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository