Stats
Actions
Tags
From spec-driven-workflow
Runs shell scripts before Write/Edit/Bash to remind of skills, and after Skill events to mark completion. Executes bash commands and writes files.
2 events · 2 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Bash(git commit*)echo '[spec-driven] Verificando antes do commit...' && (command -v pnpm > /dev/null && pnpm lint 2>/dev/null; pnpm test 2>/dev/null) || (command -v npm > /dev/null && npm run lint 2>/dev/null; npm test 2>/dev/null) || true120msWrite|Edit(command -v pnpm > /dev/null && pnpm lint --fix 2>/dev/null) || (command -v npm > /dev/null && npx eslint --fix 2>/dev/null) || truenpx claudepluginhub souzalemos/spec-driven-workflow --plugin spec-driven-workflow