What problem does it solve? Managing GitHub workflows and complex git operations manually is slow and error-prone, especially when handling pull requests, merge conflicts, interactive rebases, and CI monitoring across repositories. ## Core Features & Use Cases - GitHub URL Handling: Automatically activates on any pasted github.com link (issues, PRs, commits, compare pages, Actions runs, releases) and translates it into the right gh/git workflow. - PR and Issue Management: Creates and reviews pull requests with clean body formatting via --body-file, watches CI checks with gh pr checks --watch, and fixes failures proactively. - Advanced Git Operations: Handles interactive rebasing, cherry-picking, bisecting, merge conflict resolution, branch cleanup, submodules, and repository archaeology with git log/blame. - Use Case: Paste a link like https://github.com/org/repo/issues/123 and the skill inspects the issue, creates a fix branch, opens a PR, and monitors CI until checks pass. ## Quick Start Paste any GitHub URL such as an issue or pull request link and ask the assistant to fix, review, or investigate it using the gh CLI.