JohnXu22786/docgen0

dsh-docgen

面向 DSH 的文档生成技能包插件,提供 README 生成、PR 描述、变更日志与代码审查技能。

AI 分析

核心用途是提供纯提示词驱动的文档与审查技能,自动根据用户需求生成结构化 Markdown。适合需要自动化编写项目文档、PR 说明和代码评审的开发者。

包名
dsh-docgen
版本
1.0.0
许可证
MIT
最近更新
2026年8月16日

安装

$npx -p @deepseek-ai/dsh dsh plugin --profile web add github:JohnXu22786/docgen

Usage

  • Triggering: describe the need naturally in your prompt (see the "When to use" column of the skill table); you don't need to remember skill names. The harness routes automatically based on description / whenToUse.
  • Style options: each skill supports three overridable dimensions — language (defaults to the language of the prompt), length (concise/standard/detailed or full), and tone/depth. Just append them in natural language: length=concise, focus=security, language=en.
  • Output shape: skills produce markdown text directly; README/changelog-type skills give complete content you can save to a file as-is, while PR/review-type skills give structured descriptions or opinion lists.
  • Example prompts: see examples/prompts.md.