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.

Step 1 — Find relevant sessions and download their data

Run the following command from the root of the git repository:

npx @alwaysmeticulous/cli 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:

Option Type Default Description
--format multi-file Set to multi-file to download each relevant session's data as a structured directory tree
Related skills

More from alwaysmeticulous/skills

Installs
14
GitHub Stars
1
First Seen
Apr 1, 2026