com um clique
resolve-incident
Quickly resolve an open DatoCMS incident or complete a maintenance
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Quickly resolve an open DatoCMS incident or complete a maintenance
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
| name | resolve-incident |
| description | Quickly resolve an open DatoCMS incident or complete a maintenance |
| disable-model-invocation | true |
You are helping the user quickly resolve an incident or complete a maintenance.
Read the most recent 10 files from both data/incidents/ and data/maintenances/ (sorted by filename descending). Identify which ones are unresolved:
resolvedcompletedIf there are no unresolved items, tell the user "No open incidents or maintenances found." and stop.
If there's exactly one, pre-select it but still confirm.
Present the unresolved ones to the user using AskUserQuestion, showing their name and current status.
Ask the user using AskUserQuestion:
Append a new entry to the updates array:
{
"date": "<current UTC timestamp in ISO 8601>",
"status": "resolved",
"content": "<resolution message>"
}
{
"date": "<current UTC timestamp in ISO 8601>",
"status": "completed",
"content": "<resolution message>"
}
Use the Edit tool to modify the file. Show the user the updated file contents.
Remind them to commit and deploy.