datadog-analysis

Solid

Analyze Datadog error logs for Packmind production services (api-proprietary, mcp-proprietary, frontend-proprietary), group them into patterns, root-cause against the codebase, and produce a structured bug report. Triggers on Datadog, production logs, prod errors, service health, or periodic error reviews.

Data & Documents 287 stars 14 forks Updated today Apache-2.0

Install

View on GitHub

Quality Score: 85/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Datadog Analysis Analyze production error logs from Packmind Datadog services, group them into patterns, cross-reference stack traces with the codebase, and produce a structured markdown report with root causes and Datadog search patterns. ## Prerequisites - The Datadog MCP server must be connected. If not connected, prompt the user to run `/mcp` first. - Read `references/datadog_mcp.md` before making any MCP tool calls for guidance on tool usage, gotchas, and known pitfalls. ## Services The analysis covers three production services. Each maps to a Datadog service name, a codebase location, and a Dockerfile: | Datadog service | App | Codebase | Dockerfile | Runtime | |----------------|-----|----------|------------|---------| | `api-proprietary` | API | `apps/api/` + all `packages/` | `dockerfile/Dockerfile.api` | Node.js (NestJS, TypeORM, Redis/ioredis, BullMQ) | | `mcp-proprietary` | MCP Server | `apps/mcp-server/` + all `packages/` | `dockerfile/Dockerfile.mcp` | Node.js (tree-sitter, SSE) | | `frontend-proprietary` | Frontend | `apps/frontend/` | `dockerfile/Dockerfile.frontend` | Nginx (static SPA serving) | Root cause analysis should trace errors back to source files in the monorepo. For Nginx (frontend), also check the Nginx configs in `dockerfile/nginx.*.conf` and the entrypoint `dockerfile/nginx-entrypoint.sh`. ## Parameters | Parameter | Default | Description | |-----------|---------|-------------| | Days to analyze | 7 | Number of past days to look at. Ov...

Details

Author
PackmindHub
Repository
PackmindHub/packmind
Created
8 months ago
Last Updated
today
Language
TypeScript
License
Apache-2.0

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category