بنقرة واحدة
release
Prepare, package, and publish a release with versioned artifacts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Prepare, package, and publish a release with versioned artifacts.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Guided git commit workflow — review changes, draft message, stage, commit
Manage context pressure during large codebase work without losing critical state.
Create a pull request with structured summary and test plan
Interactive debugging — reproduce, isolate, trace, fix
Explore a codebase or directory to understand its structure and purpose
Implement a requested code change end-to-end with scoped edits and verification.
| name | release |
| description | Prepare, package, and publish a release with versioned artifacts. |
| when_to_use | Use when the user asks to release, publish, package, tag, or distribute a project. |
| required_tools | ["bash"] |
| tags | ["release","packaging"] |
| activation | {"input_patterns":["(?i)(release|publish|package|tag|发布|打包|发版)"]} |
${ARGS}
Confirm version, release target, artifact names, and repository cleanliness with the project's CLI and git status --short.
Run the required test, lint, and packaging checks. Treat warnings as release blockers when the project policy requires it.
Produce deterministic, versioned artifacts. For Cortex plugins, use {repository}-v{version}.cpx.
Create a clear commit, tag, release notes, and attach the expected artifacts. Verify installation from the published source.