什麼是 health-check?
在整個程式碼庫中運行所有品質門並報告結果。無頭——無需分析,只需執行和列印。用於預 PR 驗證、階段完成或常規健康監測。 來源:acedergren/agentic-tools。
在整個程式碼庫中運行所有品質門並報告結果。無頭——無需分析,只需執行和列印。用於預 PR 驗證、階段完成或常規健康監測。
透過命令列快速安裝 health-check AI 技能到你的開發環境
來源:acedergren/agentic-tools。
Full codebase diagnostic: typecheck, tests, security scans, dead code, circular deps, package health. Reports a summary table.
This skill is headless. Run each step as a single Bash command, capture the exit code and key output lines, then print the summary table. Do NOT analyze output, suggest fixes, or spawn agents. Just report what passed and what failed.
Run all steps. Capture exit code and summary line from each. Do NOT stop on failure — run everything and report at the end.
在整個程式碼庫中運行所有品質門並報告結果。無頭——無需分析,只需執行和列印。用於預 PR 驗證、階段完成或常規健康監測。 來源:acedergren/agentic-tools。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/acedergren/agentic-tools --skill health-check在整個程式碼庫中運行所有品質門並報告結果。無頭——無需分析,只需執行和列印。用於預 PR 驗證、階段完成或常規健康監測。 來源:acedergren/agentic-tools。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/acedergren/agentic-tools --skill health-check 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/acedergren/agentic-tools