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.
How this skill is triggered — by the user, by Claude, or both
Slash command
/statsclaw:attributionThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
StatsClaw commits are attributed to the **user alone**. Shipper MUST NOT append any co-author trailer, tooling footer, or bot attribution to commit messages.
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 <[email protected]>Co-authored-by: Claude <[email protected]> (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.
npx claudepluginhub sepinetam/statsclaw --plugin statsclawEnforces git commit authorship policy: sole user attribution, no co-author trailers, bot footers, or tool links. Prevents contributor graph pollution in GitHub repos.
Analyzes uncommitted changes, groups by cohesion, and generates commit messages matching project style. Outputs git commands or executes with --execute.
Creates Conventional Commits with automatic scope detection, co-author attribution, and pre-commit validation. Validates staged changes and prevents secrets or generated-only files from being committed.