implementer

Manage GitHub issue implementation from analysis to pull request merging.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/bnwan/mypi --skill implementer-bnwan
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: implementer
Source: https://github.com/bnwan/mypi/tree/main/.pi/agent/skills/implementer
Command: npx skills add https://github.com/bnwan/mypi --skill implementer-bnwan

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the entire process of implementing GitHub issues and features, ensuring code quality through Test-Driven Development (TDD) and robust review processes.

Core Features & Use Cases

  • End-to-end implementation: From issue analysis to PR creation and review comment addressing.
  • TDD Enforcement: Mandates writing failing tests before implementation and refactoring.
  • Automated Workflow Commands: Provides shortcuts like /implement-issue and /address-pr-comments.
  • Use Case: When assigned a new feature request on GitHub, use this Skill to guide you through writing tests, implementing the code, creating a pull request, and addressing any feedback from reviewers.

Quick Start

Use the implementer skill to fully implement GitHub issue number 123.

Frequently Asked Questions about implementer

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

FAQPage Schema
How do I automate the full implementation lifecycle from issue analysis to pull request merging?

To automate the full implementation lifecycle, you can use a workflow that manages GitHub issue analysis, enforces Test-Driven Development (TDD), creates structured pull requests, and handles review comments. This ensures code quality gates are met before merging.

What is the best way to enforce Test-Driven Development (TDD) principles when implementing a new GitHub feature?

The best way to enforce Test-Driven Development (TDD) is to mandate writing failing tests before any implementation begins, followed by code refactoring. This structured approach ensures quality gates are passed before a pull request is created.

How do I address pull request review comments automatically after creating a PR?

You can address pull request review comments by using automated workflow commands designed to process reviewer feedback. This manages worktree updates and ensures proper integration of requested changes before the final merge.

Can I use workflow automation to manage worktrees and quality gates for GitHub implementations?

Yes, workflow automation can manage worktrees and enforce quality gates for GitHub implementations. It guides the process from issue analysis through TDD enforcement to structured pull request creation, ensuring proper lifecycle management.

Does implementing GitHub issues through workflow automation require manual test writing?

Yes, implementing GitHub issues through this workflow requires manual test writing as part of its Test-Driven Development (TDD) enforcement. It mandates writing failing tests before implementation to ensure robust code quality.