nanocoai/nanoclaw✦ 精选0°

add-github

仓库创建 2026年1月31日最近提交 18 小时前SkillHot 收录 20 天前
▸ 精选理由

能自动回复 PR/Issue,提升代码审查与问题跟进效率。

▸ 风险提示

需专用机器人账号与权限,谨防自动回环或误发。

这个 Skill 做什么

把 GitHub 作为聊天渠道接入,代理参与 PR/Issue 讨论与评论线程。

把 GitHub 当成聊天通道接入,让代理能在 PR 和 Issue 的评论线程里读、回复和跟进讨论。需要把代码评审、Issue 讨论或 CI 反馈自动化到聊天流、希望代理参与评论或给出改动建议时用。特别之处在于通过 Chat SDK 把评论线程当成会话来处理,能在上下文里贴代码片段、回复评论并维持会话状态。

▸ 展开 SKILL.md 英文原文

Add GitHub channel integration via Chat SDK. PR and issue comment threads as conversations.

开发编程GitHub代码审查自动化Claude Code
3.0w
Stars
1.3w
Forks
40
仓库内 Skill
+241
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-github/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/nanocoai/nanoclaw/main/.claude/skills/add-github/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Add GitHub Channel

Adds GitHub support via the Chat SDK bridge. The agent participates in PR and
issue comment threads. NanoClaw doesn't ship channels in trunk — this skill
copies the GitHub adapter in from the `channels` branch.

The mechanical steps under **Apply** carry `nc:` directive fences: an agent
reads the prose and applies them, and a parser can apply them deterministically
from the same document. Every directive is idempotent, so the whole skill is
safe to re-run; anything a parser can't apply falls back to the prose beside it.

## Prerequisites

You need a **dedicated GitHub bot account** (not your personal account). The adapter uses this account to post replies and filters ou
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有