Run a codebase hygiene audit. Scans for misplaced files, dead code, temp files, security issues, structural problems, dependency slop, and git slop. Outputs a prioritized report with P0-P4 findings. Use periodically or before releases. Triggers on: 'audit the codebase', 'find slop', 'hygiene check', 'clean up', or /hk-slop-audit.
$npx -y skills add deepklarity/harness-kit --skill hk-slop-auditInstalls into the current project.
Run `npx skills use "https://github.com/deepklarity/harness-kit" --skill "deepklarity/harness-kit/hk-slop-audit"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/deepklarity/harness-kit" that are relevant to the current task. Run `npx skills add "https://github.com/deepklarity/harness-kit"` and select the relevant skills, then follow their instructions.