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

  1. Create an output directory such as artifacts/<case_slug>/.
  2. Freeze the grouped JSON input under inputs/.
  3. 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
Installs
6
GitHub Stars
6
First Seen
Apr 21, 2026
process-dedup-review — tiangong-lca/skills