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에 표시된 보조 파일을 읽어 보세요.