jujutsu

Jujutsuバージョン管理

Jujutsuワークスペースを検出し、非対話的で安全性を意識したjj操作を支援します。

AIスキル大辞典による日本語要約
品質評価97/100評価確度:暫定
人気度(GitHub Star) 0発掘スコア 100
01

このSkillでできること

  • Jujutsuワークスペースの状態、履歴、差分を確認する
  • リビジョン、ブックマーク、タグ、リモートを扱う
  • コンフリクト、ワークスペース、設定、復旧作業を支援する
  • jj rootの成功を確認したうえで対象リポジトリを操作する
02

使い方

01
STEP 1

Jujutsu管理下のリポジトリで依頼する

02
STEP 2

ステータスや差分、履歴を確認したい内容を指定する

03
STEP 3

ブックマークやリモートなど、対象のjj操作を明示する

04
STEP 4

Git専用リポジトリやjj rootが失敗する場所では使用しない

03

Skillのインストール

このGitHubリポジトリにあるSkillを確認し、現在の環境に適した方法でインストールしてください。
インストール後、正常に利用できることを確認し、基本的な使い方も簡潔に説明してください。

Repository:
https://github.com/clementpoiret/skills
手動でインストールする

README / SKILL.mdから機械抽出できたコマンドのみ表示しています。推測したコマンドではありません。

skills_checkout="$HOME/.local/share/clementpoiret-skills"
git clone https://github.com/clementpoiret/skills.git "$skills_checkout"
skills_checkout="$HOME/.local/share/clementpoiret-skills"
link_skills() {
skills_dir="$1"
mkdir -p "$skills_dir"
for skill in \
grounded-implementation \
reproduction-first-debugging \
precision-review \
specification-grounded-testing \
profile-guided-optimization \
change-contract \
cross-agent \
simplify-after-green \
simplify-tests-after-green \
jujutsu
do
destination="$skills_dir/$skill"
if [ -e "$destination" ] || [ -L "$destination" ]; then
printf 'skip %s (already exists)\n' "$destination"
else
ln -s "$skills_checkout/skills/$skill" "$destination"
fi
done
}
link_skills "$HOME/.agents/skills"  # Codex
link_skills "$HOME/.claude/skills"  # Claude Code
04

このSkillを使うプロンプト例

Skill名を明示すると、意図したSkillを使わせやすくなります。自動発動型では必須とは限りません。

このJujutsuワークスペースの状態、現在のリビジョン、差分、リモート追跡状況を確認し、問題があれば整理してください。
出力例を見る
jj rootの確認後、ステータス、現在のリビジョン、差分、ブックマークとリモートの状態を報告します。
05

安全性チェック

自動解析による参考情報です。Skillの安全性を保証するものではありません。

外部API通信検出あり
Shellコマンド実行検出あり
ファイル読み取り明確な記述なし
ファイル書き込み明確な記述なし
ネットワークアクセス検出あり
認証情報明確な記述なし
検出根拠を見る
  • shell: lidation and evaluation Run the complete local gate: ```sh python scripts/validate_skills.py python scripts/eval_results.py check-cases evals/cases.
  • network: ngineering Skills A compact library of [Agent Skills](https://agentskills.io/) for improving verified software-engineering outcomes in Codex and Claude
  • network: ction conflicts described in [OpenAI's GPT-6 guidance](https://developers.openai.com/api/docs/guides/latest-model#prompting-best-practices). They also ad
06

関連Skill