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.
-
Glob
ui/lib/tours/*.tour.ts. -
For each tour, check whether any
coversFilesglob pattern matches any file in the current change. -
If no tour matches, respond exactly:
No tour affected — skipping alignment check
and exit. Do not proceed to the checklist.
-
If at least one tour matches, continue to "Drift checklist" for that tour.