scout

Generate framework-correct UI test skeletons for uncovered user journey steps.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of UI tests for user journey steps that are currently not covered by automated tests, ensuring comprehensive test coverage.

Core Features & Use Cases

  • Automated Test Generation: Creates framework-correct UI test skeletons for identified untested steps.
  • Test Pattern Matching: Adheres to existing project test styles, naming conventions, and architectures.
  • Use Case: After running Pathfinder's 'blaze' command reveals untested user journey steps, use 'scout' to generate the necessary test files and code to cover those gaps.

Quick Start

Use the scout skill to write UI tests for all untested steps identified in the journey map.

Frequently Asked Questions about scout

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

FAQPage Schema
How do I generate UI tests for untested user journey steps?

To generate UI tests for untested user journey steps, this Skill analyzes existing test patterns and framework references to automatically create framework-correct test skeletons with selectors, actions, and assertions.

Can I automatically match new UI test skeletons to my existing test patterns?

Yes, automated test generation matches your existing project test styles, naming conventions, and architectures to ensure newly created UI test skeletons integrate seamlessly with your current codebase.

What do I need to generate test coverage for identified journey map gaps?

You need Python scripts for test generation and diagram updates, along with untested user journey steps identified by a journey mapping tool like Pathfinder, to generate the necessary test files for full coverage.

How does automated test generation handle selectors and assertions for UI tests?

Automated test generation handles selectors and assertions by analyzing framework references and existing test patterns, then filling in the specific actions and assertions required to achieve full test coverage for the UI.

What is the best way to cover untested steps identified in a journey map?

The best way to cover untested steps identified in a journey map is to use an automated test generation Skill that writes framework-correct UI test skeletons, filling in all necessary selectors and actions to close the coverage gaps.