entropy-clean

Scan latest wave changes to remove debug artifacts and enforce style.

8|1|Updated Mar 22, 2026
One-click install
npx skills add https://github.com/zxdxjtu/harness --skill entropy-clean
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: entropy-clean
Source: https://github.com/zxdxjtu/harness/tree/main/skills/entropy-clean
Command: npx skills add https://github.com/zxdxjtu/harness --skill entropy-clean

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

After each wave of development, clean up the repository to prevent accumulation of debug artifacts, style violations, and orphan files.

Core Features & Use Cases

  • Detect and remove debug artifacts across languages (JavaScript, Python) and configuration files.
  • Enforce coding style and lint rules based on the project configuration.
  • Identify orphan or unreferenced files and generate a comprehensive cleanup report.
  • Auto-fix safe issues and prepare a Git-friendly cleanup commit when possible.

Quick Start

Run entropy-clean to scan the latest wave, remove debug artifacts, enforce style, and generate a cleanup report.

Frequently Asked Questions about entropy-clean

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I remove debug artifacts and enforce style after a wave of changes?▼

To remove debug artifacts and enforce style after a wave of changes, scan the repository to detect orphan files and lint violations, then apply optional auto-fixes to prepare a clean Git commit.

What is the best way to clean up orphan files in a multi-language project?▼

The best way to clean up orphan files in a multi-language project is to scan latest wave changes across JS, TS, and Python, identifying unreferenced files and generating a comprehensive cleanup report.

Does this code hygiene tool work with both JavaScript and Python configurations?▼

Yes, this code hygiene tool works with JavaScript, TypeScript, Python, and general configuration files, reading project config to detect artifacts and enforce appropriate lint rules.

How do I auto-fix lint violations and prepare a Git cleanup commit?▼

You can auto-fix lint violations and prepare a Git cleanup commit by enabling the optional auto-fix feature, which safely remediates style violations and stages the changes.

When do I need repository hygiene enforcement for post-wave development?▼

You need repository hygiene enforcement for post-wave development when debug artifacts, style violations, and orphan files accumulate rapidly and require automated scanning and remediation to maintain code quality.