🧪 Skills
Release Preflight
Pre-release safety and scope checker for skills, repos, and export bundles. Use before publishing or sharing a skill folder, repository, or release bundle wh...
v1.0.0
Description
name: release-preflight description: Pre-release safety and scope checker for skills, repos, and export bundles. Use before publishing or sharing a skill folder, repository, or release bundle when you need to detect private artifacts, overscoped publish surfaces, local identity leakage, missing release basics, and export-safety risks before something becomes public.
Release Preflight
Check whether a skill, repo, or export bundle is clean enough to publish.
Core workflow
- Identify the target path and target type (
skill,repo, orbundle). - Check export-safety risks first: private directories, local-only artifacts, and unnecessary publish surface.
- Check readiness basics for the chosen target type.
- Scan text files for obvious local identity leakage.
- Produce a decision:
ready,ready_after_fixes, ornot_ready.
Read references as needed
- Read
references/rules.mdfor the rule set and severity model. - Read
references/report-format.mdfor the report structure and decision meanings. - Read
references/target-types.mdfor type-specific expectations and minimal publish surfaces. - Read
references/export-safety.mdfor the default private-path and local-artifact patterns. - Read
references/release-minimal.mdbefore packaging or publishing so the first public surface stays minimal.
Use scripts as needed
- Use
scripts/release_preflight.py <target-path> [--type ...] [--publish-target ...]to run the preflight check.
Operating rules
- Prefer blocking obvious private artifacts over guessing intent.
- Prefer suggesting a smaller public surface instead of trying to auto-fix files.
- Treat identity leakage conservatively when absolute local paths or local usernames appear in public-facing text files.
- Keep the first version focused on text reports and P0 checks; do not expand into full secret scanning or automated publishing.
Reviews (0)
Sign in to write a review.
No reviews yet. Be the first to review!
Comments (0)
No comments yet. Be the first to share your thoughts!