ex-skill 比 colleague-skill 更需要"甩锅检测"功能。#2
Open
Adkid-Zephyr wants to merge 1 commit into
Open
Conversation
…nalysis
- New tool: toxic_pattern_detector.py
- Detects 6 types of toxic communication patterns:
- Gaslighting (煤气灯操纵)
- Blame shifting (甩锅)
- Emotional manipulation (情感操控)
- Silent treatment/cold violence (冷暴力)
- Negging (打压)
- Love bombing (爱意轰炸)
- Generates severity score (0-100) with rating
- Outputs detailed report with statistics and examples
- Updated SKILL.md:
- Added toxic_pattern_detector.py to tool usage table
- Added /toxic-check {slug} management command
- Updated README.md:
- Added /toxic-check to command table
- Added new feature section with pattern descriptions
Inspired by: '同事甩锅 vs 前任甩锅' issue suggestion
|
真无敌了 |
|
我去了真无敌了 |
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.
背景
同事甩锅:「这个需求改了好几个地方」
前任甩锅:「是你想太多了」「我从来没说过」
建议把 colleague-skill 的 Persona 分析模块改一下:
这功能绝对爆款。
功能说明
新增有毒对话模式检测器,支持识别 6 种有毒沟通模式:
使用方法
/toxic-check {slug}输出示例
测试
已用模拟聊天记录测试,功能正常。