Content
77%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a strong, actionable security investigation skill with concrete UDM queries, clear multi-step workflows, and a useful severity assessment matrix. Its main weakness is length—the repeated Remote/Local tool branching pattern across every step adds verbosity, and the multiple full investigation procedures could benefit from being split into separate referenced files. Overall it provides excellent operational guidance for a SOC analyst workflow.
Suggestions
Consider splitting each investigation procedure (Malware, Lateral Movement, Report) into separate referenced files to improve progressive disclosure and reduce the main SKILL.md length.
Reduce repetition of the Remote/Local tool branching by defining a shorthand convention once (e.g., a table mapping capabilities to Remote and Local tool names) and referencing it, rather than listing both options at every step.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The skill is reasonably efficient for its complexity, but includes some unnecessary framing ('You are a Tier 2/3 SOC Analyst') and could tighten several sections. The tool selection preamble repeats Remote/Local patterns extensively across every procedure step, adding bulk. However, the severity matrix and query examples earn their place. | 2 / 3 |
Actionability | Provides concrete UDM queries that are copy-paste ready, specific tool names for each step, clear variable placeholders (${FILE_HASH}, ${CASE_ID}), and a detailed severity assessment matrix. Each procedure has explicit, executable steps with named tools and query syntax. | 3 / 3 |
Workflow Clarity | Multi-step procedures are clearly sequenced and numbered with explicit validation checkpoints (e.g., 'CRITICAL: Confirm no sensitive PII/Secrets in report' before generating output). Each investigation type has a well-defined objective, inputs, and ordered steps with cross-references to common procedures. The tool availability check at the top acts as a pre-flight validation. | 3 / 3 |
Progressive Disclosure | The skill references `extensions/google-secops/TOOL_MAPPING.md` for tool details (good delegation), and common procedures are factored out to avoid repetition. However, no bundle files are provided to verify the reference, and the skill is quite long (~120 lines of dense content) with all investigation procedures inline rather than split into separate files. The lateral movement queries and malware investigation could be separate referenced documents. | 2 / 3 |
Total | 10 / 12 Passed |