blaze

Generate Mermaid flowcharts and decision trees from journey data.

11|Updated Feb 8, 2026
One-click install
npx skills add https://github.com/srpadrono/Pathfinder --skill blaze
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: blaze
Source: https://github.com/srpadrono/Pathfinder/tree/main/skills/blaze
Command: npx skills add https://github.com/srpadrono/Pathfinder --skill blaze

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill visualizes test coverage gaps in user journeys, making it easy to see what's tested and what's not.

Core Features & Use Cases

  • Mermaid Diagram Generation: Creates flowcharts and decision trees showing test coverage status (tested, untested, partial).
  • Before/After Comparison: Automatically compares current coverage against a baseline to highlight progress.
  • Use Case: After writing new tests, use this Skill to generate an updated diagram that clearly shows which previously untested user journey steps are now covered.

Quick Start

Generate updated coverage diagrams for the 'journeys.json' file.

Frequently Asked Questions about blaze

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

FAQPage Schema
How do I visualize code coverage gaps in user journeys?

You can visualize code coverage gaps by generating Mermaid flowcharts and decision trees from journey data, which clearly map which steps in your user journeys are tested, untested, or partially tested.

What is the best way to track progress closing test coverage gaps?

Tracking test coverage progress is done by managing a baseline JSON file to perform before and after comparisons, automatically highlighting which previously untested journey steps are now covered after writing new tests.

How do I generate Mermaid diagrams from test coverage data?

Generating Mermaid diagrams from test coverage data requires supplying a journey data JSON file, which the tool processes to output flowcharts and decision trees representing your current test coverage status.

Can I compare current code coverage against a previous baseline?

Yes, comparing current code coverage against a previous baseline is supported by automatically managing a baseline JSON file, allowing you to see exactly what coverage progress has been made between test runs.

Does visualizing user journey coverage require specific testing frameworks?

Visualizing user journey coverage operates independently of specific testing frameworks by reading journey data directly, requiring only your journey data formatted as a JSON file to generate the coverage diagrams.