원클릭으로
design-metadata-schema
Design comprehensive metadata frameworks. Develops structured metadata templates and tagging systems.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Design comprehensive metadata frameworks. Develops structured metadata templates and tagging systems.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Perform exhaustive analysis of a critical IOC. Use when an IOC needs Tier 2+ investigation beyond basic enrichment - includes GTI pivoting, deep SIEM searches, correlation with related entities, and threat attribution. For escalated IOCs requiring comprehensive investigation.
Complete Tier 1 triage workflow. Orchestrates the full alert triage process: check-duplicates, triage-alert, enrich-ioc for each entity, and either close (FP/BTP) or escalate (TP/Suspicious). Use for end-to-end alert processing.
Complete Tier 2 investigation workflow. Orchestrates deep investigation of escalated cases: deep-dive-ioc, correlate-ioc, specialized triage (malware/login), pivot-on-ioc, and generate comprehensive report. Use for escalated cases requiring thorough analysis.
Check for duplicate or similar cases. Use before deep analysis to avoid investigating the same incident twice. Takes a CASE_ID and returns list of similar cases.
Close a case or alert with proper reason and documentation. Use when triage determines an alert is FP/BTP or investigation is complete. Requires artifact ID, type, closure reason, and root cause.
Check for existing SIEM alerts and case management entries related to IOCs. Use to understand if an indicator has triggered previous alerts or is part of ongoing investigations. Takes IOC list and returns related alerts and cases.
| name | design-metadata-schema |
| description | Design comprehensive metadata frameworks. Develops structured metadata templates and tagging systems. |
| required_roles | {"scribe":"roles/scribe.editor"} |
| personas | ["information-architect","data-architect","content-strategist"] |
Develop a comprehensive metadata schema for content management. This skill defines structured fields, validation rules, and standards compliance to improve searchability and management.
PATH - The content domain to apply the schema to (e.g., "/content")OUTPUT_FORMAT - (Optional) The output format for the schema, e.g., "json-schema", "xml", "markdown" (default: "json-schema")DUBLIN_CORE - (Optional) Boolean, whether to align with Dublin Core standards (default: true)CUSTOM_FIELDS - (Optional) List of custom business-specific fields to includeVALIDATION_RULES - (Optional) Boolean, whether to define validation logic for fields (default: true)Analyze the content types at PATH to determine metadata needs.
Define the fields and their properties.
CUSTOM_FIELDS or discovered during analysis.If VALIDATION_RULES is true, define:
Generate the schema definition in the requested OUTPUT_FORMAT (e.g., JSON Schema, XML Schema, or Markdown Table).
A METADATA_SCHEMA object in the specified OUTPUT_FORMAT containing: