implement-issue

Implement the highest-priority open GitHub issue end-to-end with verification and commit.

1|Updated Apr 14, 2026
One-click install
npx skills add https://github.com/hschne/pi-stuff --skill implement-issue-hschne
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-issue
Source: https://github.com/hschne/pi-stuff/tree/main/skills/implement-issue
Command: npx skills add https://github.com/hschne/pi-stuff --skill implement-issue-hschne

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually tracking, implementing, and closing project issues is time-consuming and prone to human error, such as skipping verification steps or accidentally batching multiple issues together.

Core Features & Use Cases

  • Automated Issue Selection: Automatically identifies and selects the highest-priority open issue from the current project to eliminate manual triage work.
  • Guided End-to-End Workflow: Walks through the full implementation process from reading project context to committing changes, with strict guardrails to prevent batching issues, skipping verification, or modifying existing issue metadata.
  • Use Case: For software teams using GitHub Issues, use this skill to automatically pick the top-priority bug, implement the fix, run project verification checks, and commit the changes with a clear, descriptive message, all without manual tracking of progress.

Quick Start

Use the implement-issue skill to pick the highest-priority open issue in your current project, implement the required changes, run verification, and commit the completed work.

Frequently Asked Questions about implement-issue

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

FAQPage Schema
How do I implement a single GitHub issue end-to-end without manual tracking?

Implementing a single GitHub issue end-to-end automatically selects the highest-priority open issue, implements the fix, runs verification checks, and generates a clear commit message without manual progress tracking.

What is the best way to ensure verification runs before an issue is marked complete?

Ensuring verification runs before an issue is marked complete requires a guided workflow with strict guardrails that enforce mandatory validation checks immediately prior to committing changes and closing the issue.

Can I batch multiple project issues together during implementation?

Batching multiple project issues together is explicitly blocked by the implementation workflow, which enforces strict single-issue implementation to prevent accidental grouping and ensure focused, validated changes.

How does automated issue selection work for software development workflows?

Automated issue selection for software development workflows identifies and extracts the highest-priority open issue from the current project context, eliminating manual triage work before implementation begins.

Does the implement-issue workflow modify existing GitHub issue metadata?

The implement-issue workflow prevents modifying existing issue metadata, ensuring that original issue tracking data remains intact while only adding implementation changes and commit messages to the project.