git-workspace-review
Installation
SKILL.md
Contains Hooks
This skill uses Claude hooks which can execute code automatically in response to events. Review carefully before installing.
Git Workspace Review
When NOT To Use
- Writing the commit message (use
sanctum:commit-messages) - Running the full pre-PR gate (use
sanctum:pr-prep)
Table of Contents
Verification
Run git status after review to verify workspace state matches expectations.
Testing
Run pytest plugins/sanctum/tests/test_git_workspace_review.py to validate review workflow.