implement

Orchestrate GitHub issue lifecycle with agentic implementation, review, and quality gates.

3|Updated Jul 30, 2023
One-click install
npx skills add https://github.com/danielcopper/dotfiles --skill implement-danielcopper
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implement
Source: https://github.com/danielcopper/dotfiles/tree/main/claude/.claude/skills/implement
Command: npx skills add https://github.com/danielcopper/dotfiles --skill implement-danielcopper

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires gh.

What problem does it solve?

This Skill automates the entire lifecycle of a GitHub issue, from initial alignment and worktree creation to implementation, review, and final PR merging, ensuring consistent quality and workflow adherence.

Core Features & Use Cases

  • Automated Workflow Orchestration: Manages the transition of issues through a defined pipeline, including board updates and worktree management.
  • Agentic Implementation & Review: Dispatches specialized agents for coding and peer review, ensuring code quality and adherence to project standards.
  • Quality Gates: Enforces automated testing and linting requirements before any code is merged, preventing regressions.

Quick Start

Invoke the implement skill with the issue number 123 to begin the automated development pipeline for that task.

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 implementation from start to finish?

Automated GitHub issue implementation orchestrates the end-to-end lifecycle from initial alignment and worktree creation to final PR merging. It dispatches specialized agents for coding and peer review while enforcing automated testing and linting quality gates.

Can I use GitHub CLI to manage pull request workflows and code review?

Yes, GitHub CLI integration is required to manage pull request workflows and code review. The pipeline coordinates agentic implementation and peer review through GitHub CLI, ensuring consistent PR standards and automated board synchronization.

What is the best way to enforce quality gates before merging a pull request?

Enforcing quality gates before merging a pull request requires automated testing and linting checks within the workflow pipeline. This mechanism prevents regressions by blocking any code merge until all defined quality standards are successfully met.

Do I need mise and specific agent definitions to run agentic code review?

Yes, you need local task runners like mise and configured agent definitions to run agentic code review. These dependencies ensure consistent execution of specialized coding and peer review agents throughout the issue implementation pipeline.

How does automated worktree management work for GitHub issue tracking?

Automated worktree management for GitHub issue tracking works by creating isolated development environments during the initial alignment phase. This process manages the transition of issues through a defined pipeline, ensuring consistent workflow adherence and board synchronization.