Agent skill

diagnostic-action

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

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill action-diagnostic --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Version: 1.0
Path: skills/analysis/action-diagnostic/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the 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

What's inside
Steps it walks through
  1. Purpose
  2. When to use
  3. Operating rules
  4. Outputs
  5. Symptoms & scope
  6. Hypotheses (ranked)
  7. Most likely causes
  8. Data needed / open questions
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the diagnostic-action skill do?

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

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill action-diagnostic --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going