meticulous-test
Agent skill from alwaysmeticulous/skills.
What it does
- uses: alwaysmeticulous/report-diffs-action/upload-assets@v1 — build assets
- uses: alwaysmeticulous/report-diffs-action/upload-container@v1 — docker image
- --appDirectory points to the build output directory (e.g. a dist/ subfolder); --localImageTag is the local Docker image tag. The build mode is auto-detected.
- Untracked files are rejected (they can't be captured) — git add them first.
- Capture the deploymentId from stdout (pass --verbose to also see progress on stderr).
- A base is required. It's auto-inferred from the current directory, or pass --baseSha <sha> (and optionally --gitDiffOutput) to set it explicitly.
Requirements & configuration
- Omit --deploymentId to use the most recent deployment already uploaded for the local HEAD commit instead — this requires a clean working tree (no uncommitted changes).
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Source
Repository: https://github.com/alwaysmeticulous/skills
meticulous-test FAQ
What does the meticulous-test skill do?
Run a Meticulous test run after implementing a frontend change, then hand off to the `meticulous-review` skill to classify each visual change as intended or unintended. Uploads the build once — the same build can be re-triggered against different bases without rebuilding — and it works with uncommitted changes. Use when implementing a feature autonomously end-to-end before creating a PR. uses: alwaysmeticulous/report-diffs-action/upload-assets@v1 — build assets uses: alwaysmeticulous/report-diffs-action/upload-container@v1 — docker image
What does meticulous-test require?
Omit --deploymentId to use the most recent deployment already uploaded for the local HEAD commit instead — this requires a clean working tree (no uncommitted changes).
How do I install meticulous-test?
Run: npx -y skills add https://github.com/alwaysmeticulous/skills --skill meticulous-test --agent claude-code — the source lives at github.com/alwaysmeticulous/skills.
Maintain meticulous-test?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[meticulous-test on getagentictools](https://getagentictools.com/skills/alwaysmeticulous-skills-meticulous-test?ref=badge) npx agentictools info skills/alwaysmeticulous-skills-meticulous-test The second line is the CLI lookup for this page — handy in READMEs and docs.