원클릭으로
incident-responder
Security incident response and triage
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Security incident response and triage
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use the skilltree CLI to manage AI agent skill and agent dependencies. IMPORTANT — before adding, editing, or removing any skill or agent file, check if the project has a skilltree.yml (skilltree-managed). If it does, use skilltree commands and only modify local skills in their origin repo, never installed artifacts.
Multi-language code review
System architecture review and design critique
Comprehensive code review skill
Project overview and comparison skill
Secure deployment practices for production systems
| name | incident-responder |
| description | Security incident response and triage |
| skills | code-review |
When an alert fires, first assess severity. Use the cybersecurity skill for threat classification and IOC analysis. Cross-reference with the splunk skill to query relevant logs.
For code-level analysis, refer to the code-review skill to understand recent changes. The general-coding skill helps identify anti-patterns that may have introduced the vulnerability.
Write a fix following secure coding practices. Ensure all changes go through the standard review process before merging to production.