Forkwatch analyzes GitHub repository forks to find changes that havenβt been submitted as pull requests. It filters out noise (bot commits, lock files, CI config), groups changes by file, and highlights convergenceβ¦ when multiple independent forks touch the same code, that signals that something needs fixing upstream. Built to help maintainers discover valuable work happening in forks without requiring formal PRs.
Copilot says:
AI-generated
A brilliant CLI for maintainers who suspect good fixes are hiding in their forks β it scans repos to surface patches that multiple people independently made but never bothered to PR, because convergence is the ultimate code smell.
Key features:
- π Discovers meaningful changes lurking in forks that were never submitted upstream
- π― Highlights convergence when multiple forks independently fix the same thing
- π©Ή Outputs unified diffs ready to pipe directly into git apply
- π JSON output with recommended changes for automation and scripting
This summary was generated by GitHub Copilot based on the project README.