meticulous-use-session-data
Installation
SKILL.md
Use this workflow to get structured session data from Meticulous — the recorded user flows and network mocks that cover your code changes.
Before starting, run the
meticulous-cli-updateskill to ensure the Meticulous CLI is up to date — unless it has already run earlier in this conversation, in which case skip it.
Step 1 — Find relevant sessions and download their data
Run the following command from the root of the git repository:
meticulous local relevant-sessions --format=multi-file --minimum-times-to-cover-each-line=1
This will:
- Identify which recorded sessions exercise the code paths changed on your current branch.
- Download each session's data as a structured directory tree to
.meticulous/sessions/.
Options: