Humanize

Reduce unnecessary code and comment lines so reviewers can understand and verify a change without the author's agent history. Use whenever writing or modifying code a human will review — a PR, a patch, a commit on a shared branch — and when cleaning up an existing diff on explicit cues like "humanize this", "this looks AI-generated", "AI slop", "reviewers keep flagging generated code", or "clean this up before I open the PR". Applied to an existing diff it fixes the code by default and reports what changed. Removes verbose comments, planning leftovers, unexplained labels, and redundant code while preserving behavior and useful rationale. Keeps comments, commit messages and PR text in plain sentences. Honors required AI disclosure.

harikrishnan94 Updated

File contents

harikrishnan94/agent-skills/tree/main/skills/humanize commit b3e3ad9d35

Frequently asked questions

npx skillmds@latest add harikrishnan94/humanize