What problem does it solve?
This Skill automates root-cause analysis for a specific issue by gathering relevant codebase context, running a delegated CLI analysis, and attaching a structured analysis record to the repository's issues.jsonl so engineers can quickly understand cause and scope.
Core Features & Use Cases
- Context Gathering: Greps repository files for keywords from the issue or spawns a semantic explore agent to produce file:line evidence and relevance snippets.
- Delegated CLI Analysis: Builds a safe prompt (written to a temp file) and invokes maestro delegate to run a structured analysis in analysis mode with a chosen tool (gemini or qwen).
- Append-only Issue Recording: Validates the issue, parses and updates .workflow/issues/issues.jsonl with an analysis object and appended issue_history entry; preserves all other fields.
- Use Case: Triage an open bug report by collecting related code locations, running an LLM-led analysis, and recording a verifiable, evidence-backed root-cause for downstream planning and fixes.
Quick Start
Run manage-issue-analyze with the target issue ID to gather context, run CLI analysis, and append a structured analysis to .workflow/issues/issues.jsonl.