GitHub Co-Author Commit Automation Tool
Built a Python tool that automates co-authored GitHub pull requests. It handles branch creation, appends the Co-authored-by git trailer to every commit, pushes, and merges — giving both contributors proper credit automatically. Supports sequential and parallel modes, state-based resuming if interrupted, Discord/Slack notifications, and multi-token rotation for rate limit management. Good for batch documentation workflows, testing co-authoring pipelines, or just understanding how GitHub tracks collaboration under the hood. MIT licensed, fully open-source. GitHub: https://github.com/itxashancode/Pair-Extraordinaire

