implement-issue

Triage, plan, and implement GitHub issue fixes with validation steps.

5.7k|578|Updated Jan 26, 2022
One-click install
npx skills add https://github.com/dlt-hub/dlt --skill implement-issue-dlt-hub
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: implement-issue
Source: https://github.com/dlt-hub/dlt/tree/main/.claude/skills/implement-issue
Command: npx skills add https://github.com/dlt-hub/dlt --skill implement-issue-dlt-hub

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineering teams triage, plan, and implement GitHub issue fixes end-to-end, turning vague reports into actionable work.

Core Features & Use Cases

  • Triage: extract issue number and maintainer hints, categorize by labels to determine whether it's a bug, feature, or docs task.
  • Planning: explore the codebase scope, propose an implementation plan, and set up a workspace workflow that mirrors a standard development cycle.
  • Execution: draft a concrete plan with steps, tests, and integration points, then track progress and verify outcomes.
  • Use Case: When a GitHub issue arrives with missing details, this skill will structure a reproducible plan and provide a ready-to-implement PR outline.

Quick Start

Provide the issue number and optional maintainer hints; the skill will fetch the issue, categorize it, and generate an end-to-end implementation plan.

Frequently Asked Questions about implement-issue

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

FAQPage Schema
How do I plan and implement a GitHub issue fix from a vague bug report?▼

To plan a GitHub issue fix, you can triage the report by extracting the issue number and categorizing it by labels to determine if it is a bug, feature, or documentation task, then generate an implementation plan.

What is the best way to triage GitHub issues and scope codebase changes?▼

Triage GitHub issues by parsing maintainer hints and deriving categories to scope codebase changes, enabling systematic research and workspace setup before proposing a concrete implementation plan.

Can I generate a PR outline directly from a GitHub issue with missing details?▼

Yes, you can generate a ready-to-implement PR outline from a GitHub issue with missing details by structuring a reproducible plan that includes steps, tests, and integration points.

Does this issue implementation approach work for both software defects and feature requests?▼

Yes, this approach applies to software defects and feature requests across repositories, enabling systematic research, plan articulation, and change proposal generation with validation steps.

How do I track progress and verify outcomes when implementing GitHub issue resolutions?▼

Track progress and verify outcomes by drafting a concrete plan with integration points and validation steps, then monitoring the execution workflow that mirrors a standard development cycle.

What information do I need to start automating an issue implementation plan?▼

To start automating an issue implementation plan, provide the GitHub issue number and optional maintainer hints to fetch the issue, categorize it, and generate an end-to-end implementation plan.