Stats
Actions
Tags
From pythonic
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 · 4 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
Write|EditFILE_PATH=$(echo "$TOOL_INPUT" | jq -r '.file_path') && uv run ruff format "$FILE_PATH"Bashuv run ruff check . && uv run mypy src && uv run pytestWrite|EditFILE_PATH=$(echo "$TOOL_INPUT" | jq -r '.file_path') && uv run ruff check --fix "$FILE_PATH"Write|EditFILE_PATH=$(echo "$TOOL_INPUT" | jq -r '.file_path') && FILE_NAME=$(basename "$FILE_PATH" .py) && uv run pytest tests/test_${FILE_NAME}.pynpx claudepluginhub jwplatta/agent-cubicle --plugin pythonic