add-github

Integrate GitHub channels for agents to monitor and respond in PR and issue comments.

Updated Apr 26, 2026
One-click install
npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-github-wrightchin
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-github
Source: https://github.com/wrightchin/nanoclaw-playground/tree/main/.claude/skills/add-github
Command: npx skills add https://github.com/wrightchin/nanoclaw-playground --skill add-github-wrightchin

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Enables seamless GitHub channel integration so agents can monitor and respond within PR and issue conversations.

Core Features & Use Cases

  • GitHub channel support via the Chat SDK bridge, allowing the agent to participate in PR and issue threads.
  • Guidance to wire a dedicated bot account, credentials, and webhooks to enable automated interactions per repository.
  • Use Case: Automate routine PR discussions and issue triage within GitHub.

Quick Start

Copy the GitHub adapter into your project, set up a bot token and webhook, and wire the channel to an agent group.

Frequently Asked Questions about add-github

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate GitHub PR and issue comments with a bot?

To automate GitHub PR and issue comments, this Skill provides a channel integration adapter that allows agents to monitor and respond within conversations. You need a dedicated bot account, webhook configuration, and bot tokens to enable automated interactions per repository.

What do I need to set up GitHub webhook integration for automated code review?

GitHub webhook integration for automated code review requires a dedicated bot account, environment variables for authentication tokens, webhook URLs, and wiring the channel to an agent group. The adapter bridges the Chat SDK to GitHub, enabling per-repo context and proper credentials.

Can I use an automated agent to monitor multiple GitHub repos for issue triage?

Yes, you can monitor multiple GitHub repos for issue triage by applying this integration to teams using GitHub for code review. It supports automated agent participation across multiple repositories with per-repo context, allowing the agent to respond within issue threads.

How does GitHub channel integration work for agent participation in pull requests?

GitHub channel integration works via the Chat SDK bridge, allowing the agent to participate in PR and issue threads. By copying the GitHub adapter into your project and setting up a bot token and webhook, the agent can monitor and respond within conversations.

Does GitHub integration support per-repo context for automated code review bots?

Yes, GitHub integration supports per-repo context for automated code review bots. It is designed for teams using GitHub for collaboration who want automated agent participation across multiple repos, maintaining proper credentials and specific context for each repository.

Why is my GitHub bot not responding to PR comments after webhook setup?

If your GitHub bot is not responding to PR comments, check that environment variables for tokens and webhooks are properly configured. The integration requires a dedicated bot account and explicit instructions to wire the channel to agent groups to enable automated interactions.