From statsclaw
Enforces git commit authorship policy: sole user attribution, no co-author trailers, bot footers, or tool links. Prevents contributor graph pollution in GitHub repos.
npx claudepluginhub statsclaw/statsclaw --plugin statsclawThis skill uses the workspace's default tool permissions.
StatsClaw commits are attributed to the **user alone**. Shipper MUST NOT append any co-author trailer, tooling footer, or bot attribution to commit messages.
Enforces conventional commits/PR titles, conventional comments in reviews, and engineering ownership (no AI co-authorship) during git commits, PRs, and code reviews.
Analyzes uncommitted changes, groups by cohesion, generates project-style commit messages, outputs git commands or executes directly with approval. Use on 'commit' or /smart-commit.
Guides Git commit trailers like BREAKING CHANGE, Release-As, Co-authored-by, Signed-off-by for release-please automation, attribution, and git interpret-trailers parsing/adding.
Share bugs, ideas, or general feedback.
StatsClaw commits are attributed to the user alone. Shipper MUST NOT append any co-author trailer, tooling footer, or bot attribution to commit messages.
Every commit produced by shipper — in the target repo, the workspace repo, or any brain-seedbank fork — uses a clean message with no trailers of the following forms:
Co-authored-by: StatsClaw <...StatsClaw-Shipper@users.noreply.github.com>Co-authored-by: Claude <noreply@anthropic.com> (or any other Co-authored-by: line)Generated with Claude Code footerhttps://claude.ai/code/session_... URLThe git author and committer are the user, as determined by their local user.name / user.email config. Shipper does NOT pass --author, set GIT_AUTHOR_* / GIT_COMMITTER_*, or configure a bot identity.
Co-authored-by trailers. Adding bot trailers pollutes the contributor graph (e.g., StatsClaw-Shipper, Claude).git log.If shipper (or any other agent) emits a commit with a forbidden trailer, reviewer flags it as a STOP. The fix is to amend or reword the commit before pushing.