fabric-rti-perf-remediate

fabric-rti-perf-remediate is a skill for Claude Code, Codex from PatrickGallucci/fabric-skills. It costs 101 tokens per session (1,237 once invoked), scanned A, original, MIT.

A troubleshooting guide for Microsoft Fabric Real-Time Intelligence, which handles continuously arriving data and fast queries. It covers Eventhouse, KQL databases, Eventstream, ingestion pipelines, and capacity management.

In plain words
What is it for?
Use it to diagnose KQL query performance, Eventhouse CPU or memory use, ingestion latency, Eventstream throughput, materialized-view delays, capacity sizing, and workspace monitoring.
Why use it?
It helps locate the cause of slow KQL queries, delayed or failed data ingestion, growing event backlogs, high resource use, and capacity throttling. It organizes checks across the different parts of a real-time system.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to diagnose KQL query performance, Eventhouse CPU or memory use, ingestion latency, Eventstream throughput, materialized-view delays, capacity sizing, and workspace monitoring.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/patrickgallucci/fabric-skills/fabric-rti-perf-remediate
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add PatrickGallucci/fabric-skills --skill fabric-rti-perf-remediate
Clone the repo
git clone --depth 1 https://github.com/PatrickGallucci/fabric-skills

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for fabric-rti-perf-remediate

README.md
[![agentmods](https://agentmods.dev/badge/skills/patrickgallucci/fabric-skills/fabric-rti-perf-remediate/github.svg)](https://agentmods.dev/skills/patrickgallucci/fabric-skills/fabric-rti-perf-remediate)
Your own site
<a href="https://agentmods.dev/skills/patrickgallucci/fabric-skills/fabric-rti-perf-remediate"><img src="https://agentmods.dev/badge/skills/patrickgallucci/fabric-skills/fabric-rti-perf-remediate/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for fabric-rti-perf-remediate

Your own site · 80×15
<a href="https://agentmods.dev/skills/patrickgallucci/fabric-skills/fabric-rti-perf-remediate"><img src="https://agentmods.dev/badge/skills/patrickgallucci/fabric-skills/fabric-rti-perf-remediate.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 101 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,237 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00101 $0.01237
Opus 5 $0.00051 $0.00619
Sonnet 5 $0.00020 $0.00247
Haiku 4.5 $0.00010 $0.00124

Measured 12d ago against content hash cd7ed83a78fd, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

fabric-rti-perf-remediate scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 12d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/Invoke-RTIDiagnostics.ps1), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/fabric-rti-perf-remediate/SKILL.md · 79 lines

How it starts

The opening of the file, as written. The whole thing — 79 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Fabric Real-Time Intelligence Performance remediate

Systematic toolkit for diagnosing and resolving performance issues across the Microsoft Fabric Real-Time Intelligence stack: Eventhouse, KQL databases, Eventstream, ingestion pipelines, and capacity management.

When to Use This Skill

  • Eventhouse queries running slowly or timing out
  • Ingestion latency or failures into KQL databases
  • Eventstream throughput bottlenecks or backlog growth
  • Capacity throttling errors (HTTP 430, TooManyRequestsForCapacity)
  • High CPU, memory, or cache utilization on Eventhouse
  • Materialized view lag or freshness issues
  • Always-On and minimum consumption sizing decisions
  • Workspace monitoring setup and dashboard interpretation
  • KQL query optimization for Real-Time Intelligence workloads

Prerequisites

  • Microsoft Fabric workspace with Contributor or higher permissions
  • Workspace monitoring enabled (for query/ingestion logs)
  • Fabric Capacity Metrics app installed (for capacity-level analysis)
  • KQL Queryset or Eventhouse query editor access

Step-by-Step Workflows

Workflow 1: Diagnose Slow KQL Queries

  1. Enable workspace monitoring if not already active. See workspace-monitoring.md
  2. Identify expensive queries using the diagnostic script: Run diagnose-slow-queries.kql against the monitoring Eventhouse
  3. Analyze query patterns — filter by Top CPU Time, Top Duration, or Memory Peak
  4. Apply KQL optimization rules from kql-optimization.md
  5. Validate improvement by re-running the query and comparing duration/CPU metrics

Workflow 2: Troubleshoot Ingestion Issues

  1. Check ingestion results logs using diagnose-ingestion.kql
  2. Review Eventstream data insights — check IncomingMessages, OutgoingMessages, BackloggedInputEvents, and WatermarkDelay metrics
  3. Identify failure patterns — deserialization errors, schema mismatches, throttling
  4. Apply throughput tuning per ingestion-remediate.md
  5. Validate pipeline health by monitoring runtime logs on source and destination nodes

Read the full file on GitHub · 79 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 12d ago First seen · 79 lines · 101 tokens per session scan A cd7ed83a78fd

Subscribe to this mod's changes

fabric-rti-perf-remediate is a skill published in the GitHub repository PatrickGallucci/fabric-skills (16 stars, last pushed 3mo ago), licensed MIT. It adds 101 tokens to every session and 1,237 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other skills, from other repositories

routeros-mac-telnet

MAC-Telnet protocol (MikroTik Layer-2 terminal/exec over UDP 20561) wire format, session handshake, and MD5 + MTWEI (EC-SRP) authentication. Use when: implementing or debugging a MAC-Telnet client/server, reaching a RouterOS device by MAC address without IP, parsing MAC-Telnet packets, understanding the WinBox-style…

tikoci/routeros-skills · 141 tokens

routeros-syntax-inspection

Inspecting and validating RouterOS command/script syntax against a live device via /console/inspect (highlight, completion, syntax, child) and :parse IL. Use when: validating RouterOS commands before execution, explaining or linting RouterOS scripts, building syntax-aware tooling (LSP servers, validators, agent…

tikoci/routeros-skills · 111 tokens

routeros-sniffer

RouterOS packet capture and TZSP streaming for protocol debugging. Use when: capturing packets on RouterOS, setting up /tool/sniffer, streaming live traffic via TZSP, using firewall mangle action=sniff-tzsp, debugging network protocols on MikroTik, receiving TZSP with Wireshark or tshark, saving pcap files from…

tikoci/routeros-skills · 107 tokens

lateralus

Lateral-thinking escape hatch for stalled debugging. Surfaces end goal and solution horizon, generates alternatives in three tiers: Grounded (testable causes), Balanced (assumption-questioning), Wild (speculative reframes), plus Workaround (bypass now, fix later). Use when user invokes /lateralus, says "stuck", "going…

SunnyKTuladhar/lateralus · 99 tokens

bug-fix

A structured process for fixing software bugs, including reproducing the problem, finding its root cause, and writing a test that prevents it from returning. A regression test is an automated check that catches a previously fixed problem.

u9401066/template-is-all-you-need · 80 tokens

spark-engineer

Use when writing Spark jobs, debugging performance issues, or configuring cluster settings for Apache Spark applications, distributed data processing pipelines, or big data workloads. Invoke to write DataFrame transformations, optimize Spark SQL queries, implement RDD pipelines, tune shuffle operations, configure…

Jeffallan/claude-skills · 75 tokens