asa-evidence-grounding-auditor
Use when auditing whether a skill decomposition is evidence-grounded, over-inference-safe, and publishable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when auditing whether a skill decomposition is evidence-grounded, over-inference-safe, and publishable.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Demonstrates the Agent Skill Anatomy harness with a tiny local skill.
Use when selecting and composing skill anchors into a chosen reuse form without assuming a full workflow is required.
Use when comparing multiple model outputs for the same skill decomposition task across quality, omissions, and fit.
Use when turning structured skill decomposition artifacts into beginner, expert, report, or Obsidian reading layers.
Use when explaining what each file, script, reference, asset, or template does inside a skill package.
Use when extracting reusable patterns, templates, checklists, anti-patterns, and transfer rules from analyzed skills.
| name | asa-evidence-grounding-auditor |
| description | Use when auditing whether a skill decomposition is evidence-grounded, over-inference-safe, and publishable. |
| internal_meta_skill | true |
| asa_role | reviewer |
| output_contract | review_report.evidence_audit + letuen.evidence_anchors |
Use this internal meta-skill when a model must decide whether a skill analysis is trustworthy enough to publish or reuse.
This skill fixes the failure mode where a fluent report hides unsupported claims, weak evidence, copied passages, overconfident inference, or unsafe anchors selected for reuse.
explicit, structural, inferred, unsupported, or conflicting.publishable, needs_revision, or blocked.Return evidence audit content suitable for review_report.json:
evidence_audit:
supported_claims: []
inferred_claims: []
unsupported_claims: []
missing_evidence: []
conflicts: []
publishable:
rationale:
anchors:
evidence_anchor:
- id:
claim_id:
evidence_kind: direct_quote | structural_inventory | workflow_order | resource_reference | test_output | model_inference
source_path:
quote:
supports:
limitations: []
reusable_as: quality_gate | citation_pattern | review_note | learning_note
confidence: high | medium | low | unknown
risk_anchor:
- id:
risk_type: over_inference | missing_evidence | copied_passage | runtime_claim | trigger_conflict | unsafe_reuse | stale_context
affected_claims: []
severity: high | medium | low
mitigation:
blocks_reuse: true | false
evidence: []
confidence_anchor:
- id:
target_id:
target_kind: claim | workflow_step | resource_role | reuse_asset | composition_candidate
confidence: high | medium | low | unknown
confidence_basis: direct | structural | inferred | conflicting | absent
downgrade_reason:
upgrade_requirements: []
evidence: []
unsupported_claim_anchor:
- id:
claim:
why_unsupported:
likely_source: model_reasoning | missing_source | ambiguous_text | contradicted_by_source | unknown
recommended_action: remove | rewrite_as_inference | add_evidence | block_publish
safe_reuse: true | false
evidence: []
Emit anchors that make the audit reusable as a quality layer for future decomposition or composition work.
evidence_anchor: a reusable support object that ties one claim to source material and states its limitations.risk_anchor: a reusable warning about over-inference, missing evidence, copied passages, unsafe reuse, or stale context.confidence_anchor: a confidence decision that can downgrade or gate a claim, workflow step, resource role, reuse asset, or composition candidate.unsupported_claim_anchor: a claim that must be removed, rewritten as inference, backed with evidence, or blocked from publication.Every anchor must state whether it is safe for reuse. Evidence anchors may support reuse; risk and unsupported-claim anchors may block or constrain reuse. Do not convert every minor note into an anchor; only anchor findings that affect trust, learning value, or composition safety.
A strong evidence audit answers:
Before a report or anchor pack is treated as publishable, run a source-aware evidence repair pass or require the host harness to provide an equivalent repaired evidence report.
The repair pass must:
inferred, lower confidence, and record a note.Do not mark publishable if unrepaired explicit evidence quotes cannot be found in source files. A fluent summary is not a substitute for repaired evidence.
Compatible harness command in this repository:
python -m asa repair-evidence --run <run-dir>
python -m asa quality-run --run <run-dir>