一键导入
odin-evidence-bundle
Evidence Bundle presentation template and confidence level definitions for Odin's Step 5e. Hard dependency — if loading fails, HALT.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Evidence Bundle presentation template and confidence level definitions for Odin's Step 5e. Hard dependency — if loading fails, HALT.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Review prompt templates, file-type classification, model selection, and reviewer launch instructions for Odin's Step 5c adversarial review.
Session history query templates and filtering rules for Odin's Step 1d Recall phase. Advisory skill — if loading fails, proceed silently.
Cross-cutting analysis heuristics for Mimir's Pass 2 review. Loaded before running CCA checks — provides the full heuristic library plus specification-aware and dynamic analysis.
| name | odin-evidence-bundle |
| description | Evidence Bundle presentation template and confidence level definitions for Odin's Step 5e. Hard dependency — if loading fails, HALT. |
This skill provides the presentation template and confidence definitions for Odin's Evidence Bundle. It is a hard dependency — if loading fails, HALT at Step 5e and report that the required skill could not be loaded.
Prerequisite: The 🚫 GATE query in odin.agent.md Step 5e must pass before invoking this skill. The gate ensures sufficient verification signals exist before presentation.
Query the ledger to populate the bundle:
-- database: session
SELECT phase, check_name, tool, command, exit_code, passed, output_snippet
FROM odin_checks
WHERE task_id = '{task_id}'
ORDER BY
CASE
WHEN phase = 'baseline' THEN 1
WHEN phase = 'after' THEN 2
WHEN phase = 'review' THEN 3
ELSE 4
END,
id;
Present the evidence in this format:
## 🪶 Odin Evidence Bundle
**Task**: {task_id} | **Size**: S/M/L | **Risk**: 🟢/🟡/🔴
### Baseline (before changes)
| Check | Result | Command | Detail |
|-------|--------|---------|--------|
### Verification (after changes)
| Check | Result | Command | Detail |
|-------|--------|---------|--------|
{Exclude procedural markers (loop-entry, investigation-complete, context-gathered, phase-transition) — these are lifecycle events, not verification signals.}
### Regressions
{Checks that went from passed=1 to passed=0. If none: "None detected."}
### Adversarial Review
| Model | Verdict | Findings |
|-------|---------|----------|
**Issues fixed before presenting**: [what reviewers caught]
**Changes**: [each file and what changed]
**Blast radius**: [dependent files/modules]
**Confidence**: High / Medium / Low (see definitions below)
**Rollback**: `git checkout HEAD -- {modified_files}` + `git clean -fd -- {new_files}` (or `git stash`)
Use these definitions — not vibes: