implement

Automate GitHub issue implementation with TDD cycles and deployment workflows.

11|3|Updated Jan 29, 2026
One-click install
npx skills add https://github.com/ImperialAutomation/claude-code-toolkit --skill implement-imperialautomation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/ImperialAutomation/claude-code-toolkit/tree/main/skills/implement
Command: npx skills add https://github.com/ImperialAutomation/claude-code-toolkit --skill implement-imperialautomation

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of implementing GitHub issues by fetching details, understanding code, parsing acceptance criteria, and guiding step-by-step TDD development, reducing manual effort and errors.

Core Features & Use Cases

  • Issue Analysis: Fetches issue data and identifies linked Sentry issues for seamless integration.
  • Understanding Code: Reads and verifies existing code structure and patterns to inform implementation.
  • Stepwise TDD: Guides through red-green-refactor cycles for each development step, ensuring test coverage and quality standards.
  • Verification: Performs targeted tests, project validation, API smoke testing, and final review before PR creation.
  • Tracking: Handles parent-epic updates and integrates with project management workflows.

Quick Start

Provide an issue number, and this Skill will walk through the entire implementation process with automated testing and verification.

Frequently Asked Questions about implement

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

FAQPage Schema
How do I automate GitHub issue resolution with TDD workflows?

You can automate GitHub issue resolution by fetching issue details, parsing acceptance criteria, and guiding stepwise test-driven development cycles. The workflow reads existing code patterns, performs targeted tests, validates APIs, and creates pull requests without manual oversight.

What is the process for integrating Sentry issues into automated code workflows?

Integrating Sentry issues into automated code workflows means fetching linked Sentry data during issue analysis. The system identifies Sentry issues, verifies assumptions against existing code, and incorporates error context into the stepwise development and verification process.

How do I implement stepwise test-driven development for complex feature development?

Implementing stepwise test-driven development for complex features requires guiding red-green-refactor cycles for each development step. The workflow ensures test coverage, verifies code quality, runs project validation, and performs API smoke testing before final review and deployment.

Can I use automated code workflows for GitHub issues without manual oversight?

Yes, automated code workflows can handle GitHub issues without manual oversight by fetching details, understanding code structure, and guiding stepwise development. The system verifies assumptions, performs targeted tests, and updates project tracking automatically throughout the implementation process.

Does automated issue implementation support project management tracking and parent-epic updates?

Automated issue implementation supports project management tracking by handling parent-epic updates and integrating with project management workflows. After stepwise development and verification, the system updates tracking systems to reflect implementation progress and completion status.

What are the limitations of automating GitHub issue implementation through code workflows?

Automating GitHub issue implementation requires clear acceptance criteria and linked issue data to function effectively. Complex features needing rigorous testing and integration are suitable, but issues with ambiguous requirements or missing Sentry links may limit the automated workflow's effectiveness.