Agent Skills
› solatis/claude-config
› problem-analysis
problem-analysis
GitHub用于问题分析和根本原因调查的 Skill。通过执行 Python 脚本自动编排调查流程,专注于识别问题发生的根本原因(WHY),而非提供修复方案。适用于故障排查和根因分析场景。
触发场景
用户请求问题分析
需要查找问题根本原因
安装
npx skills add solatis/claude-config --skill problem-analysis -g -y
SKILL.md
Frontmatter
{
"name": "problem-analysis",
"description": "Invoke IMMEDIATELY via python script when user requests problem analysis or root cause investigation. Do NOT explore first - the script orchestrates the investigation."
}
Problem Analysis
Root cause identification skill. Identifies WHY a problem occurs, NOT how to fix it.
Invocation
Do NOT explore or analyze first. Run the script and follow its output.
版本历史
- 6e72bc2 当前 2026-07-11 17:18


