بنقرة واحدة
jj-describe
Jujutsu VCS describe workflow. Use when the user asks to commit or describe changes in a jj repository.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Jujutsu VCS describe workflow. Use when the user asks to commit or describe changes in a jj repository.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | jj-describe |
| description | Jujutsu VCS describe workflow. Use when the user asks to commit or describe changes in a jj repository. |
| allowed-tools | Bash(jj show:*), Bash(jj describe:*) |
In jj, the working copy (@) is always a mutable change. There is no staging area — all file changes are automatically tracked.
jj show --git
Use jj describe to set the message on the current working copy change. Never use jj commit or jj new.
jj describe --message "Commit message here"
jj commit, jj new, jj abandon, jj squash, or jj rebaseWhen invoked as /jj, describe the current working copy changes using jj describe.
Seriously, only write a single concise one line commit message.