Reducing Entropy
PassAudited by ClawScan on May 1, 2026.
Overview
This is a transparent, instruction-only refactoring guide, but users should review its aggressive deletion guidance before applying it to real code.
Install only from a source you trust. When using the skill, treat it as a simplification checklist rather than permission to delete automatically: work on a branch, review all removals, and run the project’s tests before accepting changes.
Findings (2)
Artifact-based informational review of SKILL.md, metadata, install specs, static scan signals, and capability signals. ClawScan does not execute the skill or run runtime probes.
If used carelessly, the agent may remove code or tests that still matter.
The skill explicitly encourages code and test deletion during refactoring. This matches the skill's purpose, but code deletion is a meaningful repository mutation that should be reviewed.
NEVER refactor without deleting something ... Did I delete tests for deleted code?
Use this skill on a branch, review the diff carefully, and run tests before accepting deletions.
Running an unverified install command could install different content later if the remote branch changes.
The README suggests a user-run install command from an unpinned GitHub branch/path. It is not an automatic install step, but users should verify the source before running it.
npx add https://github.com/wpank/ai/tree/main/skills/testing/reducing-entropy
Prefer installing from a trusted registry or a pinned commit, and inspect the downloaded files before use.
