temotee2103/dsh-ci-co-pilot ↗★ 0
@temotee2103/dsh-ci-co-pilot
适用于 DeepSeek Harness 的 GitHub CI 辅助插件:支持 PR 审查、CI 失败修复、Issue 分类和发布日志草拟。
AI 分析
核心用途是作为 GitHub 仓库的自动化运维与研发助手。适合需要 AI 协助进行代码审查、自动修复红构建、管理 Issue 及生成变更日志的开发团队。
安裝
npx -p @deepseek-ai/dsh dsh plugin --profile web add github:temotee2103/dsh-ci-co-pilot說明文件
閱讀完整 README ↗💬 Usage examples
Ask your agent things like:
-
Review a PR
Review PR #42 in
deepseek-ai/deepseek-harness. Focus on race conditions and suggest concrete fixes, then submit a review. -
Fix failing CI
CI is red on
main. Find the failures and fix them, then push. -
Triage issues
Triage the open issues in this repo: label the unlabeled ones, close stale duplicates, and leave a comment on the top 3 by comments.
-
Release notes
Draft release notes since the last release and save them to
CHANGELOG.md.
⚙️ Configuration
All knobs are validated config values you can override from your profile's cordis.patch.yml (see the defaults in cordis.patch.yml): review.maxFiles, review.maxDiffChars, ci.maxLogLines, ci.maxFailedChecks, triage.perPage, triage.staleDays, release.perPage.