원클릭으로
delegating-to-new-relic-agent
Recognize New Relic queries and delegate to specialized sub-agent to avoid context pollution
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Recognize New Relic queries and delegate to specialized sub-agent to avoid context pollution
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Recognize Fastly CDN queries and delegate to specialized sub-agent to avoid context pollution
Recognize Jira queries and delegate to specialized sub-agent to avoid context pollution
Recognize AWS queries and delegate to specialized sub-agent to avoid context pollution
SOC 직업 분류 기준
| name | Delegating to New Relic Agent |
| description | Recognize New Relic queries and delegate to specialized sub-agent to avoid context pollution |
| keywords | newrelic, nrql, monitoring, alerts, apm, logs, drop-rules, observability, delegate, agent |
| when_to_use | When user mentions "newrelic", "nrql", "alerts", "drop rules", or asks to query/search New Relic monitoring data. ALWAYS delegate to sub-agent. |
| version | 1.0.0 |
Never handle New Relic operations directly. Always delegate to a specialized sub-agent to keep your context clean and costs low.
Delegate when user says:
Use the Task tool with a specialized prompt:
Task(
subagent_type: "general-purpose",
description: "Query New Relic monitoring",
prompt: "<full agent instructions from AGENT-INSTRUCTIONS.md>"
)
When delegating, include:
Example:
You are a New Relic monitoring specialist. Your job is to query New Relic using shell wrappers and return clean results.
<AGENT INSTRUCTIONS HERE>
USER REQUEST: Show me active alerts
Return a clean summary with:
- Alert severity
- Entity names
- Alert conditions
- Status
User: "show me active alerts"
Main Assistant: [Recognizes New Relic query]
→ Invokes Task tool with agent instructions
→ Agent runs monitoring-alerts wrapper
→ Agent returns formatted results
Main Assistant: "You have 2 active alerts:
CRITICAL: federated-graphql - High error rate
WARNING: nginx-gateway - Response time elevated
Would you like details on either of these?"
NRQL Queries:
Drop Rules:
Alerts:
Applications:
Logs:
DON'T:
DO: