원클릭으로
test-cwf-skill
Test skill for validating CIG understanding of skills system
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Test skill for validating CIG understanding of skills system
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
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.