用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/Dev-Toolbelt/dev-team-agents --skill feature-learn命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | feature-learn |
| description | Automatic per-feature lessons-learned promotion at session close, scoped mirror of /learn. |
Runs automatically at the end of a feature command's Session close (mandatory) phase — no user
confirmation, same footing as the mandatory review handoff, because it only writes local docs. It is
a scoped mirror of /devteam:learn's mechanics (commands/learn.md), not a replacement: /learn
stays the manual, full-session pass; this fires every time a feature closes, so knowledge compounds
feature-to-feature instead of aging inside session-summary.md until someone remembers to run /learn.
git diff <base>...HEAD --stat for this task's branch/worktree### Amendment Log (if any) — see skills/shared/spec-gate/SKILL.md[SPEC-DRIFT], [ARCH-DEVIATION], or [BLOCKER] finding raised during this task's review
handoffdocs/development/*.md,
docs/wiki/, or an ADRApply the same bucket table /devteam:learn Step 2 uses (Doc patch / Wiki entry / ADR candidate /
Session summary / Nothing to update) — do not restate it here, reference commands/learn.md. Spawn:
technical-writer — only if at least one bucket has content; writes doc patches and wiki entries
per skills/shared/docs-sync/SKILL.mdsoftware-architect — only if an ADR candidate was identified; follows skills/shared/adr/SKILL.mdFold the promoted files into this task's own Session-close commit(s) (layered per
conventional-commits), or as one trailing docs: commit — never leave promoted docs uncommitted
and unmentioned in the hand-off message.
If the scoped evidence yields no bucket hits, skip silently — no agent spawn, no commentary. Mirrors
/devteam:learn's "Nothing to update" behavior so the gate never manufactures busywork on trivial
tasks.