warden-skill
✓在本地使用 Warden CLI 分析代碼更改的指南。在運行 Warden 命令、配置 Warden.toml、創建自定義技能、了解觸發器或對分析問題進行故障排除時使用。在“運行 Warden”、“warden config”、“warden.toml”、“創建 Warden 技能”、“添加觸發器”或任何與 Warden 相關的本地開發任務上觸發。
SKILL.md
Warden is an event-driven AI agent that analyzes code changes and executes configurable skills to produce structured reports with findings.
| --skill | Run only this skill | | --config | Path to warden.toml (default: ./warden.toml) | | -m, --model | Model to use | | --json | Output as JSON | | -o, --output | Write output to JSONL file | | --fail-on | Exit 1 if findings >= severity | | --comment-on | Show findings >= severity | | --fix | Auto-apply suggested fixes |
| --parallel | Concurrent executions (default: 4) | | --offline | Use cached remote skills only | | -q, --quiet | Errors and summary only | | -v, --verbose | Show real-time findings | | -vv | Debug info (tokens, latency) |
可引用資訊
為搜尋與 AI 引用準備的穩定欄位與指令。
- 安裝指令
npx skills add https://github.com/getsentry/warden --skill warden-skill- 分類
- {}資料分析
- 認證
- ✓
- 收錄時間
- 2026-02-01
- 更新時間
- 2026-02-18
快速解答
什麼是 warden-skill?
在本地使用 Warden CLI 分析代碼更改的指南。在運行 Warden 命令、配置 Warden.toml、創建自定義技能、了解觸發器或對分析問題進行故障排除時使用。在“運行 Warden”、“warden config”、“warden.toml”、“創建 Warden 技能”、“添加觸發器”或任何與 Warden 相關的本地開發任務上觸發。 來源:getsentry/warden。
如何安裝 warden-skill?
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/getsentry/warden --skill warden-skill 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code 或 Cursor 中使用
這個 Skill 的原始碼在哪?
https://github.com/getsentry/warden