---
name: Maestro Issue
slug: maestro-issue
category: Automation
description: Maestro Issue classifies natural-language intent into issue operations like create, list, show, update, close, link, or discover. Use it to manage issue workflows without memorizing command syntax.
github: "https://github.com/catlog22/maestro-flow/tree/master/.codex/skills/maestro-issue"
language: TypeScript
stars: 530
forks: 65
install: "npx degit https://github.com/catlog22/maestro-flow/tree/master/.codex/skills/maestro-issue ~/.claude/skills/maestro-issue"
installs_to: ~/.claude/skills/maestro-issue
source_path: .codex/skills/maestro-issue/SKILL.md
collection_size: 25
category_size: 1523
collection_url: "https://dirskills.com/collections/catlog22/maestro-flow"
added: 2026-08-26T05:11:53.051Z
last_synced: 2026-08-26T05:11:53.051Z
canonical_url: "https://dirskills.com/skills/maestro-issue"
---

# Maestro Issue

Maestro Issue classifies natural-language intent into issue operations like create, list, show, update, close, link, or discover. Use it to manage issue workflows without memorizing command syntax.

**Install:**

```bash
npx degit https://github.com/catlog22/maestro-flow/tree/master/.codex/skills/maestro-issue ~/.claude/skills/maestro-issue
```

## README

<purpose>
Intent-driven issue management (renamed from maestro-manage, narrowed to issues). No fixed subcommand grammar — state your intent; the `issue` step classifies it into one operation and extracts the needed parameters:

- **create** — report/record a new issue
- **list** — list issues (with optional filters)
- **show** — view one issue in detail
- **update** — change status/priority/add a note
- **close** — resolve/fail/defer an issue
- **link** — link an issue to a task
- **discover** — automated multi-perspective issue discovery
</purpose>

<dispatch>
Read `~/.maestro/workflows/issue.md` and follow the execution document directly. Do not create a Session or Run just to load this document.

Pass the full `$ARGUMENTS` to the workflow. For `discover`, read `~/.maestro/workflows/issue-discover.md` instead. The workflow classifies the intent, extracts parameters, and routes to the requested issue operation.
</dispatch>
