test-with-meticulous

Installation
SKILL.md

To test and debug frontend changes using Meticulous, follow the workflow below step by step, using the CLI commands as described.

Step 1 -- Trigger Meticulous test run

If you are already given a test run id, then skip this step.

  1. If possible, find out what build artefact Meticulous expects by checking .github/workflows/ for one of the following steps:
    • uses: alwaysmeticulous/report-diffs-action/upload-assets@v1 - build assets
    • uses: alwaysmeticulous/report-diffs-action/upload-container@v1 - docker image
  2. Build the frontend.
  3. Upload the build artefact and trigger a Meticulous test run:
# upload-assets
npx @alwaysmeticulous/cli ci upload-assets --appDirectory <path-to-build> --repoDirectory <path-to-repo> --waitForTestRunToComplete

# upload-container
npx @alwaysmeticulous/cli ci upload-container --localImageTag <image-tag> --repoDirectory <path-to-repo> --waitForTestRunToComplete
Related skills
Installs
26
GitHub Stars
1
First Seen
Mar 16, 2026