implement

Translate GitHub issue specs into incremental implementation plans with tests and commits.

2|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/DonTizi/CodeGeass --skill implement-dontizi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/DonTizi/CodeGeass/tree/main/.claude/skills/implement
Command: npx skills add https://github.com/DonTizi/CodeGeass --skill implement-dontizi

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps engineers translate GitHub issue specifications into concrete, working software by performing focused research, drafting a temporary implementation plan, and delivering incremental code changes with immediate tests and commits.

Core Features & Use Cases

  • Research-driven implementation: Analyzes issue bodies and comments to clarify requirements and architectural decisions.
  • Plan-first execution: Generates and follows a stepwise plan, delivering small increments that are tested and committed.
  • PR readiness and traceability: Organizes progress, commits, and documentation to streamline PR creation.

Quick Start

To start, create a new CodeGeass task that uses this skill and passes the issue identifier as ARGUMENTS. Example: codegeass task create --name feat-feature --skill implement --schedule 0 9 * * 1-5 --arguments "#4"

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automatically generate an implementation plan from a GitHub issue?

To generate an implementation plan from a GitHub issue, use an automated workflow that parses the issue body and comments to extract requirements and create an incremental, stepwise execution plan.

What is the best way to translate GitHub issue specs into tested code commits?

Translating GitHub issue specs into tested code commits involves analyzing requirements, drafting a temporary implementation plan, and delivering small code increments with immediate tests and commits.

Can I automate feature development tasks across repositories using issue comments?

Yes, you can automate feature development tasks across repositories by parsing issue comments to clarify architectural decisions and extracting requirements to drive incremental code changes.

Does plan-driven implementation help with PR readiness and traceability?

Plan-driven implementation ensures PR readiness and traceability by organizing progress, commits, and documentation based on the parsed issue spec to streamline pull request creation.

How do I structure incremental code changes from an issue spec?

Structuring incremental code changes from an issue spec requires generating a stepwise plan that breaks down requirements into small, tested, and committed code increments.

Do I need to pass an issue identifier to start automated coding from GitHub issues?

Yes, you need to pass the specific GitHub issue identifier as an argument to the task creation command to start the automated research, planning, and coding workflow.