com um clique
test-cwf-skill
Test skill for validating CIG understanding of skills system
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Menu
Test skill for validating CIG understanding of skills system
Instalar com Codex ou Claude Copie este prompt, cole no Codex, Claude ou outro assistente e deixe que ele revise a página da skill e instale para você.
Baseado na classificação ocupacional SOC
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.