Verify Bootstrap

repo に機械ゲート(format / lint / type check / security / dependency audit / test)を立てる、または既存のゲートが古びていないか棚卸しする。Use when starting a new project, when a repo has no automated quality gate, when the user says 「lint を入れて」「この repo にゲートを立てて」「型チェックを入れたい」「静的解析を整備して」「ツールが古い」「verify を棚卸しして」, "set up linting", "add a quality gate", "bootstrap the toolchain", or invokes /verify-bootstrap. 使うツールは skill が知っているのではなく、その時点で search-first に調べさせる — repo のスタックが何であれ同じ手順で回る。NOT for — 既に立っているゲートを 1 回実行するだけ(それは repo の verify entrypoint を直接実行)、ハーネス自身の設定監査(→ config-gc)、コードの意味的レビュー(→ implementation-chain の Review 群)。

shimo4228 4584f2a 15.8 KB Updated

File contents

shimo4228/claude-harness/tree/main/skills/verify-bootstrap commit 4584f2a539

Frequently asked questions

npx skillmds@latest add shimo4228/verify-bootstrap