start-bug-fix

Coordinates Azure DevOps bug-fix workflow from work item to code-review-ready state.

Updated Apr 27, 2026
One-click install
npx skills add https://github.com/IntelliTect/IntelliPlugins --skill start-bug-fix
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: start-bug-fix
Source: https://github.com/IntelliTect/IntelliPlugins/tree/main/plugins/enterprise-bug-fixing/skills/start-bug-fix
Command: npx skills add https://github.com/IntelliTect/IntelliPlugins --skill start-bug-fix

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinate the enterprise bug-fix workflow from work item intake to code-review-ready delivery to ensure consistent, auditable fixes.

Core Features & Use Cases

  • Orchestrates the BugFixerAgent-driven workflow from Azure DevOps work item retrieval to code-review readiness.
  • Enforces a test-first bug-fix process, including branch creation, test writing, implementation, validation, and handling model updates when applicable.
  • Defines clear branch-naming conventions and pre-completion checklists to improve traceability and quality.

Quick Start

Invoke the start-bug-fix skill and provide the Azure DevOps work item number to begin the bug-fix workflow.

Frequently Asked Questions about start-bug-fix

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

FAQPage Schema
How do I start a bug fix from an Azure DevOps work item?

To start a bug fix from an Azure DevOps work item, provide the work item number to initialize the workflow. It retrieves the PBI or bug details and orchestrates the process to a code-review-ready state.

What is a test-first bug-fix workflow?

A test-first bug-fix workflow enforces writing tests before implementation. This process orchestrates branch creation, test generation, code implementation, and validation to ensure traceable, high-quality enterprise fixes.

Does this bug-fix process enforce branch naming conventions?

Yes, the bug-fix process enforces strict branch naming conventions. It applies deterministic steps and pre-completion checklists to maintain traceability and quality across enterprise code fixes.

Can I handle model changes when fixing bugs with this workflow?

Yes, you can handle model changes when fixing bugs. The orchestration applies necessary model changes or Coalesce steps during implementation and validation to ensure comprehensive fixes.

What are the limitations of automating bug fixes from Azure DevOps?

Automating bug fixes is limited by its deterministic workflow scope, requiring strict branch naming and pre-completion checklists. It focuses on taking Azure DevOps work items to a code-review-ready state rather than autonomous deployment.