Skip to main content

formal-verification

Rigorously verifies the correctness, safety, or security of code, database migrations, authorization/permission rules, configuration, and business logic. Use this skill WHENEVER the user wants to check, audit, verify, or prove something about a system — for example "is this safe?", "can a user ever read another tenant's data?", "find the gaps in these permissions", "make sure this SQL migration won't break production", "prove this invariant always holds", or whenever they say they review something by hand and suspect they are missing cases. It diagnoses what KIND of verification problem you are facing and routes to the right tool — off-the-shelf linters (Squawk, Atlas, Semgrep, CodeQL), SMT solving (Z3 / MCP Solver), logic programming (Datalog / Prolog), contract-based verification (Dafny), or property-based testing — then guides faithful encoding and honest reporting of what was and was not proven. Reach for this skill even when the user has not named a specific tool.

インストールへ移動

ソース情報

リポジトリ
Harduex/skills
ソースの最終更新活動
2026年6月18日 11:57
検出された SKILL.md の言語
英語
スター
0
フォーク
1

インストール方法

デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。

ソースファイルを確認

インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。