AgentSkillsCN

jj-describe

掌握使用 Claude Code 的 TeammateTool 和 Task 系统进行多智能体编排。适用于协调多个智能体、并行开展代码评审、构建带有依赖关系的流水线工作流、打造自组织任务队列,或任何能够从分而治之模式中受益的任务。

SKILL.md
--- frontmatter
name: jj-describe
description: Describe the current commit in jujutsu (jj)
disable-model-invocation: true
allowed-tools: Bash(jj *)

Current changes

Diff of the current commit: !jj diff

Recent commit history (for style reference)

!jj log -n 10 --no-graph

Your task

Write a commit description for the current changes based on the diff above.

Follow the commit message conventions observed in the log:

  • If commits use brackets for crate names (e.g., [crate-name]), follow that pattern
  • Keep the first line under 72 characters
  • Use imperative mood (e.g., "Add feature" not "Added feature")
  • Focus on the "why" rather than the "what"

Set the description using: jj describe -m "Your commit message"