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
  1. Read outputs/duplicate-groups.json and outputs/delete-plan.json.
  2. Apply the decision rules in references/review-rules.md.
Related skills

More from tiangong-lca/skills

Installs
2
GitHub Stars
4
First Seen
Apr 21, 2026