用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/tslateman/duet --skill debrief命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Audit a workspace for recurring friction, pick the highest-leverage one, and build the automation that removes it. Use when the user asks "what should I automate", "what's wasting my time", "find the friction in my workflow", wants a self-improvement pass over their own tooling, or runs this on a recurring loop.
Audit whether another agent actually did what was asked, not just whether the code is good. Use to watch, audit, compare, or fix another agent's work: a Claude Code or Codex session, a transcript, a PR, a branch, a CI run, or a workflow run.
Post-op check for artifacts, damage, and stale references after agent work
正在显示 SKILL.md
基于 SOC 职业分类
| name | debrief |
| description | Review what agents accomplished, surface loose ends across sessions |
Consolidate work done by agents or across sessions. Review what landed and what's still open.
Check what actually shipped:
git log --oneline -15 --all --decorate
Note any commits from agents or parallel work streams.
Check for uncommitted changes or stashed work:
git status --short
git stash list
Produce a brief debrief:
Keep it actionable. Skip anything that's already clean and integrated.
The post-agent triad: debrief recaps what got done, the other two check it.
/sweep: post-op check for artifacts, damage, and stale refs left behind/agent-watchdog: audit whether an agent did what was asked, with a gap report and a narrow fix