Context trace
SkillDev toolsShow which context the AI analyst would receive for a question, why each item was selected, how it is delivered, and which conflicts, stale items, or omissions need attention. Use when the user asks what context was loaded, why a definition did or did not reach an analysis, what the analyst knows about a question, or invokes /context-trace.
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the Context trace skill
What this skill tells your AI
The instructions your AI receives, as published by ai-analyst-lab/ai-analyst in .claude/skills/context-trace/SKILL.md and read by ahel’s review.
Build an evidence record before explaining the context.
-
Read
.knowledge/active.yamland confirm an active dataset exists. -
Run the deterministic manifest builder. Replace the question and output path with the user's values:
python -m helpers.knowledge.context_manifest \ --project-root . \ --question "THE EXACT QUESTION" \ --output working/context-trace.jsonWhen a live DuckDB path is available, add
--duckdb PATH. This runs the schema guard and excludes relevant items whose table shape no longer matches the reviewed snapshot. For another warehouse, callguard_context()with the live connection and pass its result tobuild_context_manifest(quarantined=...). -
Read
working/context-trace.mdandworking/context-trace.json. -
If
blockingis true, stop the analysis and show the conflicting trusted definitions or relevant schema quarantine. Ask for an approved decision or re-verification. -
If a selected item is stale or missing a review date, name it before using it.
-
Explain the result in four parts:
- content: what information was supplied;
- representation: metric, relationship, example, correction, or instruction;
- delivery: resident, selected, or compiled;
- governance: source, owner, status, review date, conflict, and omission.
-
State the limit plainly: the manifest proves what the selector supplied. It does not prove the worker used it or that it is correct.
When an analysis is available, ask the worker to return the context item IDs it cited and used. Reconcile those IDs and the SQL with reconcile_context_use() from helpers.knowledge.context_manifest. Distinguish supplied, cited, and applied. Never treat a citation alone as proof that the SQL followed the context.
Signals
- GitHub stars
- 297
- Forks
- 137
- Last commit
- Sep 2026
Advanced
- Catalog kind
- skill
- Gateway key
context-trace- Source
- github.com/ai-analyst-lab/ai-analyst