Content
50%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a competent threat hunting skill with clear procedural structure and useful UDM query patterns for IOC searches. Its main weaknesses are incomplete actionability (many steps describe what to do abstractly rather than providing executable examples with concrete tool parameters) and missing validation checkpoints in the primary workflow. The tool selection guidance is practical but adds some verbosity.
Suggestions
Add concrete, copy-paste-ready tool invocation examples for key tools (e.g., exact parameters for `get_ioc_match`, `udm_search`, `list_cases`) rather than just naming them.
Add explicit validation checkpoints in the GTI Campaign workflow — e.g., after Phase 1, verify hits are true positives before proceeding to Phase 2 deep investigation.
Provide at least one concrete TTP hunt query example (e.g., a full UDM query for T1003.001 detecting lsass.exe access) instead of describing queries abstractly.
Either provide the referenced `TOOL_MAPPING.md` bundle file or inline the critical tool name mappings to ensure the skill is self-contained.
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | Generally efficient but includes some unnecessary framing ('You are an expert Threat Hunter') and explanatory text that Claude doesn't need. The tool selection section could be tighter, and some action descriptions are slightly verbose. | 2 / 3 |
Actionability | Provides concrete UDM query patterns for IOC lookups and names specific tools, which is good. However, many steps remain at the 'Action: do X' level without executable examples (e.g., no concrete tool invocation syntax, no example parameters for list_cases or summarize_entity). The TTP hunt queries are described abstractly ('e.g., specific process names, command lines') rather than giving concrete examples. | 2 / 3 |
Workflow Clarity | Multi-step workflows are clearly sequenced and numbered with distinct phases. However, validation checkpoints are missing — there's no explicit verification that IOC matches are true positives before deep investigation, no error handling for failed queries, and no feedback loop for the GTI campaign procedure (the TTP hunt has a refine/repeat loop, which is better). | 2 / 3 |
Progressive Disclosure | References `extensions/google-secops/TOOL_MAPPING.md` for tool mapping (good delegation), but no bundle files are provided to support this reference. The content is reasonably structured with multiple procedures, but the skill is moderately long and could benefit from splitting detailed query patterns or procedure details into separate referenced files. | 2 / 3 |
Total | 8 / 12 Passed |