phoenix-skills-audit
Phoenix Skills Audit
Keep the three external-facing skills — phoenix-tracing, phoenix-cli, phoenix-evals —
truthful about what the Phoenix Python clients, TypeScript clients, CLI, and APIs actually
do today. The output is patches applied to the skill files, not a report. The skill
reads recent commits, identifies what changed in user-facing surfaces, and updates the
relevant SKILL.md and references/*.md files in place.
This is a sibling skill to phoenix-docs-gap-audit. The docs-gap-audit produces a report
about gaps in docs/phoenix/; this skill produces edits to .agents/skills/. Skills are
loaded into agent context every time the user asks a question that triggers them, so a
stale skill teaches every future agent the wrong API. That makes drift here strictly
worse than drift in human-facing docs — humans can sanity-check; agents can't.