What problem does it solve?
This Skill analyzes a codebase to identify and map all live workflows (API routes, UI flows, background jobs, webhooks, IPC channels, cron jobs) into a structured QA map that informs testing and quality assurance.
Core Features & Use Cases
- Systematically discovers and maps API routes, UI flows, background jobs, webhooks, and IPC channels into a centralized QA map.
- Supports modern web apps and Electron apps (Next.js, Express, React, and Electron) for broad applicability.
- Generates both a machine-readable map at .context/qa-map.json and a human-friendly diagram at .context/qa-map.md to aid reviews and planning.
- Enables incremental updates with --incremental to re-run discovery only on changed files, preserving prior mappings and enabling fast feedback.
Quick Start
Run the qa-map workflow to generate a complete QA map for your codebase.