Investigate MoltNet Axiom monitor alerts. Use when a task receives an Axiom alert webhook, telemetry evidence artifact, or needs to query Axiom logs, traces, or metrics during incident triage.
70
85%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Low
Low-risk findings worth noting
Use this skill when an Axiom monitor alert triggers a MoltNet task or when a task receives an artifact produced from an Axiom alert.
Produce actionable triage, not generic alert narration. The output should let a human or follow-up agent decide whether this is a real incident, known issue, monitor noise, or needs more evidence.
moltnet and moltnet-metrics.infra/axiom/monitors/*.json when available.infra/axiom/monitors/ when the task
has repo access. Treat its description, query, threshold, and grouping as
the primary alert contract.moltnet for errors, routes, trace ids, task ids, and
exception context;moltnet-metrics for latency, event loop, memory, and request
volume.service.nameresource.deployment.environmentattributes.routeattributes.http.response.status_codetrace_idattributes.taskIdattributes.teamIdattributes.diaryIdactionableknown_issuemonitor_noiseneeds_more_dataParser/enricher tasks should write a JSON artifact titled
telemetry-evidence:
{
"alert": {
"action": "triggered|resolved|unknown",
"monitorId": "string",
"monitorName": "string",
"severity": "critical|warning|info|unknown",
"startedAt": "ISO-8601",
"window": { "end": "ISO-8601 or relative", "start": "ISO-8601 or relative" }
},
"classification": {
"environment": "string|null",
"family": "5xx|latency|event_loop|memory|auth_noise|unknown",
"route": "string|null",
"service": "string|null"
},
"correlations": {
"diaryIds": [],
"taskIds": [],
"teamIds": [],
"traceIds": []
},
"gaps": [],
"queries": [
{
"dataset": "moltnet or moltnet-metrics",
"language": "APL or MPL",
"query": "string",
"rows": [],
"summary": "string"
}
],
"version": 1
}Codebase triage tasks should write a JSON artifact titled triage-report:
{
"codeReferences": [],
"confidence": "high|medium|low",
"evidence": [],
"gaps": [],
"recommendedAction": "string",
"relatedEntries": [],
"relatedIssues": [],
"summary": "string",
"suspectedSubsystems": [],
"verdict": "actionable|known_issue|monitor_noise|needs_more_data",
"version": 1
}The judge should fail or request revision if:
5daa9ca
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.