manage-issue-analyze

Community

Root-cause analysis and issue context capture.

Authorcatlog22
Version1.0.0
Installs0

System Documentation

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.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: manage-issue-analyze
Download link: https://github.com/catlog22/Maestro-Flow/archive/main.zip#manage-issue-analyze

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.