skill_audit
Audit one or every UPG skill for source-vs-deployed integrity. Use before recommending a skill to confirm `.claude/skills/<name>/SKILL.md` is a symlink to canonical source and the bodies match. When `in_sync: false`, what you read from `packages/upg-mcp-server/skills/` is NOT what the user will experience.
Skillsatomic (read-only filesystem stat + read)
Arguments
namestringoptionalOptional skill name (e.g. "upg-trace"). If omitted, audits every canonical skill.
Returns
Shape
{ skills: SkillAuditRecord[] }Examples
Live call against the Notion example graph.
Output
{
"skills": []
}