team-fix

Automate the bug-fix lifecycle with reproduction, test-driven development, and PR creation.

8|1|Updated Mar 28, 2026
One-click install
npx skills add https://github.com/bostonaholic/team --skill team-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: team-fix
Source: https://github.com/bostonaholic/team/tree/main/skills/team-fix
Command: npx skills add https://github.com/bostonaholic/team --skill team-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the overhead of full-scale project management for minor defects by providing a streamlined, automated pipeline for bug reproduction and resolution.

Core Features & Use Cases

  • Compressed Pipeline: Executes a focused Reproduce-Red-Green-Verify-Ship workflow, bypassing unnecessary planning phases.
  • Automated Lifecycle Management: Automatically handles ticket status updates, branch creation, and draft PR generation.
  • Use Case: When a developer identifies a specific, well-understood bug, they can trigger this skill to immediately generate a failing test, apply a minimal fix, and open a draft PR without manual ceremony.

Quick Start

Invoke the team-fix skill by providing a brief description of the bug or a ticket identifier to initiate the automated repair process.

Frequently Asked Questions about team-fix

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

FAQPage Schema
How do I automate a git bug-fix workflow with test-driven development?

To automate a git bug-fix workflow with test-driven development, you can use a pipeline that executes a compressed Reproduce-Red-Green-Verify-Ship sequence. This automatically handles branch creation, applies a minimal fix, and opens a draft PR without manual ceremony.

What is a test-driven bug resolution pipeline for minor software defects?

A test-driven bug resolution pipeline for minor defects is a streamlined automation process that bypasses full-scale project management. It immediately generates a failing test, applies a minimal fix, and manages ticket states to resolve well-understood issues efficiently.

Can I automate pull-request creation and ticket status updates for known root cause bugs?

Yes, you can automate pull-request creation and ticket status updates for known root cause bugs. Automated lifecycle management directly handles ticket status updates, branch creation, and draft PR generation once triggered by a ticket identifier.

When should I use a compressed bug-fix lifecycle pipeline instead of full project management?

You should use a compressed bug-fix lifecycle pipeline instead of full project management for well-defined defect corrections where the root cause is known and the scope is limited. It bypasses unnecessary planning phases to rapidly ship minimal fixes.

Does the automated bug-fix pipeline work for complex issues with unknown root causes?

The automated bug-fix pipeline does not work for complex issues with unknown root causes. It is explicitly designed for well-defined defect corrections with limited scope, bypassing extensive planning phases required to investigate unfamiliar defects.