Debug live production services using Lightrun runtime instrumentation to answer questions about variable values, execution timing, and hit counts, then diagnose errors and review pull requests with evidence from production data.
Answer questions about live production system behavior — current variable values, execution durations, hit counts, and value distributions — by instrumenting running services with Lightrun MCP tools. Use when the question requires live runtime data rather than static code analysis (e.g. "show recent requests to this endpoint", "show the runtime distribution for this operation", "what values appear for this expression in production?", "which branch runs for customer X?").
Guide deterministic runtime investigations in environments using Lightrun MCP tools, with preflight gating, recovery/resume rules, evidence-first diagnosis, PR-first fix proposal delivery, and local source-code fallback only when PR creation is not possible.
Guide deterministic runtime investigations in live environments using Lightrun MCP tools, with preflight gating, recovery/resume rules, evidence-first diagnosis, and explicit blocker/handoff outputs.
Review a pull request with Lightrun runtime evidence and diff-aware risk analysis. Use when a user wants to review a PR, check their changes, do a code review with runtime data, validate changes against production, or get a merge-risk assessment.
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
A collection of reusable skills for investigating runtime issues with Lightrun.
skills/ — skill folders (SKILL.md, plus optional assets/scripts).cursor-plugin/ — Cursor plugin metadata.claude-plugin/ — Claude plugin metadata.cursor/mcp.json — Cursor MCP server configuration used by the plugin metadatalightrun-live-runtime-debugging — deterministic live-runtime investigation workflow with preflight checks, evidence capture, and handoff output.lightrun-error-remediation-automation — error remediation automation workflow with root cause analysis, mitigation strategies, and automated fixes.lightrun-ask-prod — live production runtime question answering for current values, durations, hit counts, and distributions.lightrun-runtime-aware-pr-review — pull request review workflow that combines live runtime samples with diff-aware risk analysis.https://github.com/lightrun-platform/lightrun-aiThis repository includes:
.claude-plugin/plugin.json.claude-plugin/marketplace.jsonUse your Claude plugin/marketplace flow to install from this repository.
Codex loads skills from .agents/skills locations.
skills/ into one of:
$REPO_ROOT/.agents/skills$HOME/.agents/skillsskills/<skill-name>/.SKILL.md with YAML frontmatter (name, description).npx claudepluginhub lightrun-platform/lightrun-ai --plugin lightrun-ask-prodDebug issues systematically with root cause analysis and execution tracing
Debugging specialist for errors, test failures, and unexpected behavior. Use proactively when encountering any issues.
Add Logfire observability to Python applications with auto-instrumentation for FastAPI, httpx, asyncpg, SQLAlchemy, and more
Systematic debugging, root cause analysis, log analysis, profiling, binary search debugging, and postmortem analysis.
Sentry Plugin for Claude Code to help with debugging including MCP, commands, and skill capabilities.
Traceway skills: /tw:traceway debugs production issues through the traceway CLI, /tw:traceway-setup instruments a project to report to a Traceway instance.