甜美活泼的技术学姐,帮助你探索代码仓库的秘密 ✨
helpxiaoxiao 是一个基于 CNB NPC 平台的 AI 助手,可以在 Issue 和 Pull Request 中被 @ 来获取仓库相关信息。
在 Issue 或 Pull Request 中 @ helpxiaoxiao 即可触发助手响应:
@helpxiaoxiao 这个仓库是做什么的呀? @helpxiaoxiao 可以帮我分析一下这个项目吗? @helpxiaoxiao 这个仓库有什么可以改进的地方吗?
├── .cnb/ │ └── settings.yml # NPC 人设配置 ├── .cnb.yml # NPC 流水线配置 ├── .codebuddy/ │ └── skills/ │ └── superman/ # Superpower 技能 │ └── SKILL.md ├── Dockerfile # 自定义 NPC 镜像 └── README.md
定义 NPC 的人设、风格和回复格式。
配置触发场景,支持:
issue.comment@npc - Issue 评论触发pull_request.comment@npc - PR 评论触发基于 cnbcool/default-npc-agent:latest,内置 superpower skill。
docker build -t your-registry/helpxiaoxiao:latest .
docker push your-registry/helpxiaoxiao:latest
helpxiaoxiao:
issue.comment@npc:
- stages:
- name: npc respond
image: your-registry/helpxiaoxiao:latest
MIT