What problem does it solve?
This Skill prevents your main AI assistant from getting bogged down with complex New Relic NRQL and API details, which bloats context, increases costs, and reduces focus. It delegates specialized monitoring queries to a sub-agent, ensuring your primary AI remains efficient and cost-effective.
Core Features & Use Cases
- NRQL Query Execution: Run custom NRQL queries to analyze logs, transactions, and metrics.
- Alert & Application Monitoring: List active alerts and monitored applications.
- Log Search & Pattern Analysis: Search logs, identify anomalies, and detect new log patterns.
- Drop Rule Management: List and verify NRQL drop rules for data ingestion control.
- Use Case: When a user asks to "show me active alerts", this Skill automatically delegates the task to a specialized sub-agent, which executes the necessary
monitoring-alerts command and returns a formatted list of alerts, without exposing complex NerdGraph details to the main AI.
Quick Start
Example: Delegating a New Relic query
Task(
subagent_type: "general-purpose",
description: "Query New Relic monitoring",
prompt: "<full agent instructions from AGENT-INSTRUCTIONS.md>
USER REQUEST: Show me active alerts
Return clean, formatted results ready to show the user."
)