deepchat-sdd-cleanup

仓库创建 2025年2月14日最近提交 5 小时前SkillHot 收录 20 天前
▸ 精选理由

专门用于有明确请求时的文档清理,避免自动化误删历史内容。

▸ 风险提示

会删除或修改文档文件,可能丢失信息,操作前应备份与复核。

这个 Skill 做什么

按规则清理、修剪或移除 DeepChat 的 SDD 文档与相关条目。

在开发者明确要求下清理 DeepChat 的 SDD 文档:扫描 docs 目录、移除已完成或过期的 feature/issue/architecture 文档,并倾向多 Agent 复核后再删。不会自动执行,也不当作常规提交的最后一步,适合做发布后或重构后的文档卫生整顿。

▸ 展开 SKILL.md 英文原文

Use only when a developer explicitly asks to clean, prune, tidy, or organize DeepChat SDD documentation after implementation and validation. Scans docs/features, docs/issues, and docs/architecture; prefers multi-agent review when available; removes completed issue docs tied to closed GitHub issues, drops stale plan/tasks files from completed feature or architecture goals, and deletes obsolete feature or architecture docs.

Skill 开发管理文档整理SDD仓库维护通用
6.2k
Stars
707
Forks
23
仓库内 Skill
+70
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/.agents/skills/deepchat-sdd-cleanup/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/ThinkInAIXYZ/deepchat/dev/.agents/skills/deepchat-sdd-cleanup/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# DeepChat SDD Cleanup

## Rule

Run this skill only when the developer explicitly asks for SDD cleanup, documentation tidying, pruning,
or removal of completed/stale SDD files. Do not run it as an automatic final step of ordinary
feature, bug, architecture, or release work.

## Workflow

1. Inspect `docs/spec-driven-dev.md`, `docs/README.md`, and `git status`.
2. Inventory `docs/features`, `docs/issues`, and `docs/architecture` with `find` or `rg`.
3. Prefer parallel sub-agent review when available:
   - one pass for `docs/features`
   - one pass for `docs/issues`
   - one pass for `docs/architecture`
   - optional verifier pass over proposed deletes
4. Apply only changes with clear evidenc
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有