grafana-prd
Tools for interaction with grafana production environment
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Tools for interaction with grafana production environment
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Tools for interaction with countly production environment
Tools for interaction with countly testing environment
Tools for gathering documentation details
Comprehensive document creation, editing, and analysis with support for tracked changes, comments, formatting preservation, and text extraction. When Claude needs to work with professional documents (.docx files) for: (1) Creating new documents, (2) Modifying or editing content, (3) Working with tracked changes, (4) Adding comments, or any other document tasks
Tools for interaction with grafana testing environment
Tools for interaction with graylog production environment
| name | grafana-prd |
| description | Tools for interaction with grafana production environment |
#grafana-prdAccess Grafana production environment for live observability data. Covers metrics (Prometheus), logs (Loki), traces (Tempo), profiling (Pyroscope), incident management, OnCall schedules, Sift investigations, alerting, and dashboard management.
Include #grafana-prd tag in your prompt to activate this skill.
#grafana-prd Show current CPU usage for production API service
#grafana-prd Search production Loki logs for errors in the auth service last 30 minutes
#grafana-prd #fetch Create incident: "Payment service elevated error rate" severity critical
#grafana-prd Find slow requests in production for service checkout last 1 hour
#grafana-prd Who is currently on call?
#grafana-prd List all firing alert rules in production
Do NOT search the filesystem for mcp-config.json or similar files directly.
Do NOT read ~/.copilot/mcp-config.json directly — always route through custom agent file.
MCP server is configured in the grafana-prd.agent.md custom agent file.
Use environment variables defined in .copilot/.env.
Before taking any action, verify the Grafana Production MCP server is reachable:
list_datasources (with limit=1) as a lightweight probe.list_datasources first to find correct datasource UIDs before queryinglist_prometheus_metric_names before writing PromQLlist_loki_label_names / list_loki_label_values before writing LogQLquery_loki_stats to check log volume before fetching entriesget_dashboard_summary instead of get_dashboard_by_uid for large dashboards#grafana-tst in the same requestCRITICAL: Never use #grafana-prd and #grafana-tst in the same request. Choose one environment per query.