lukewo/github-cli
GitHub and git integration driven by the GitHub CLI (gh) and git. Runs a local MCP server for the full pull request review lifecycle from both sides - as a reviewer (read diffs, reviews and threads, list review requests, approve/request-changes/comment, inline comments, replies, resolve threads) and as an author (create/edit PRs, request reviewers, mark ready, check CI, merge) - plus read tools for issues and PRs, and local git operations (status, log, diff, branch, add, commit, push, pull, fetch, merge, stash, checkout) against the open workspace repo. Uses your existing gh authentication (no tokens stored by the power). Reads and writes, with two safety boundaries: a command allow-list and a deny check that refuses history rewrites (force push), destructive local loss (reset --hard, clean, branch -D), gh auth/config changes, and merges without explicit confirmation.
This plugin declares no skills.