用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/sapegin/dotfiles --skill fix-pr-ci命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Review a diff for local code quality, AI-generated slop, and polish in application code, configuration, documentation, and agent artifacts.
Review a diff for requirements, behavior, APIs, architecture, and maintainability across code, configuration, documentation and agent artifacts.
Audit every local skill for predictable behavior, sound structure, and prompt quality.
正在显示 SKILL.md
| name | fix-pr-ci |
| description | Analyze and fix CI failures for current pull request. |
| disable-model-invocation | true |
Fetch failing CI logs, identify the root causes, and make the smallest code changes needed to fix all reported failures.
Run the CI log checker:
git-ci-logs
It reports failed checks, fetches failed GitHub Actions logs, and identifies checks whose logs are external. If it cannot find a pull request for the current branch, stop and ask the user how to proceed.
Analyze before editing:
Fix failures with minimal edits:
Validate locally with the closest matching commands from the logs first, then broader project validation when available. Examples:
npm test
npm run lint
Report concisely: