temotee2103/dsh-ci-co-pilot0

@temotee2103/dsh-ci-co-pilot

GitHub CI co-pilot for DeepSeek Harness: PR review, CI failure fixing, issue triage and release notes. Everything is a plugin.

AI 分析

核心用途是作为 GitHub 仓库的自动化运维与研发助手。适合需要 AI 协助进行代码审查、自动修复红构建、管理 Issue 及生成变更日志的开发团队。

パッケージ
@temotee2103/dsh-ci-co-pilot
バージョン
0.2.0
ライセンス
MIT
最終更新
2026/08/16

インストール

$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.