troubleshooting-rca

Perform root-cause analysis for bugs/errors/regressions using logs, repro steps, and hypothesis testing. Use when the user reports “nie działa”, stack traces, failing tests, or regressions.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "troubleshooting-rca" with this command: npx skills add janjaszczak/cursor/janjaszczak-cursor-troubleshooting-rca

troubleshooting-rca

Activation gate (anti-noise)

Activate when:

  • There is an error message, failing test, crash, regression, unexpected behavior, or logs.

Skip when:

  • User requests implementation from scratch and no failure exists yet.

Procedure

  1. Restate symptom + expected behavior.
  2. Collect minimal repro:
    • Command, input, environment, last known good commit.
  3. Hypotheses (max 3) ranked by likelihood.
  4. Test each hypothesis with the smallest possible check.
  5. Before Fix: Root cause must be clearly stated; one minimal verification step must be given. Then: Fix + verify with test/run.
  6. Add a prevention note (test, guard, logging).

Output

  • Symptom → Most likely cause → Fix → Verification command(s).

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Research

deep-research

No summary provided by upstream source.

Repository SourceNeeds Review
General

vanilla-web

No summary provided by upstream source.

Repository SourceNeeds Review
General

mcp-postman

No summary provided by upstream source.

Repository SourceNeeds Review
General

mcp-memory-recall

No summary provided by upstream source.

Repository SourceNeeds Review
troubleshooting-rca | V50.AI