dsh-prompt-audit
开发工具 活跃维护

dsh-prompt-audit

satan9394/dsh-prompt-audit

提示词审计工具,可扫描提示词中的过时交互模式,同时支持模型迁移校验,参考Anthropic相关skill设计思路,轻量化部署即用,方便开发者快速优化提示词合规性与适配性。

0
Stars 标星
0
Forks 分支
0
Watchers 关注
0
Open Issues
JavaScript
主要语言
MIT
开源协议
5 KB
仓库大小
1 个月前
最后推送
一键安装扩展 / 插件指令
dsh plugin --profile web add github:satan9394/dsh-prompt-audit
git clone https://github.com/satan9394/dsh-prompt-audit.git
git clone git@github.com:satan9394/dsh-prompt-audit.git
README.md main

dsh-prompt-audit

DSH(DeepSeek Harness)技能插件:提示词审计与模型迁移

扫描提示词/技能/工具描述中的过时模式(旧模型 cruft):确立范围与目标模型、盘点与来源追踪、模式扫描,产出审计报告(file:line/原因/置信度)+ 建议 diff。受 Anthropic 官方 skills 的 claude-api prompt-audit(Apache-2.0)启发的中文原创精简版。

安装

dsh plugin add dsh-prompt-audit

触发方式

描述中包含"提示词审计 / 迁移新模型 / 过时模式 / cruft / 优化技能描述 / 提示适配"等关键词时自动触发。

能力

  • 范围与目标模型声明
  • 盘点/来源追踪/模式扫描
  • 审计报告(file:line/原因/置信度)
  • 建议 diff 与按需应用

许可

MIT