with one click
theme-audit
Validate all themes for completeness and correct usage
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
Validate all themes for completeness and correct usage
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
| name | theme-audit |
| description | Validate all themes for completeness and correct usage |
Audit theme definitions and usage across the codebase.
!cat internal/theme/theme.go | head -200
!grep -r "theme\." internal/app/ --include="*.go" | head -50
!grep -rE "(lipgloss\.(Color|AdaptiveColor)\(|#[0-9a-fA-F]{6})" internal/app/ --include="*.go" | head -30
Audit themes for:
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