什么是 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