Agent Skill Release Review
Overview
Use this skill to review a skill or plugin before it is published publicly. It is intended for maintainers who want a release-quality audit rather than a casual style pass.
Review Workflow
- Confirm the artifact type and release target.
- Identify whether the target is a skill, plugin, or mixed repo.
- Confirm whether the release target is Codex-only or multi-agent.
- Inspect trigger quality and scope.
- Check that
nameanddescriptionare specific, non-overlapping, and aligned with intended user requests. - Flag broad language that could cause false triggering or agent confusion.
- Check that
- Inspect source structure.
- Verify required files exist and optional resources are justified.
- Flag dead scaffolding, redundant docs, and generated files that should not be committed.
- Inspect release readiness.
- Check licensing, contribution docs, security policy, changelog, tests, and CI.
- Confirm that the public README explains what is shipped today, not just what might exist later.
- Report findings.
- Prioritize blocking issues first, then follow-up improvements.
- Distinguish required release blockers from non-blocking polish.
What to Focus On
Trigger Quality
- Is the skill description narrow enough to trigger only in the right situations?
- Is the skill name readable, stable, and consistent with folder naming?
- Would multiple skills in the same repo conflict or overlap?
Structure and Maintainability
- Does the artifact follow the expected folder layout?
- Are
references/,scripts/, andassets/used only when necessary? - Are generated or local-only files excluded from source control?
Public OSS Readiness
- Is the repository safe and comprehensible for outside contributors?
- Are release expectations, support boundaries, and security reporting clear?
- Does CI cover the actual contract that the project exposes?
Output Expectations
- Findings first, ordered by severity.
- Include file references when possible.
- Separate:
- release blockers
- correctness or maintainability issues
- optional polish
- If the artifact is ready, say so explicitly and note any residual risk.
References
For a detailed release checklist, read references/release-checklist.md.