Подключение GitHub как канала общения агента
★ 7.5 · integration
add-github is a Claude Code skill that connects GitHub as a messaging channel via Chat SDK, letting an agent participate in pull request and issue comment threads as conversations. It copies the adapter from the `channels` branch into `src/channels/github.ts`, appends a single import line to the channel barrel, and installs `@chat-adapter/github@4.29.0` at an exact pinned version. All steps use idempotent `nc:` directive fences, so the skill is safe to re-run; build correctness and channel registration are verified by `github-registration.test.ts` via vitest. Setup requires a dedicated GitHub bot account with a Fine-grained Personal Access Token, a webhook configured on each monitored repository, and three environment variables: `GITHUB_TOKEN`, `GITHUB_WEBHOOK_SECRET`, and `GITHUB_BOT_USERNAME`. Teams that want an AI agent to respond to PR reviews and issue comments directly inside GitHub without leaving their existing workflow are the primary audience.
- #github
- #chat-sdk
- #pull-requests
- #issues
- #collaboration