Agent Skills
› solatis/claude-config
› problem-analysis
problem-analysis
GitHub用于根因分析的技能,专注于识别问题发生的原因而非修复方法。通过调用Python脚本自动编排调查过程,避免手动探索,直接执行并遵循输出结果以定位故障根源。
Trigger Scenarios
用户请求问题分析
需要进行根因调查
Install
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.
Version History
- 6e72bc2 Current 2026-07-11 17:18


