Автообновление списка контрибьюторов в README
★ 7.4 · documentation
Contributors Update is a Claude Code skill that identifies merged pull request authors missing from the README Contributors section and, after explicit user approval, adds them and commits the change directly to master. Reach for it when your project is growing and the contributor list keeps falling behind — people have merged fixes and features but never appear in the docs — or when you're tired of manually cross-referencing PR history with README before every release. The skill determines a cutoff date from the most recent [contributors-updated] marker commit on origin/master (with a one-week overlap buffer), falling back to two months ago if no marker exists. It then uses GitHub CLI to fetch merged PRs, filters out bots (dependabot, github-actions, copilot, etc.), existing maintainers, and the repo owner, and drafts one-line contribution descriptions based on PR titles. Before making any changes it previews the proposed additions and waits for explicit confirmation. After approval it performs an ff-only pull, verifies that only README.md is staged, commits with the marker tag, and pushes directly to master without a branch or PR — permitted as a documentation-only exception. Works with repositories where GitHub CLI is available and direct pushes to master are allowed.
- #contributors
- #readme-update
- #github-automation
- #documentation-management
- #community