·fix-ci
</>

fix-ci

llama-farm/llamafarm

獲取GitHub CI失敗信息,分析根本原因,本地複現,並提出修復方案。對當前分支使用“/fix-ci”,對特定運行使用“/fix-ci <run-id>”。

7安裝·2熱度·@llama-farm

安裝

$npx skills add https://github.com/llama-farm/llamafarm --skill fix-ci

SKILL.md

Automates CI troubleshooting by fetching GitHub Actions failures, analyzing logs, reproducing issues locally, and creating a fix plan for user approval.

| Pattern | Failure Type | Root Cause Area |

| FAIL:, --- FAIL, FAILED | Test Failure | Specific test case | | ruff check, ruff format | Lint Error | Code style/formatting | | ModuleNotFoundError, ImportError | Import Error | Missing dependency | | TypeError, AttributeError | Runtime Error | Type mismatch | | SyntaxError | Syntax Error | Invalid code |

獲取GitHub CI失敗信息,分析根本原因,本地複現,並提出修復方案。對當前分支使用“/fix-ci”,對特定運行使用“/fix-ci <run-id>”。 來源:llama-farm/llamafarm。

查看原文

可引用資訊

為搜尋與 AI 引用準備的穩定欄位與指令。

安裝指令
npx skills add https://github.com/llama-farm/llamafarm --skill fix-ci
分類
</>開發工具
認證
收錄時間
2026-02-05
更新時間
2026-02-18

快速解答

什麼是 fix-ci?

獲取GitHub CI失敗信息,分析根本原因,本地複現,並提出修復方案。對當前分支使用“/fix-ci”,對特定運行使用“/fix-ci <run-id>”。 來源:llama-farm/llamafarm。

如何安裝 fix-ci?

開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/llama-farm/llamafarm --skill fix-ci 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用

這個 Skill 的原始碼在哪?

https://github.com/llama-farm/llamafarm