gh-get-issue-and-plan

Discover GitHub issues and write implementation plans with file changes.

2|Updated Feb 17, 2017
One-click install
npx skills add https://github.com/John2143/dotfiles --skill gh-get-issue-and-plan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh-get-issue-and-plan
Source: https://github.com/John2143/dotfiles/tree/main/.claude/skills/gh-get-issue-and-plan
Command: npx skills add https://github.com/John2143/dotfiles --skill gh-get-issue-and-plan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of planning GitHub issues by automatically discovering issues, exploring the codebase, and producing an implementation plan with exact file and line changes.

Core Features & Use Cases

  • Issue Discovery: Auto-discovers open GitHub issues without the in-progress label.
  • Codebase Exploration: Parallelly reads and reports on critical files and functions.
  • Implementation Planning: Writes an exact implementation plan in a dedicated markdown file, detailing the changes and verification steps.

Quick Start

/skill:gh-get-issue-and-plan 42

Frequently Asked Questions about gh-get-issue-and-plan

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub issue planning with exact file and line changes?

To automate GitHub issue planning, this Skill discovers open issues, explores your codebase, and writes a detailed implementation plan with exact file and line changes into a dedicated markdown file.

Do I need the GitHub CLI installed to generate implementation plans for issues?

Yes, generating implementation plans requires the GitHub CLI tool and Python to be installed, as the Skill relies on these dependencies to discover issues and execute its specific scripts.

How does the code analysis process work when planning a GitHub issue?

The code analysis process works by parallelly reading and reporting on critical files and functions in your repository to map out the necessary modifications before writing the implementation plan.

What is the best way to find unresolved GitHub issues that need implementation planning?

The best way to find unresolved issues is to auto-discover open GitHub issues that do not have the `in-progress` label, automatically filtering out work that is already being actively managed.

Can I use Python scripts to write a detailed implementation plan for GitHub issues?

Yes, you can use this Skill's Python scripts to analyze your codebase and write an exact implementation plan in a dedicated markdown file, detailing the required changes and verification steps.