Agent skill
sanity-check
Run full quality check with live results
Install this agent skill to your Project
npx add-skill https://github.com/chmouel/lazyworktree/tree/main/.claude/skills/sanity-check
SKILL.md
Sanity Check
Run comprehensive quality checks and report results.
Current Git Status
!git status --short
Lint Results
!make lint 2>&1 | head -30
Test Results
!go test ./... -short 2>&1 | tail -20
Coverage
!go test ./... -cover 2>&1 | grep coverage
Analyse these results and report:
- Any blocking issues that must be fixed
- Files that need attention
- Coverage gaps in tested packages
- Summary of overall project health
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
design-sync
Check DESIGN.md synchronization with codebase architecture
doc-sync
Check documentation consistency across README, man page, and help screen
theme-audit
Validate all themes for completeness and correct usage
commit-helper
Generate conventional commit from staged changes
worktree-manager
Create, list, switch to, rename, delete, and manage notes for git worktrees using lazyworktree CLI
deep-analyse
Thorough code analysis without polluting main context
Didn't find tool you were looking for?