commit
Stage all changes, generate a commit message from the diff, and commit. Optionally push.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Stage all changes, generate a commit message from the diff, and commit. Optionally push.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Cut a Bobbit release — preflight checks, version bump, signed tag (CI publishes the root to npm via OIDC on tag push), optional binary sub-packages, GitHub release with generated notes.
Bring up a like-for-like PR Walkthrough panel preview using the exact pack source and Bobbit theme bridge
Pull diagnostics out of the running web client (env, viewport/safe-area, performance, app state) and debug hard-to-inspect mobile / installed-PWA layout bugs
Build an interactive HTML UI in the live preview panel using Bobbit's design system
Build an interactive HTML UI in the live preview panel using Bobbit's design system
Create a high-fidelity interactive HTML design mockup with live preview
| name | commit |
| description | Stage all changes, generate a commit message from the diff, and commit. Optionally push. |
| argument-hint | ["push"] |
Commit the current changes with an auto-generated message.
git add -A to stage all changesgit diff --cached --stat to see what changedgit diff --cached to read the full difftype: summary (e.g. feat:, fix:, refactor:, test:, docs:, chore:)git commit -m "<message>"git pushgit add -A, say so and stop.