coauthor-brief

仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

把复杂项目简要化,适合多作者和跨机器协作场景。

▸ 风险提示

需要访问 git 历史与文件,可能暴露未公开信息。

这个 Skill 做什么

生成面向合作者的项目交接简报,包含变动、状态与运行说明。

把多作者、多机器项目的一页交接说明写清楚:列出自上次以来的变动(git delta)、每个产物的当前状态、未决问题与复现步骤。适合在交接、入组或发代码前让合作者快速上手时使用。重点是跨人跨机的meta治理级别说明,包含受限数据访问与本地跑通的实操步骤,不是简单的提交记录。

▸ 展开 SKILL.md 英文原文

Generate a co-author / collaborator handoff brief for a multi-author, multi-machine project — summarizing what changed since the last brief (git delta), the current state of each artifact (manuscript, analysis, slides), open questions, how to reproduce locally, and any restricted-data access steps. Use when user says "coauthor brief", "handoff brief", "bring my coauthor up to speed", "what changed since last week", "onboard a collaborator", "write a handoff for [name]", or before sending a co-author the repo. NOT a commit or a checkpoint — it is the cross-machine, cross-person summary `meta-governance.md` only partially covers.

研究检索合著交接协作简报git摘要通用
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+59
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/coauthor-brief/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/coauthor-brief/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /coauthor-brief — Collaborator Handoff Brief

Produce a single Markdown brief a co-author (or your future self on another machine) can read in a few minutes to know **what changed, where each artifact stands, what's blocked, and how to run the pipeline locally** — including restricted-data access steps a new collaborator needs. [`meta-governance.md`](../../rules/meta-governance.md) covers the *memory* side of cross-machine work (what syncs via git, what stays in gitignored `personal-memory.md`); this skill covers the *human* side: the per-person, per-session handoff.

**Core principle:** `/checkpoint` is for *you* resuming; `/coauthor-brief` is for *someone else* starting. The first answer
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有