add-github

Integrates GitHub channel support for automated PR and issue replies in NanoCrew.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/CjLogic/nanocrew --skill add-github
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: add-github
Source: https://github.com/CjLogic/nanocrew/tree/main/.codex/skills/add-github
Command: npx skills add https://github.com/CjLogic/nanocrew --skill add-github

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

GitHub channel integration enables the agent to participate directly in PR and issue conversations, reducing manual context switching and reply latency.

Core Features & Use Cases

  • GitHub channel adapter integration that can be wired to agent groups.
  • The agent can respond to PR and issue comments, with filtering to avoid loops and proper authentication.
  • Use Case: a repository owner invites a dedicated bot account, configures webhooks, and the agent starts replying to mentions in threads.

Quick Start

Follow the wiring steps to fetch the GitHub adapter, import it into the channel index, install the chat-adapter package, and connect 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 integrate a GitHub channel to automate bot replies in PR and issue threads?

To integrate a GitHub channel, fetch the GitHub adapter from the channels branch, install the chat-adapter package, modify index imports, and configure environment credentials with webhooks for automated PR and issue replies.

What is needed to configure GitHub webhooks for an agent participating in repository conversations?

Configuring GitHub webhooks requires a dedicated bot account invited to the repository, proper authentication credentials in the environment, and webhook setup to enable the agent to participate in PR and issue conversations.

Can I use an automated bot to reply to GitHub PR and issue comments without causing infinite loops?

Yes, the GitHub channel integration includes filtering to avoid loops, ensuring the automated bot can reply to PR and issue comments without triggering continuous recursive interactions within the repository threads.

Does the GitHub channel adapter support wiring to specific agent groups for repository automation?

Yes, the GitHub channel adapter supports integration that can be wired to agent groups, enabling automated bot interactions within GitHub threads across repositories for PR and issue replies.

Why do I need to install the chat-adapter package for GitHub channel integration?

Installing the chat-adapter package is required to fetch adapters from the channels branch and successfully import the GitHub channel into the index, enabling the agent to participate in PR and issue conversations.