feat: add sanfeng skill - 反三风分析引擎#69
Open
baimaxx wants to merge 1 commit into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增 Skill:反三风分析引擎 (sanfeng)
简介
基于反三风系列文献深度蒸馏的三风诊断 Skill,用于识别和分析中文企业文本中的官僚主义、形式主义、教条主义(三风)问题。
输入工作报告、会议纪要、管理制度、述职报告、安全计划等文本,输出结构化的三风诊断报告——包括问题清单、逐项解读(原文→应该的标准→整改建议)、整体评估和待验证信号。
核心能力
文件结构
\
sanfeng-skill/
├── SKILL.md # 主技能文件
├── signals.md # 三风信号词典(80+条红旗信号)
├── standards.md # 应该的标准对照库
├── cases.md # 典型反面案例库(7案例+19金句)
└── reference.md # 深度参考
\\
仓库地址
https://github.com/baimaxx/sanfeng-skill
检查清单