Review a change to a published plugin for what users receive when it lands — whether the version step, the documentation, and the published bundle match the change. Use as one lens in a code review run.
62
73%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./review-lenses/review-plugin-release-readiness/SKILL.mdMerging publishes. There is no separate release step, so a change to a plugin is a release of that plugin, and whatever is wrong about it reaches users at the same moment it reaches the default branch. Review the change as the release it becomes.
For each plugin the change touches, read its manifest, its README, its row in the root listing, and its skills together, as one release.
Then ask what a user who installs the new version gets that the previous version did not: a skill that triggers on different requests, a renamed or removed skill, a changed default, a hook registered on a new event. For each such difference, find where it is written down for that user.
Where the difference takes something away, check the version step against it. Whether an addition is a patch or a minor is a policy this repository has not stated, so do not grade one.
Report a change to the published surface that the version step misrepresents, a document that contradicts the behavior being shipped, or a bundle that gains a file it should not carry or loses one it needs.
Do not report a missing version bump, which CI already blocks. Do not report README wording that is merely improvable, or an internal file that is correctly excluded from the bundle.
This lens reads a document only as a statement about what a user receives. Whether a skill's own instructions are accurate, and whether a template in one behaves as printed, belong to Skill Instruction Integrity and Copyable Snippets. Program logic in a script or hook the plugin bundles belongs to the correctness and security lenses.
37f0a21
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.