Detects and closes drift between the latest released Pixee CLI surface and the published skills/pixee-* skills on origin/main. Trigger after a new pixee release, on a /audit-skills request, or when the contributor asks 'are the skills up to date?', 'is there a missing pixee skill?', 'does the CLI match the skills?', 'check skill drift', or 'do we need to update the skills for vX.Y.Z?'. Always audits against origin/main (the source of truth for what users see), never the local working tree. Produces a structured drift report first, then files DevRev issues in CAPL-44 and hands each one to /dev-workflow:implement-issue. Accepts --headless for unattended post-release runs.
$npx -y skills add pixee/pixee-cli --skill audit-skillsInstalls into the current project.
Run `npx skills use "https://github.com/pixee/pixee-cli" --skill "pixee/pixee-cli/audit-skills"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/pixee/pixee-cli" that are relevant to the current task. Run `npx skills add "https://github.com/pixee/pixee-cli"` and select the relevant skills, then follow their instructions.