What problem does it solve? Pull requests often accumulate verbose prose, redundant comments, vague names, and filler wording that make diffs harder to review. This Skill reviews every line of every changed PR file and trims words, names, docs, comments, and code while preserving real behavior. ## Core Features & Use Cases - Line-by-line PR review: Dispatches one agent per changed file to read every line of code, tests, comments, docstrings, and Markdown. - Behavior-preserving trims: Removes filler, repeats, jargon, and dead notes while keeping APIs, data, test intent, error detail, and public names intact. - Measured results: Reports word-count deltas, readability changes, and diff churn separately so reviewers can verify the cleanup stayed non-material. - Use Case: After opening a documentation-heavy pull request, run this Skill to shorten prose and comments across all changed files, then commit and push the trimmed result to the PR branch. ## Quick Start Ask the agent to run the pr-plain-language-cleanup skill on your pull request link to trim filler wording from every changed file.