with one click
sanity-check
Run full quality check with live results
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Run full quality check with live results
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
Analyze repository documentation for implementation drift, stale examples, missing coverage, spelling/clarity issues, and reorganization opportunities; produce a prioritized report with exact file references and proposed fixes.
Create, list, switch to, rename, delete, and manage notes for git worktrees using lazyworktree CLI
Check documentation consistency across README, man page, and help screen
Check DESIGN.md synchronization with codebase architecture
Generate conventional commit from staged changes
Thorough code analysis without polluting main context
| name | sanity-check |
| description | Run full quality check with live results |
Run comprehensive quality checks and report results.
!git status --short
!make lint 2>&1 | head -30
!go test ./... -short 2>&1 | tail -20
!go test ./... -cover 2>&1 | grep coverage
Analyse these results and report: