tanner-cleanup

Installation
SKILL.md

Tanner Cleanup

A light pass over what you changed — nothing else. Two jobs: run the repo's own linters against the changed files, and read the prose you just added — code comments, strings, docs — for typos. It flags, it doesn't fix: linters run and report; typos come back as a review list you approve before a single character changes.

Plain markdown — any agent can read this file directly; Claude Code additionally auto-loads it as a skill. It pairs with the shared pre-commit hook, which fires it before git commit.

Scope is the changed content, full stop. Don't lint the whole tree, don't spell-check files you didn't touch, don't reformat. The diff is the job — keep it fast.

How to run

Installs
2
First Seen
Jul 9, 2026
tanner-cleanup — tannergodarzi/tanner-agent-standards