Verify commit claims before push
pre-push-verifyworkflowsetup L2★0
wei18/Sudoku ↗What it does
Cross-check commit message claims against actual diff
Best for
Before git push of a feature branch, before gh pr create, before gh pr merge. Especially after rebase / amend / worktree
Inputs
- · args (workflow parameters)
- · structured schema input
Outputs
- · structured JSON result
Requires
- · agent (Claude)
- · git CLI
- · gh CLI (GitHub)
Preconditions
- · Git repository
- · Git worktrees or sequential edits
Failure modes
- · Agent error suppression / false positives
Trust signals
- · Structured response schemas
- · Explicit phase markers
- · Rich logging