summit

Run UI tests, update journeys.json, generate coverage diagrams, and compute coverage score.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill automates the process of running all UI tests, updating the journey map with results, regenerating coverage diagrams, and calculating the overall coverage score, ensuring a clear view of test effectiveness.

Core Features & Use Cases

  • Automated Test Execution: Runs the full UI test suite for the project.
  • Coverage Mapping: Updates journeys.json to reflect test pass/fail status for each journey step.
  • Diagram Generation: Creates visual representations of test coverage, showing tested and untested steps.
  • Coverage Reporting: Computes and reports a final coverage score.
  • Use Case: After a development sprint, use this Skill to verify that all new features are adequately tested, generate a coverage report for a pull request, or confirm that regressions have been fixed.

Quick Start

Run the summit skill to execute all tests, update the journey map, and generate coverage reports.

Frequently Asked Questions about summit

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

FAQPage Schema
How do I generate visual test coverage diagrams for UI tests?

To generate visual test coverage diagrams, this Skill executes your UI tests, updates the journey map with pass/fail results, and regenerates visual diagrams showing tested and untested steps.

How do I calculate an overall UI test coverage score for a pull request?

You can calculate a final UI test coverage score for a pull request by running this Skill to execute your full test suite, update the journey map, and compute the reporting metrics automatically.

What is a journey map for tracking UI test coverage?

A journey map for UI test coverage is a JSON file representing user journeys, which this Skill updates with test pass and fail statuses to visualize tested versus untested application steps.

Do I need Python and Git to automate test coverage reporting?

Yes, you need Python installed for the detection, diagram generation, and coverage calculation scripts, along with Git to commit the updated journey map and coverage reports.

How do I verify UI test outcomes after a development sprint?

To verify UI test outcomes after a sprint, run this Skill to execute all tests, update the journey map with results, and generate a final coverage report confirming regression fixes.

Can I use this to track untested steps in my UI automation suite?

Yes, you can track untested steps in your UI automation suite by running this Skill, which updates the journey map and generates diagrams highlighting exactly which steps lack test coverage.