prowler-tour

Installation
SKILL.md

prowler-tour

Report-only. This skill never edits tour files or UI files; it inspects the change, reports drift it finds between tours and the covered UI, and recommends actions for the developer to apply.

Early-exit rule

Run this check first. Most UI edits are not tour-related — exit cheaply.

  1. Glob ui/lib/tours/*.tour.ts.

  2. For each tour, check whether any coversFiles glob pattern matches any file in the current change.

  3. If no tour matches, respond exactly:

    No tour affected — skipping alignment check

    and exit. Do not proceed to the checklist.

  4. If at least one tour matches, continue to "Drift checklist" for that tour.

Installs
2
GitHub Stars
14.5K
First Seen
Jul 1, 2026
prowler-tour — prowler-cloud/prowler