Agent skill
theme-audit
Validate all themes for completeness and correct usage
Install this agent skill to your Project
npx add-skill https://github.com/chmouel/lazyworktree/tree/main/.claude/skills/theme-audit
SKILL.md
Theme Audit
Audit theme definitions and usage across the codebase.
Theme definitions
!cat internal/theme/theme.go | head -200
Theme usage in UI
!grep -r "theme\." internal/app/ --include="*.go" | head -50
Potential hardcoded colours
!grep -rE "(lipgloss\.(Color|AdaptiveColor)\(|#[0-9a-fA-F]{6})" internal/app/ --include="*.go" | head -30
Audit themes for:
- Missing colour fields that UI code expects
- Unused theme values that can be removed
- Hardcoded colours in UI code that should use theme fields
- Contrast issues between foreground and background colours
- Inconsistencies between different theme variants
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
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
sanity-check
Run full quality check with live results
Didn't find tool you were looking for?