dsh-ci-doctor:监视 GitHub Actions 失败并生成结构化诊断

`dsh-ci-doctor` 是一个 DeepSeek Harness(DSH)插件,旨在解决 GitHub Actions 失败后日志分析繁琐的痛点。该插件提供监视与诊断两大核心能力:通过 `ci_watch` 启动后台任务,轮询新的失败运行并设置基线,避免历史故障误报;通过 `ci_diagnose` 将原始日志转化为结构化发现,生成包含归一化错误签名、失败类别及可疑文件的 Markdown 诊断卡。 插件严格遵循只读契约,仅读取 GitHub 状态,不执行推送、合并或重跑等写操作。它依赖已认证的 GitHub CLI 会话,支持通过自然语言指令启动监视或诊断指定运行。此外,插件具备签名

Read More
Diagnose GitHub Actions Failures Before Opening Logs with dsh-ci-doctor

### 译文1(正式学术/技术文档译法): `dsh-ci-doctor` is a DeepSeek Harness community plugin maintained by jkrandom-sudo. It uses `ci_watch` to monitor newly failed GitHub Actions runs, and `ci_diagnose` to aggregate raw logs into diagnostic cards with normalized signatures, failure categories and suspected files. This article verifies the installation commands, read-only contract and configuration items based on the directory page, GitHub README and npm registry. --- ### 译文2(更贴合开源社区常用表述的口语化译法): `dsh-ci-doctor` is a community plugin for DeepSeek Harness built by jkrandom-sudo. It leverages `ci_watch` to track new failed GitHub Actions jobs, and `ci_diagnose` to pack raw logs into diagnostic cards that come with normalized signatures, failure classifications and suspicious files involved. This piece goes through checking the installation commands, read-only covenant and configuration settings via the directory page, GitHub README and npm.

Read More
### 正式译法(适配技术文档场景): Setting up CI: Let AI Agents Help You Build GitHub Actions CI/CD Pipelines

# setup-ci from awesome-cursor-skills: A beginner-friendly DevOps skill for GitHub Actions This skill detects Node.js, Python, Go and other projects via the SKILL.md specification, then generates a `ci.yml` workflow that includes linting, testing, type checking and optional deployment. It emphasizes the use of `npm ci`, dependency caching and secret security best practices. This article covers installation (deploying to `.cursor/skills/`), typical usage and precautions, and is ideal for quickly setting up CI/CD for new projects.

Read More
gh-fix-ci: Use GitHub CLI to let AI help you debug failed CI checks on PRs

If your CI fails before a PR is merged, do you have to switch back and forth between the Actions page and your terminal to check logs? The officially curated OpenAI skill `gh-fix-ci` is specifically designed for GitHub Actions failure troubleshooting: it pulls PR checks and run logs via the GitHub CLI, uses bundled scripts to automatically extract error snippets, provides a repair plan first, and waits for approval before you modify the code. This article introduces the positioning of this skill, the usage of `inspect_pr_checks.py`, as well as the installation and enabling methods in tools such as Codex and Cursor.

Read More