implement-from-issue

Automate code implementation and review cycles from GitHub issues.

8|Updated Oct 26, 2025
One-click install
npx skills add https://github.com/sasamuku/dotfiles --skill implement-from-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement-from-issue
Source: https://github.com/sasamuku/dotfiles/tree/main/.claude/skills/implement-from-issue
Command: npx skills add https://github.com/sasamuku/dotfiles --skill implement-from-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires github-api, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the entire process of code implementation from a GitHub issue, including planning, coding, and iterative reviews, saving developers time and reducing manual errors.

Core Features & Use Cases

  • End-to-End Workflow: From reading an issue to creating a plan, implementing code, and iterating through review cycles.
  • Issue Handling: Directly processes GitHub issues to extract necessary information.
  • Iterative Review: Automates the review and fix cycle until the code quality passes the review standards.
  • Use Case: Ideal for teams that want to streamline their code development process and ensure code quality through automated reviews.

Quick Start

Implement and review code from issue #123 using the implement-from-issue skill.

Frequently Asked Questions about implement-from-issue

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

FAQPage Schema
How do I automate code implementation directly from a GitHub issue?

To automate code implementation from a GitHub issue, this Skill reads the issue, generates an implementation plan, writes the code, and runs iterative review cycles. It coordinates multiple skills to handle the entire workflow automatically.

Can I use this Skill to automate the code review and fix cycle for my GitHub project?

Yes, you can automate the code review and fix cycle for your GitHub project. The Skill iterates through automated reviews and applies fixes until the generated code passes the defined code quality standards.

Does issue-based code implementation require a specific GitHub API setup?

Issue-based code implementation requires interaction with the GitHub API to extract issue details and manage project workflows. You need to ensure your environment supports the github-api dependency to read issues and process them.

What is the best way to streamline issue-based project management and code quality?

The best way to streamline issue-based project management and code quality is using an automated workflow that extracts issue details, generates plans, implements code, and enforces iterative reviews until quality standards pass.

Are there limitations when automating end-to-end workflows from GitHub issues?

Automating end-to-end workflows from GitHub issues is limited by the GitHub API interaction capabilities and the coordination logic between multiple skills. Complex issue contexts may require manual oversight to ensure accurate plan generation.