knowledge-auditlisted
Install: claude install-skill mikeprasad/aria-knowledge
# /knowledge-audit — Alias for /audit-knowledge
This is an **alias skill**. The canonical implementation lives at `plugin/skills/audit-knowledge/SKILL.md` within the aria-knowledge plugin. Invoking `/knowledge-audit` and `/audit-knowledge` produces identical behavior — this alias exists only to accommodate users who prefer the inverted "knowledge-audit" phrasing.
## Execute
Read `plugin/skills/audit-knowledge/SKILL.md` (relative to the aria-knowledge plugin root — resolve via `${CLAUDE_PLUGIN_ROOT}/skills/audit-knowledge/SKILL.md` if available, otherwise locate it within the installed plugin tree) and follow every step in that file exactly, passing through any arguments the user provided to this alias.
Do not duplicate canonical logic here. When the canonical skill changes, this alias continues to work because it delegates.
## Why this alias exists
Natural-language phrasing varies between "knowledge audit" and "audit knowledge." The canonical skill is named `audit-knowledge` for consistency with `audit-config` (both follow the `audit-<subject>` pattern). This alias covers the alternative convention without forcing users to remember the canonical form.
Natural-language dispatch ("run a knowledge audit") should still route to the canonical `/audit-knowledge` via its description's trigger phrases. This alias is primarily for users who type `/knowledge-audit` as an explicit slash command.
## Maintenance
- If the canonical skill's frontmatter changes (new argument hints,