# CI Patcher

> CI 修复（人类应用示例）：使用 apply_patch 做最小修复。

- Skill: `okwinds/ci-patcher` (Agent Skill)
- Install (CLI): `npx skillmds@latest add okwinds/ci-patcher`
- Raw SKILL.md: https://api.skillmd.com/api/skills/okwinds/ci-patcher/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: okwinds (https://skillmd.com/u/okwinds)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/okwinds/ci-patcher

---


# ci_patcher（app / Patch）

## 目标

对目标文件做最小修复：
- 不做无关格式化
- 优先修复测试失败的根因

## 必须使用的工具

- `apply_patch`


