con un clic
test-cwf-skill
Test skill for validating CIG understanding of skills system
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Test skill for validating CIG understanding of skills system
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
| 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.
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