implement-issue

Plan and implement GitHub issues with user approval and automated commits.

1|Updated Mar 23, 2026
One-click install
npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill implement-issue-fandhe-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-issue
Source: https://github.com/Fandhe-AI/agent-cli-skills/tree/main/skills/implement-issue
Command: npx skills add https://github.com/Fandhe-AI/agent-cli-skills --skill implement-issue-fandhe-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of implementing GitHub issues by providing a structured planning workflow that requires user approval before execution, ensuring efficient and error-free development.

Core Features & Use Cases

  • Detailed Planning: Automates the creation of a detailed implementation plan for each GitHub issue.
  • User Approval: Ensures all implementation steps are reviewed and approved by the user, minimizing errors.
  • Integration with GitHub: Directly interacts with GitHub to retrieve issue details and manage implementation processes.
  • Use Case: Perfect for teams where each issue needs to be meticulously planned and reviewed before coding begins.

Quick Start

To implement an issue, run the implement-issue skill with the issue number, for example: implement-issue --issue 123

Frequently Asked Questions about implement-issue

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

FAQPage Schema
How do I automate GitHub issue implementation with a structured workflow?

Automating GitHub issue implementation involves fetching issue data via GitHub APIs, generating a detailed plan, securing user approval, and executing automated commits. This structured workflow ensures efficient and error-free development.

What is the best way to plan development workflows before writing code?

The best way to plan development workflows is using a structured planification process that requires user approval before execution. This approach meticulously details implementation steps for each issue, minimizing errors before coding begins.

How do I ensure user approval is required before committing GitHub issue fixes?

To ensure user approval before committing GitHub issue fixes, use an automated workflow that pauses for review after generating a detailed implementation plan. This guarantees all steps are reviewed and approved by the user prior to automated commits.

Does GitHub issue automation work without manual code review?

GitHub issue automation through this workflow does not bypass review; it requires user approval of the detailed implementation plan before execution. This ensures meticulous oversight and minimizes errors during the development process.

Can I fetch GitHub issue details directly to create a commit automation pipeline?

Yes, you can fetch GitHub issue details directly by integrating with GitHub APIs. This retrieved data is then used to automate the creation of a detailed implementation plan and subsequent automated commits following best practices.