Maestro Issue

Intent-driven issue lifecycle management — describe what you want in natural language (报告一个 bug / 列出开放 issue / 关掉 ISS-xxx / 关联到 task / 扫描发现问题) and the workflow routes to the right operation. Operates on .workflow/issues/. 知识管理走 /maestro-knowledge;knowhow 沉淀走 /maestro-knowhow;约束规则走 /maestro-spec。Triggers on "issue 管理", "报 bug", "记录问题", "issue list", "关闭 issue", "issue discover", "发现问题".

catlog22 78a0e31 1.4 KB Updated

File contents

  • 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

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.

catlog22/maestro-flow/tree/main/.codex/skills/maestro-issue commit 78a0e31c2d

Frequently asked questions

npx skillmds@latest add catlog22/maestro-issue