process-dedup-review
Installation
SKILL.md
process-dedup-review
Use this skill when the input is grouped JSON listing suspected duplicate process rows, especially groups generated from identical exchange fingerprints.
Workflow
- Create an output directory such as
artifacts/<case_slug>/. - Freeze the grouped JSON input under
inputs/. - Run the bundled wrapper:
node process-dedup-review/scripts/run-process-dedup-review.mjs \
--input /abs/path/duplicate-groups.json \
--out-dir /abs/path/artifacts/<case_slug> \
--json