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-update skill 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:

  1. Identify which recorded sessions exercise the code paths changed on your current branch.
  2. Download each session's data as a structured directory tree to .meticulous/sessions/.

Options:

Installs
2.2K
GitHub Stars
7
First Seen
May 15, 2026
meticulous-use-session-data — alwaysmeticulous/skills