Evidence Recording
This Skill deliberately declares no AI capability at all — it is the
one Skill in this pack whose entire job is mechanical: take what a real
tool actually reported, and write it down. This mirrors the domain
model's own distinction between Artifact (a human-directed deliverable)
and Evidence (a deterministic, tool-produced verification result) in
backend/src/skillbase_backend/domain/entities.py.
Why this is its own Skill, separate from verification
verification (in the engineering pack) is the Skill that actually
runs the required checks. This Skill is what turns each check's real
result into a durable, attributable Evidence record. Splitting them
keeps "did the check run for real" (verification) and "is the result
properly recorded" (evidence-recording) independently reviewable.