maestro-issue

Route natural-language issue requests into create, list, show, update, close, link, or discover operations.

76|5|Updated Jul 7, 2026
One-click install
npx skills add https://github.com/catlog22/pi-maestro-flow --skill maestro-issue
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: maestro-issue
Source: https://github.com/catlog22/pi-maestro-flow/tree/main/.pi/skills/maestro-issue
Command: npx skills add https://github.com/catlog22/pi-maestro-flow --skill maestro-issue

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill turns free-form issue requests into the correct issue-management action, so you can report, inspect, update, close, or discover issues without memorizing command syntax.

Core Features & Use Cases

  • Intent-driven routing: Converts natural language such as bug reports, issue lists, or close requests into the right workflow operation.
  • Issue lifecycle management: Supports creating, listing, showing, updating, closing, and linking issues in the .workflow/issues/ space.
  • Automated discovery: Runs multi-perspective issue discovery when you want the system to surface problems proactively.
  • Use case: Ask to "record a login failure bug" or "close ISS-20260101-001" and the Skill will classify the intent and route it correctly.

Quick Start

Tell the assistant to manage an issue in plain language, such as "report a bug in the login flow" or "close ISS-20260101-001".

Frequently Asked Questions about maestro-issue

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

FAQPage Schema
How do I track issues and bugs using natural language commands?

Issue tracking via natural language classifies intent from requests like bug reports or close commands, then dispatches deterministic workflow operations to manage issues in the .workflow/issues/ space.

What is automated issue discovery and when do I need it for workflow automation?

Automated issue discovery proactively surfaces problems by running multi-perspective analysis. You need it when you want the system to find and flag issues in your workflow without manually reporting each one.

How do I create and link a bug report in an issue tracking workflow?

To create and link a bug report, state the issue in plain language such as reporting a login failure bug. The system extracts parameters, classifies the intent, and routes the request to create and link operations.

Does maestro-issue support intent classification for ambiguous issue management requests?

Intent classification supports ambiguity handling by parsing natural-language issue requests and routing them to the correct operation, ensuring that vague or incomplete commands are resolved to the proper issue management action.

Can I update and close issues end to end without using specific command syntax?

You can update and close issues end to end by describing the action in natural language, such as asking to close a specific issue ID. The skill extracts the intent and parameters to dispatch the correct operation.

What are the limitations of natural language issue routing for task linking?

Natural language issue routing requires deterministic command dispatch through the maestro run platform and operates within the .workflow/issues/ space, limiting task linking to issues managed in this specific workflow environment.