manage-issue-discover

Scan JavaScript and TypeScript codebases to generate deduplicated issue records.

511|63|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/catlog22/Maestro-Flow --skill manage-issue-discover
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: manage-issue-discover
Source: https://github.com/catlog22/Maestro-Flow/tree/main/.codex/skills/manage-issue-discover
Command: npx skills add https://github.com/catlog22/Maestro-Flow --skill manage-issue-discover

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates multi-perspective codebase discovery and converts parallel scan outputs into deduplicated, actionable issue records, eliminating manual aggregation and triage across teams.

Core Features & Use Cases

  • Wave-based CSV orchestration that generates a master tasks.csv, executes parallel perspective scans, and runs a deduplication + issue-creation wave.
  • Built-in perspectives (security, performance, reliability, maintainability, scalability, ux, accessibility, compliance) plus a by-prompt mode for user-defined exploration dimensions.
  • Produces concrete, evidence-backed findings with file:line references, severity ratings, discoveries.ndjson for shared context, and appends ISS-YYYYMMDD-NNN issues to .workflow/issues/issues.jsonl for downstream tracking.
  • Robust session management with resume support, concurrency control, and clear error handling to keep large repository scans reliable and repeatable.
  • Use case: run a full automated discovery to generate an initial backlog of prioritized issues for a security and reliability sprint.

Quick Start

Run manage-issue-discover with an optional by-prompt description to scan the repository, deduplicate findings, and append created issues to .workflow/issues/issues.jsonl.

Frequently Asked Questions about manage-issue-discover

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

FAQPage Schema
What is the best way to generate a prioritized issue backlog from a codebase scan?

The best way to generate an issue backlog is to orchestrate wave-based CSV tasks that execute parallel perspective scans, rate severity by file and line evidence, and append deduplicated issues to a workflow store.

Can I run automated code review scans with custom search perspectives?

Yes, automated code review scans support built-in perspectives such as maintainability and scalability, while also offering a by-prompt mode that lets you define custom exploration dimensions for your codebase.

How does multi-perspective codebase discovery handle large repository scans?

Multi-perspective codebase discovery handles large repositories using robust session management with resume support, concurrency control, and clear error handling to keep scans reliable and repeatable.

Does automated issue tracking export findings to CSV and NDJSON formats?

Yes, automated issue tracking exports aggregated findings into CSV and NDJSON formats for shared context, while appending structured ISS-YYYYMMDD-NNN issue entries to a JSONL file for downstream tracking.