بنقرة واحدة
commit-and-beta-release
Commit pending changes, bump the patch version tag, and publish a beta release
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Commit pending changes, bump the patch version tag, and publish a beta release
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Full clean rebuild of ORBIS — wipes web/dist, dist-sdist, src-tauri bundle, staged sidecar binary, pyapp env cache, WKWebView state, sidecar.log, and stale unix sockets, then rebuilds frontend → sdist → pyapp sidecar → tauri bundle in the correct order, and launches with stderr captured. Use when voice doesn't work, the orb shows weird state, "Load failed" appears anywhere in the UI, or anything feels off after a code change.
Step-by-step workflow for adding a new processing component to the ORBIS agent pipeline
Step-by-step workflow for integrating a new stage into the ORBIS audio/processing pipeline
Integrate a new ML component (classifier, reranker, etc.) into an existing agent pipeline by reading the codebase, identifying hook points, implementing the module, and wiring it in.
Scaffold and plan a new marketing site — branding audit, stack selection, hero design, and deployment config
Integrate a new ML component (classifier, reranker, embedder, etc.) into an existing pipeline by locating insertion points, implementing the module, and wiring it in.
| name | commit-and-beta-release |
| description | Commit pending changes, bump the patch version tag, and publish a beta release |
Use when work is ready to ship and needs to be committed, versioned, and published as a beta release. Covers the full sequence from dirty working tree to a tagged, published release.
git status, git diff) to confirm what's going outgit tag --sort=-v:refname | head) to determine the next versiongit tag -a v0.1.41 -m "v0.1.41")git push && git push --tags)