theme-audit

Audit theme definitions and usage across the codebase.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "theme-audit" with this command: npx skills add chmouel/lazyworktree/chmouel-lazyworktree-theme-audit

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

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

deep-analyse

No summary provided by upstream source.

Repository SourceNeeds Review
General

sanity-check

No summary provided by upstream source.

Repository SourceNeeds Review
General

design-sync

No summary provided by upstream source.

Repository SourceNeeds Review