ワンクリックで
crypto-artifact-validate
Enforce artifact-contract, presence, dependency, freshness, and cross-reference correctness for the artifact graph.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Enforce artifact-contract, presence, dependency, freshness, and cross-reference correctness for the artifact graph.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | crypto_artifact-validate |
| description | Enforce artifact-contract, presence, dependency, freshness, and cross-reference correctness for the artifact graph. |
| metadata | {"short-description":"Validate the artifact graph and block progression on hidden state failures"} |
This skill is the enforcement layer for the architecture. Its job is to make sure the artifact trail is real, current, internally consistent, and phase-appropriate. It should catch the common workflow failure where the manager writes a few files, forgets to update dependent files, and then keeps reasoning as if the graph were coherent.
Use this skill after every skill that writes or materially changes artifacts. Also use it before resuming prior work, after invalidation events, before skeptical review skill execution, and before solver readiness claims.
artifacts/out/artifact_manifest.jsonartifacts/out/dependency_graph.jsonartifacts/out/invalidation_rules.jsonartifacts/out/validation_reports/latest.jsonBefore declaring a phase valid, explicitly ask:
This skill passes only if the latest validation report says the current phase is coherent and any stale-state issues are either resolved or explicitly blocking continuation.
Reuse prior work only when hashes, dependencies, and artifact semantics still support it.
Normalize remote configuration and connection hints into machine-readable, ambiguity-aware remote artifacts.
Run a bounded, evidence-heavy cribdrag workflow for suspected keystream reuse and XOR-style leakage.
Drive decode-first problems through explicit candidate generation, convergence tests, and branch stop conditions.
Map mixed decode-plus-crypto chains into explicit stages, transitions, and evidence-backed branch routes.
Build explicit vulnerability hypotheses with preconditions, discriminators, costs, scores, and attack-family context.