🔍
QualityTypeScript

Root Cause Tracing

by microsoft

Root Cause Tracing is a Quality skill for Claude Code, published by microsoft in FluidFramework.

4.9K stars583 forkson microsoft/FluidFrameworkAdded 2026/07/19Repository updated 2026/08/06
collaborationcrdtdatastructuredistributedfluidfluid-frameworkmicrosoftrealtime
Install in seconds
Install Root Cause Tracing
Copy Root Cause Tracing into your Claude Code skills folder. Run the command in your terminal, or review the source on GitHub before installing.
terminal
npx degit https://github.com/microsoft/FluidFramework/tree/main/.agency/plugins/nori/skills/root-cause-tracing ~/.claude/skills/root-cause-tracing

Requires Node.js. Downloads this skill only — not the rest of the repository — into your Claude Code skills folder.

Without Node.js

git clone https://github.com/microsoft/FluidFramework.git

Clones the whole repository, then copy the skill’s own directory into your skills folder yourself.

In this catalog

Source file
.agency/plugins/nori/skills/root-cause-tracing/SKILL.md in microsoft/FluidFramework
Installs to
~/.claude/skills/root-cause-tracing
Collection
One of 31 skills cataloged from this repository
Category
Quality1897 skills

What Root Cause Tracing does

Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically traces bugs backward through call stack, adding instrumentation when needed, to identify source of invalid data or incorrect behavior

Root Cause Tracing is cataloged under Quality on DirSkills. Root Cause Tracing comes from a repository tagged collaboration, crdt, datastructure, distributed and fluid.

Documentation

README

Root Cause Tracing

Overview

Bugs often manifest deep in the call stack (git init in wrong directory, file created in wrong location, database opened with wrong path). Your instinct is to fix where the error appears, but that's treating a symptom.

Core principle: Trace backward through the call chain until you find the original trigger, then fix at the source.

When to Use

This is the opening of the README. Read the full README on GitHub.

Frequently asked about Root Cause Tracing

  • What else does microsoft publish alongside Root Cause Tracing?

    Root Cause Tracing is one of 31 skills that DirSkills catalogs from microsoft/FluidFramework, the repository it ships in. Its siblings there include API Changes Review, Brainstorming and Building UI/UX. Each one is a separate skill with its own page in this directory, installs the same way Root Cause Tracing does, and is maintained by microsoft in that same repository. The rest of the collection is listed on the microsoft/FluidFramework page.

  • How does Root Cause Tracing compare to other Quality skills?

    Root Cause Tracing ranks #300 by stars among the 1897 Quality skills in this catalog. The most-starred ones next to it are Benchmark, Benchmark Optimization Loop and API Design Patterns. DirSkills ranks by the star count of the repository each skill ships in, so that order reflects how popular those repositories are rather than any review of Root Cause Tracing against them. Open each page to compare what they document and how they install.

More from microsoft/FluidFramework

Root Cause Tracing is one of 31 skills cataloged on DirSkills from microsoft/FluidFramework.

See all 31 skills