← Browse

@zrosenfield/log-knowledge-gap

A

Logs unanswered questions to the Knowledge Gaps list and routes them to a subject matter expert. Triggers when the assistant cannot answer a question from the Knowledge Base library. Checks the Expert Directory for a matching expert and assigns the gap automatically.

skillclaude

Install

agr install @zrosenfield/log-knowledge-gap --target claude

Writes 1 file into .claude/skills/, pinned to git-c368f913.

  • .claude/skills/log-knowledge-gap/SKILL.md

Document


name: log-knowledge-gap description: Logs unanswered questions to the Knowledge Gaps list and routes them to a subject matter expert. Triggers when the assistant cannot answer a question from the Knowledge Base library. Checks the Expert Directory for a matching expert and assigns the gap automatically.

When you cannot answer a question from the Knowledge Base library:

  1. Create an item in the Knowledge Gaps list. Set Question to the user's question, Topic to your best guess at the subject area (match existing KB file names when possible), Asked By to the user's name (ask if you don't know it), and Status to Open. Set Source Type to Gap.
  2. Check the Expert Directory list for anyone whose Expertise Areas match the topic. If found, update Assigned Expert and set Status to Assigned.
  3. Tell the user you've logged the gap and who it's been routed to (or that it's unassigned if no expert matched).

Trustgrade A

  • passBody integrity

    Whether the stored document is plausibly the kind of file the artifact declares, rather than something fetched by mistake.

  • passType matchnot applicable to this artifact type

    Whether the artifact is really the kind of thing its metadata claims it is.

  • passFreshness

    How long since the source repository was last pushed to.

  • passPrompt injection

    Scans the artifact's own text for instructions aimed at your agent rather than at you.

  • passLicense

    Whether the source repository declares an SPDX license permissive enough to redistribute.

How the grade is calculated

Each check contributes 0 points when it passes, 1 when it warns, and 2 when it fails. The total maps to a letter:

  • Aevery check passed
  • Bone warning
  • Ctwo warnings
  • Dprompt injection or body integrity failed, or three warnings
  • Fone of those failed, and something else is wrong

These are automated hygiene checks, not a security audit, and not a dependency or vulnerability scan. A grade of A means nothing was flagged — not that the artifact is safe.

Versions

  • git-c368f9133cff2026-07-31