AI Agent Hub
Back to plugins
⚙️

gitee-ai-employee

Workflow Updated 2026.08.24

Run the following command in DeepSeek Harness:

dsh plugin install wangbobo-coder/gitee-ai-employee

Paste the following prompt into your AI chat to install this plugin:

Run dsh plugin install wangbobo-coder/gitee-ai-employee in your DeepSeek Harness terminal to install the plugin, source is at https://github.com/wangbobo-coder/gitee-ai-employee , then restart dsh and configure your Gitee token and watched repositories in Settings to start using it.

About this plugin

When maintaining a project on Gitee or GitHub, a long queue of small issues (bug fixes, minor features) means repetitive cycles of cloning, coding, pushing a branch, opening a PR, merging, and closing the ticket. gitee-ai-employee hands that entire pipeline to an AI worker so you only need to mention the bot in an issue and walk away.

The plugin watches both Gitee and GitHub repositories simultaneously and understands natural-language branch instructions (for example, make changes on the release-v1.2 branch). The AI worker clones the repo, implements the change, runs checks, commits to an ai-fix branch, and creates a Pull Request. With autoMerge and autoCloseIssue enabled, the flow from mention to merged-and-closed runs end to end. A built-in security scanner can also perform scheduled or on-demand static audits covering 11 vulnerability classes such as SQL injection, XSS, hardcoded secrets, and command injection. Findings are deduplicated by file, line, and type before being filed as issues with a security-scan prefix, so you never see the same alert twice.

It is well suited to developers who already run DeepSeek Harness workflows locally and maintain projects on Gitee or GitHub. Whether you want the bot to fix bugs and implement small features automatically, or you need periodic security audits of your codebase, configuration is simple and ready to use out of the box.

Use Cases

  • Mention the bot in a Gitee or GitHub issue and let it clone, code, push a branch, and open a PR end to end
  • Schedule static security scans across repositories and auto-file deduplicated vulnerability issues covering injection, XSS, and hardcoded secrets
  • Specify the target branch in plain language and let the AI implement changes on that branch, falling back to the default branch with a comment if it does not exist

Best For

  • Independent developers who maintain projects on Gitee and want to triage small issues faster
  • Small teams or open-source maintainers who want an automated security audit on their codebases
  • Developers already running DeepSeek Harness locally who want to extend their AI workflow with repo automation