Skip to main content
مستودع GitHub

wicked-vault

يحتوي wicked-vault على 6 من skills المجمعة من mikeparcewski، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
6
Stars
0
محدث
2026-06-17
Forks
0
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

wicked-vault-cross-check-evidence
محللو ضمان جودة البرمجيات والمختبرون

Declare a consumer-authored contract and get a mechanical PASS/REJECT verdict for a scope+phase by re-deriving every required artifact. Use when answering "is this claim actually backed by evidence that still holds?" — gate logic, release readiness, or merge checks. Fail-closed when no contract is declared.

2026-06-17
wicked-vault-record-evidence
محللو ضمان جودة البرمجيات والمختبرون

Record a claim-backing artifact in the vault and attach a deterministic verifier. Use when capturing evidence that "tests pass", "build clean", a commit exists, or a file's contents back a claim — and when replacing stale evidence via supersede. Covers --run vs --artifact, verifier syntax, and contract pinning.

2026-06-17
wicked-vault-analyze-evidence
محللو ضمان جودة البرمجيات والمختبرون

Have an INDEPENDENT party analyze whether recorded evidence actually meets its frozen acceptance criteria, and record the judgment as a hash-bound, append-only attestation (mutation-detecting; durable tamper-evidence is the committed git history). Use when judging free-form criteria a deterministic check can't express ("does this adequately address the failure modes"), or producing a third-party sign-off that defeats self-graded "done". Runs a model (non-reproducible, costs a call). For the cheap deterministic integrity check, use wicked-vault:verify-evidence instead.

2026-06-12
wicked-vault-init
مطوّرو البرمجيات

Initialize a wicked-vault in a repository so claims can be backed by re-derivable evidence. OPTIONAL ceremony — record/declare-contract/supersede create the vault automatically; use init only to scaffold explicitly. A read command reporting code VAULT_NOT_FOUND means no evidence exists yet, which record (not init) fixes.

2026-06-12
wicked-vault-update
مطوّرو البرمجيات

Check for and install wicked-vault updates. Compares the installed version against the npm registry, updates the published CLI, and refreshes the skills across all detected AI CLIs (Claude Code, Gemini, Copilot, Codex, Cursor, Kiro, Antigravity). Use when: "update wicked-vault", "check for vault updates", "wicked-vault update", or periodically to stay current.

2026-05-25
wicked-vault-verify-evidence
محللو ضمان جودة البرمجيات والمختبرون

Deterministically re-derive a single recorded artifact's integrity — recompute the payload/criteria/envelope hashes and re-run its pure verifier. Model-free, reproducible, CI-gate-safe. Use to confirm a piece of evidence is still intact and its deterministic check passes, or to detect tamper. Never trusts the cached status. For an INDEPENDENT judgment of whether the evidence MEETS its criteria, use wicked-vault:analyze-evidence.

2026-05-25