standup

仓库创建 2025年9月1日最近提交 4 天前SkillHot 收录 21 天前
▸ 精选理由

适合团队快速把分散分支的改动汇总并形成统一执行计划。

这个 Skill 做什么

在多个 git worktree/分支/PR 之间发起只读站会,并把散落改动合并成一份整合计划。

在多个 git worktree、分支或 PR 之间召开只读“站会”,把各处散落的改动当作不同 agent 在一个 markdown 聊天里对话,最后产出一份合并的整合计划。适合并行开发多处改动需要对齐优先级、发现冲突并制定下一步方案时。重点是信息汇总与协商在聊天中完成,流程不修改分支,只带回合并建议。

▸ 展开 SKILL.md 英文原文

Facilitate a read-only standup across git worktrees, branches, or PRs to compare changes and produce one consolidation plan.

开发编程git分支对齐协作Claude Code
8.9w
Stars
7.7k
Forks
21
仓库内 Skill
+2.6k
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/standup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/thedotmack/claude-mem/main/plugin/skills/standup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# standup — facilitate a group chat between branch-agents

You're the **facilitator**. Each of the user's git worktrees (and any PRs they
pick) joins a shared markdown chat as its own agent, and the agents reconcile
their scattered work into ONE consolidated worktree. You convene the room, run
the conversation in rounds, and carry the outcome back — the reconciling happens
in the chat, between the agents.

The room is one shared file (default `~/.claude-mem/STANDUP.md`): YAML front
matter holds the `goal` + `prompt`; the body is the transcript. Writes are
atomically locked, so agents speak at once. It is **read-only** — agents decide
how the merge *should* go; nobody commits or merges inside
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有