ophielel/deepseek-forge--packages-github1

dsh-devkit-github

GitHub Issue, Pull Request, and Actions MCP Bundle for DeepSeek Harness

AI 분석

核心用途是让智能体能够管理 GitHub 仓库。适合需要 AI 自动处理 Issue、评审 PR 或排查 CI 失败原因的开发团队。

패키지
dsh-devkit-github
버전
0.1.0
최근 업데이트
2026. 8. 16.

설치

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:ophielel/deepseek-forge#43ed7a01a996057cbc3b817a63803e8098246ae7&path:packages/github

🧭 开始使用

装完启动 Harness:

dsh --profile web

没有全局 dsh 时:

npx --yes @deepseek-ai/dsh --profile web
  • GitHub 能力默认按任务启用,让 agent 加载 setup-github Skill 即可。
  • 浏览器能力需要时加载 setup-browser Skill;只有 Playwright 明确提示时才装浏览器文件。
  • 出问题别慌:加载 troubleshoot-devkit Skill,或 npx dsh-devkit doctor
  • Runtime 组件只运行你信任的扩展代码——你懂的。