my-harness-hook-ci
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Hook/CI Domain Knowledge
Domain-specific knowledge for hooks and CI/CD in moai-adk-go. Supplements expert-devops with project-specific patterns.
Quick Reference
Hook System Architecture
Claude Code hook event
-> .claude/hooks/moai/handle-{event}.sh (shell wrapper)
-> moai hook {event} (Go binary handler)
-> internal/hook/{handler}.go (Go handler logic)