wangbobo-coder/gitee-ai-employee ↗★ 1
gitee-ai-employee
Gitee/GitHub AI 员工:在 issue 里 @ 机器人,它自动克隆仓库、按你指定的分支开发并提交 PR(可自动合并、自动关闭 issue)。An issue-driven AI developer for DeepSeek Harness (Gitee & GitHub): @ the bot on an issue, it clones the repo, implements on the branch you name, opens a PR, and can auto-merge and close.
安装
$
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:wangbobo-coder/gitee-ai-employee说明文档
阅读完整 README ↗Usage
- Make sure
pollEnabledis on (or use the manual trigger URL shown in the status API). - Open (or edit) an issue in a watched repo and mention your bot:
@gitee-ai 需要修改 release-v1.2 分支 参会人员选择增加学生选项,注意回显处理。 - The plugin picks it up (usually within one poll interval), comments "已接单", runs the
worker, and later posts the result with the PR link. With
autoCloseIssueon, the issue is closed on success.
For GitHub repos the same flow applies — just configure githubToken and add the repo as
github:owner/repo in watchRepos (or set defaultPlatform to github). For one-off runs
you can also trigger directly:
http://:
/gitee-ai/go?platform=github&owner=octo&repo=hello&number=5
The bot name match uses a lookahead (
(?![A-Za-z0-9_])) so both ASCII and CJK bot names trigger correctly.