fixme-session

Orchestrate end-to-end bug-fix sessions across intake, ticketing, investigation, planning, execution, and verification workflows.

Updated Feb 18, 2026
One-click install
npx skills add https://github.com/denis-pingin/fixme --skill fixme-session
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: fixme-session
Source: https://github.com/denis-pingin/fixme/tree/main/.claude/skills/fixme-session
Command: npx skills add https://github.com/denis-pingin/fixme --skill fixme-session

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Bug fix session orchestration automates the process of reporting, tracking, and coordinating multi-phase bug resolution, reducing manual coordination overhead.

Core Features & Use Cases

  • Orchestrates intake, ticket management, investigation, planning, execution, and verification across multiple tickets.
  • Supports long-running bug sessions and single-task pipelines, with session state, auto-close, and user prompts.
  • Integrates with fixme-tickets, fixme-investigate, fixme-task, and related skills to execute end-to-end workflows.

Quick Start

Start a new bug-fix session to report a bug and dispatch automated investigation, planning, and verification.

Frequently Asked Questions about fixme-session

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

FAQPage Schema
How do I orchestrate an end-to-end bug-fix session across multiple tickets?▼

You can orchestrate end-to-end bug-fix sessions by coordinating intake, ticketing, investigation, planning, execution, and verification workflows. This automation manages session states and dispatches concurrent background tasks to resolve tickets.

What is automated bug-fix session orchestration and when do I need it?▼

Automated bug-fix session orchestration coordinates multi-phase bug resolution workflows, reducing manual coordination overhead. You need it to manage long-running bug sessions or single-task pipelines requiring structured report intake and verification.

Can I run concurrent background tasks during a bug-fix workflow?▼

Yes, the orchestration supports concurrent background tasks during bug-fix workflows. It dispatches subagents through the Task tool to execute investigation and planning while routing all state changes through a central ticketing system.

Does this bug-fix pipeline support auto-close behavior based on ticket states?▼

Yes, the pipeline supports auto-close behavior based on ticket states. It strictly routes all state changes through the ticketing workflow, automatically closing sessions when verification completes and ticket states meet defined criteria.

Do I need Playwright browser setup for automated bug investigation workflows?▼

Yes, you need Playwright browser setup for automated bug investigation workflows. The orchestration satisfies requirements for browser setup via Playwright to enable comprehensive investigation and verification during multi-phase bug resolution.

What's the best way to manage long-running bug sessions with automated verification?▼

The best way to manage long-running bug sessions is using an orchestration pipeline that handles session state, dispatches subagents for investigation, and applies auto-close behavior based on ticket states after verification completes.