smithery/aiskillstore

diagnostic-action

Use when the user asks why something happened, what’s wrong, root cause analysis, debugging, or incident explanation.

Installation

$ npx skills add smithery/aiskillstore --skill diagnostic-action

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from smithery/aiskillstore · top by installs.

npx skills add smithery/aiskillstore

Browse all from smithery/aiskillstore

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Skill metadata

Parsed from SKILL.md frontmatter.

Version1

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,005 B
  • docs SUMMARY.md 144 B

History

  1. First recorded snapshot · 0 installs

SKILL.md

Diagnostic Action Skill

Purpose

Identify and explain likely causes of an observed problem or symptom.

When to use

  • “Why did this happen?”
  • Root cause analysis
  • Debugging / incident investigation
  • Failure analysis

Do NOT use for:

  • recommendations or fixes (use prescriptive-actions)
  • plans or procedures (use planning-action / procedural-action)

Operating rules

  1. Restate symptoms and scope clearly.
  2. Generate multiple plausible hypotheses.
  3. Explain the mechanism for each hypothesis.
  4. Rank by likelihood and impact.
  5. Identify missing data that would disambiguate causes.
  6. Do not prescribe fixes unless explicitly asked.

Outputs

Symptoms & scope

Hypotheses (ranked)

  • Cause
  • Mechanism
  • Evidence for/against
  • Confidence

Most likely causes

Data needed / open questions