Root cause analysis plugin integrating Prometheus, GitHub, and GitLab for production incident investigation
npx claudepluginhub evangelosmeklis/thufirRoot cause analysis plugin integrating Prometheus, GitHub, and GitLab for production incident investigation
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
Production-ready workflow orchestration with 79 focused plugins, 184 specialized agents, and 150 skills - optimized for granular installation and minimal token usage
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
Autonomous root cause analysis for production incidents. Integrates with Prometheus, GitHub, and GitLab to investigate alerts, analyze metrics, search code, and generate comprehensive RCA reports.

# Add the marketplace
/plugin marketplace add evangelosmeklis/thufir
git clone https://github.com/evangelosmeklis/thufir.git
cc --plugin-dir ./thufir
Create .claude/thufir.local.md:
---
prometheus:
endpoint: "https://prometheus.example.com"
github:
token: "ghp_your_token"
default_repo: "owner/repo"
gitlab:
token: "glpat_your_token"
default_project: "group/project"
---
Get tokens:
repo scope)api scope)** Just write this in claude code**
/thufir
and a drop down will appear
# Root Cause Analysis Report
Date: 2025-12-19
Alert: HighErrorRate - api-service
## Summary
95% error rate at 14:32 UTC due to database connection pool exhaustion
## Root Cause
File: src/database/connection.js:45
Commit: abc123 by John Doe on 2025-12-19
Issue: Connection pool reduced from 100 to 10 connections
## Fix
Revert pool size change or increase based on load testing
Made with Claude Code with ❤️ in Athens, Greece