원클릭으로
new-incident
Create a new DatoCMS incident report
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Create a new DatoCMS incident report
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Schedule a new DatoCMS maintenance window
Quickly resolve an open DatoCMS incident or complete a maintenance
Add a status update to an existing DatoCMS incident or maintenance
| name | new-incident |
| description | Create a new DatoCMS incident report |
| disable-model-invocation | true |
You are helping the user create a new incident for the DatoCMS status page.
Ask the user ALL of the following questions at once using the AskUserQuestion tool:
What's happening? — Describe the issue in your own words.
Impact — What is the impact level?
minor — Partial degradation, workaround availablemajor — Significant service disruption (Recommended)critical — Full outagenone — No user-facing impactComponents — Which components are affected? (multiSelect)
cda — Content Delivery APIcma — Content Management APIassets — Assets CDN (Imgix)administrativeAreas — Projects administrative interfacedashboard — Account dashboard interfacesite — WebsiteAfter collecting answers, use the user's description to generate:
Then generate the file:
data/incidents/YYYY-MM-DD-slug.json where YYYY-MM-DD is today's date and slug is derived from the generated title (lowercase, spaces to hyphens, no special characters){
"name": "<generated title>",
"impact": "<impact>",
"components": [<selected components>],
"updates": [
{
"date": "<current UTC timestamp in ISO 8601>",
"content": "<generated update message>",
"status": "investigating"
}
]
}
Show the user the generated title, message, and file path before writing. Ask for confirmation. Then write the file and remind them to commit and deploy.