skill-gap-auditlisted
Install: claude install-skill meteor/agent-skills
# Audit Meteor skill gaps
Compare the published catalog with current Meteor documentation and implementation. Produce a prioritized maintenance report. Do not create or edit skills during the audit.
This workflow adapts Meteor's `docs-gap` and `changelog` skill patterns while keeping the checkout path, checked-out branch, release context, and comparison revisions configurable.
## Inputs
Determine these inputs before analysis:
- Agent-skills repository root.
- Agent-skills target ref and commit SHA. A coordinated release supplies the freshly
fetched default-branch ref and a clean worktree pinned to that SHA.
- Meteor source checkout.
- Audit mode: full catalog or incremental changes.
- Meteor base and target Git revisions for an incremental audit.
- Meteor version or release context when the audit targets a release.
- Reviewed Meteor changelog, docs-gap report, and approved documentation changes
when a coordinated release supplies them.
- Optional previous committed audit record.
- Optional output path. Return the report in the response when no path is requested.
## Coordinated Meteor release audits
When the Meteor release process invokes this skill, start after its changelog and
approved documentation gaps have been consolidated. Treat those artifacts as discovery
and user-facing intent, then verify their claims against the release diff, current
documentation, implementation, and tests. Do not copy core maintainer workflows into
the public application-developer cat