with one click
test-cwf-skill
Test skill for validating CIG understanding of skills system
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Test skill for validating CIG understanding of skills system
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Create sub-implementation task within existing task (v2.0)
Guide user through planning phase
Guide user through implementation execution phase
Guide user through maintenance phase
Guide user through retrospective phase
Guide user through rollout phase
| name | test-cwf-skill |
| version | 0.1.0 |
| description | Test skill for validating CIG understanding of skills system |
| user-invocable | true |
| allowed-tools | ["Read","Write","Bash"] |
| hooks | {"SessionStart":[{"hooks":[{"type":"command","command":"echo '[test-cig-skill] SessionStart triggered' && ${CLAUDE_PLUGIN_ROOT}/scripts/session-init.sh"}]}],"PreToolUse":[{"matcher":"Write|Edit","hooks":[{"type":"command","command":"${CLAUDE_PLUGIN_ROOT}/scripts/pre-tool-check.sh"}]}],"PostToolUse":[{"matcher":"Write|Edit","hooks":[{"type":"command","command":"${CLAUDE_PLUGIN_ROOT}/scripts/post-tool-notify.sh"}]}],"Stop":[{"hooks":[{"type":"command","command":"${CLAUDE_PLUGIN_ROOT}/scripts/stop-cleanup.sh"}]}]} |
This skill exists solely to test and validate CIG's understanding of the Claude Code skills system.
Test all 4 hook types (SessionStart, PreToolUse, PostToolUse, Stop) and document their execution behavior in references/hook-observations.md.
When invoked via /test-cig-skill:
All hook executions are logged to ${CLAUDE_PLUGIN_ROOT}/references/hook-observations.md for analysis.
/test-cig-skill
Then perform Write or Edit operations to trigger PreToolUse/PostToolUse hooks.
Read references/hook-observations.md to see execution log.