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