add-github

Configure GitHub channel integration for @-mention-triggered PR and issue comment responses.

5|Updated Mar 14, 2026
One-click install
npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-github-chiptoe-svg
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-github
Source: https://github.com/chiptoe-svg/nanoclaw_gccourse/tree/main/.claude/skills/add-github
Command: npx skills add https://github.com/chiptoe-svg/nanoclaw_gccourse --skill add-github-chiptoe-svg

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manually monitoring GitHub pull request and issue comment threads to respond to team queries is time-consuming and prone to missed messages. This Skill eliminates that overhead by enabling your agent to automatically participate in these GitHub conversations.

Core Features & Use Cases

  • GitHub Channel Integration: Adds full GitHub support via the Chat SDK bridge, allowing your agent to post replies in PR and issue comment threads.
  • @-Mention Triggering: The agent only responds when explicitly @-mentioned, avoiding unwanted messages and reducing unnecessary resource usage.
  • Use Case: For development teams, the agent can automatically answer questions about code changes in PRs, triage new issues, or follow up on review comments without manual intervention.

Quick Start

Use the add-github skill to configure GitHub channel integration for your agent so it can respond to PR and issue comment threads when @-mentioned.

Frequently Asked Questions about add-github

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

FAQPage Schema
How do I automate agent responses to GitHub pull request and issue comments?

GitHub channel integration uses webhook-driven triggering to connect your agent to pull request and issue comment threads. The agent automatically posts replies directly in GitHub repositories when explicitly @-mentioned.

How do I set up an AI agent to answer questions about code changes in PRs?

To set up an AI agent for code change questions in PRs, use the add-github skill to configure GitHub channel integration via the Chat SDK bridge. The agent then automatically answers questions and triages issues when @-mentioned.

Does the GitHub webhook integration respond to every issue comment automatically?

No, the GitHub webhook integration only responds when the agent is explicitly @-mentioned in a pull request or issue comment. This @-mention triggering avoids unwanted messages and reduces unnecessary resource usage.

Can I use this GitHub channel integration for both public and private repositories?

Yes, you can use this GitHub channel integration for both public and private repositories. It supports configurable access policies to ensure secure agent participation across different repository visibility settings.

How are agent sessions handled across multiple GitHub issue comment threads?

Agent sessions are managed with per-thread session isolation for GitHub issue comment threads. This ensures that conversations and context remain separate across different pull requests and issues within your repositories.