Token导航 LogoToken导航TokenDH.com
研究检索需要联网github未标认证来源可访问许可证需确认审计异常

leavn-multi-language-ux-verification-skill留下多语言 UX 验证技巧

Agent Skill

用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化。它适合让 Agent 根据产品场景整理页面结构、生成 UI 方案、检查视觉一致性或改进组件层级。使用时需要结合现有品牌、设计系统和用户任务,不应只堆装饰元素;涉及真实页面改动时,应通过截图或浏览器预览检查文本溢出、对齐和响应式表现。

总安装

9,733

周安装

308

GitHub Stars

10

下载量

3,912
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:leavn-multi-language-ux-verification-skill(留下多语言 UX 验证技巧)
来源仓库:https://github.com/willsigmon/sigstack
仓库路径:skills/leavn-multi-language-ux-verification-skill
安装命令:
npx skills add https://github.com/willsigmon/sigstack --skill 'Leavn Multi-Language UX Verification Skill'
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/willsigmon/sigstack --skill 'Leavn Multi-Language UX Verification Skill'

简介

leavn-multi-language-ux-verification-skill 用于辅助界面设计、视觉规范、排版、配色、布局和交互体验优化,适合生成 UI 方案或检查视觉一致性。

  • 它能帮助 Agent 组织页面结构、改进组件层级,并避免仅堆砌装饰元素而无实质功能提升。
  • 使用时需结合现有品牌、设计系统和用户任务,并通过截图或浏览器预览检查文本溢出、对齐和响应式表现。
  • 安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写操作。
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

Leavn Multi-Language UX Verification Skill

Skill Metadata

  • Name: leavn-language-ux-verify
  • Category: Testing, Localization, UX
  • Description: Comprehensive verification of Leavn app UX across 6 supported languages (English, Spanish, German, Chinese Simplified, Arabic, Hebrew)
  • Author: Claude
  • Version: 1.0.0
  • Last Updated: 2025-10-25

Purpose

Systematically test language switching, localization, RTL support, and content rendering across all supported languages in the Leavn iOS app. Generates a detailed report of what works vs what doesn't.

Supported Languages

  1. English (en) - LTR
  2. Spanish (es) - LTR
  3. German (de) - LTR
  4. Chinese Simplified (zh-Hans) - LTR
  5. Arabic (ar) - RTL
  6. Hebrew (he) - RTL

Instructions

Phase 1: Code Analysis

  1. Locate Localization Infrastructure

- Find I18n facade implementation - Locate .lproj directories or localization files - Check PreferencesStore for language preference storage - Find Settings view for language selection UI

  1. Identify Key Screens for Testing

- Home screen (DailyVerseCard, quick actions, etc.) - Bible reader (BookSelectionView, verse display, search) - Community tab (prayer requests, groups) - Library tab (sermons, devotionals) - Guided tab (meditation, audio experiences) - Onboarding flow - Settings screen

  1. Check RTL Support Implementation

- Search for .environment(\.layoutDirection,...) usage - Check for hardcoded leading/trailing vs proper semantic layout - Verify Material Design icons flip correctly for RTL - Check text alignment attributes

Phase 2: Test Execution Plan

Test 1: Language Switching Mechanism

What to verify:

  • Settings has language picker UI
  • All 6 languages are listed
  • Selection persists in PreferencesStore
  • App reflects change immediately or requires restart
  • No crashes or console errors on switch

How to verify:

  • Read Settings view implementation
  • Check if language change triggers app-wide update
  • Look for notification center broadcasts or observable changes
  • Verify persistence mechanism

Test 2: Tab Bar & Navigation

What to verify:

  • Tab labels translate correctly
  • Navigation titles update per language
  • Back button text localizes
  • Modal/sheet titles translate

Key files:

  • ContentView.swift (tab bar)
  • AppCoordinator.swift (navigation)
  • Feature view files

Test 3: Home Screen Content

What to verify:

  • Daily verse card UI text
  • Greeting messages
  • Section headers
  • Quick action buttons
  • Date/time formatting matches locale

Key files:

  • Features/Home/ directory
  • DailyVerseCard.swift

Test 4: Bible Reader Experience

What to verify:

  • Book names translate (Genesis, Exodus, etc.)
  • Chapter/verse labels
  • Search placeholder text
  • Empty states
  • Bible content API returns correct translation
  • Verse numbers render properly in RTL

Key files:

  • Features/Bible/ directory
  • BookSelectionView.swift
  • BibleService implementation

Test 5: Community Features

What to verify:

  • Prayer request form labels
  • Group names/descriptions
  • Messaging UI
  • Timestamp formatting per locale
  • Empty states

Key files:

  • Features/Community/ directory
  • CloudKitCommunityClient.swift

Test 6: Library Content

What to verify:

  • Sermon list UI text
  • Devotional cards
  • Filter/sort options
  • Playback controls text

Key files:

  • Features/Library/ directory
  • Audio playback views

Test 7: Guided Experiences

What to verify:

  • Meditation instructions
  • Audio controls
  • Timer/duration displays

Key files:

  • Features/Guided/ directory

Test 8: Onboarding Flow

What to verify:

  • Welcome screens
  • Permission requests (notifications, audio)
  • Skip/Continue buttons
  • Feature explanation text

Key files:

  • Look for Onboarding in Features/
  • Check UserDefaults for onboarding completion flag

Test 9: RTL Layout Verification (Arabic/Hebrew)

What to verify:

  • UI mirrors correctly (back buttons, chevrons, etc.)
  • Text alignment flips (right-aligned for RTL)
  • Icons flip appropriately (not all should flip)
  • Navigation flows right-to-left
  • Tab bar icons stay in correct order
  • Verse references format correctly (Arabic numerals vs Eastern Arabic)

How to verify:

  • Check for hardcoded .leading/.trailing that should be semantic
  • Look for .flipsForRightToLeftLayoutDirection() on images
  • Verify no absolute positioning that breaks RTL

Test 10: Date/Time Formatting

What to verify:

  • Date formats match locale (MM/DD vs DD/MM vs YYYY-MM-DD)
  • Time formats (12h vs 24h)
  • Relative time ("2 hours ago" translates)
  • Calendar system (Gregorian vs others)

How to verify:

  • Search for DateFormatter usage
  • Check if .locale is set properly
  • Look for hardcoded date strings

Test 11: Search Functionality

What to verify:

  • Search placeholder translates
  • Search results render correctly in all languages
  • Bible search works with translated book names
  • Search suggestions localize

Key files:

  • UnifiedSearchService.swift
  • Search UI components

Test 12: AI-Generated Content

What to verify:

  • Devotionals generate in selected language
  • AI prompts include language context
  • Generated content displays properly in RTL

Key files:

  • UnifiedAIService.swift
  • Devotional generation logic

Phase 3: Report Generation

Create a structured markdown report with this format:

# Leavn Multi-Language UX Verification Report
**Generated**: [timestamp]
**Tested By**: Claude Code
**App Version**: [from project]

## Executive Summary
- Total Tests: X
- Passed: Y
- Failed: Z
- Warnings: W

## Test Results by Language

### English (en)
#### Fully Working
- [List features that work perfectly]

#### Issues Found
- [List problems with severity: P0/P1/P2]

#### Not Tested
- [List untestable items with reason]

### Spanish (es)
[Same structure]

### German (de)
[Same structure]

### Chinese Simplified (zh-Hans)
[Same structure]

### Arabic (ar)
#### RTL-Specific Issues
- [List RTL layout problems]

[Same structure as above]

### Hebrew (he)
#### RTL-Specific Issues
- [List RTL layout problems]

[Same structure as above]

## Critical Issues (P0)
[Blockers that break UX in any language]

## High Priority Issues (P1)
[Major UX problems, workarounds exist]

## Medium Priority Issues (P2)
[Polish items, minor inconsistencies]

## Recommendations
1. [Prioritized action items]
2. [Architecture suggestions]
3. [Testing infrastructure needs]

## Coverage Analysis
- **Localization Files**: [% of strings covered]
- **RTL Support**: [% of views verified]
- **Date/Time Formatting**: [consistency score]
- **Bible Content**: [translation availability]

## Appendix: Code Locations
- Localization system: [file paths]
- Settings language picker: [file path]
- RTL configuration: [file path]
- Key issues found: [file:line references]

Phase 4: Execution Steps

  1. Analyze Codebase - Glob for localization files: *.lproj, *.strings, I18n* - Read Settings views for language picker - Read PreferencesStore for persistence - Read key feature views
  2. Check Localization Coverage - Count strings in each.lproj directory - Compare English vs other languages - Find missing translations
  3. Verify RTL Implementation - Grep for hardcoded.leading/.trailing - Check for.environment(\.layoutDirection) - Find views that need RTL fixes
  4. Test Date/Time Formatting - Find all DateFormatter instances - Verify.locale is set - Check for hardcoded formats
  5. Analyze Bible Service - Read BibleService implementation - Check translation parameter handling - Verify API supports all languages
  6. Generate Report - Compile findings - Categorize by severity - Create actionable recommendations

Output Deliverables

  1. Comprehensive Markdown Report (as detailed above)
  2. Issue List (importable to todo list or GitHub issues)
  3. Code Snippets showing problematic patterns
  4. File Path Reference for all issues found

Success Criteria

  • All 6 languages tested across 12 test categories
  • RTL languages verified for layout correctness
  • Critical issues clearly identified with P0/P1/P2 severity
  • Actionable recommendations provided
  • Code locations documented for all issues

Notes

  • This skill performs static analysis of code - it doesn't run the simulator
  • For runtime testing, consider creating a complementary UI test suite
  • Focus on finding architectural issues, not just missing translations
  • Pay special attention to RTL - it's often the most broken area
  • Check for hardcoded strings that bypass localization system

Example Usage

User: "Run the language UX verification skill"
Claude: *Executes this skill, generates comprehensive report*

Maintenance

Update this skill when:

  • New languages are added to Leavn
  • New major features are added (new tabs, flows)
  • Localization architecture changes (e.g., new I18n system)
  • RTL support implementation changes

End of Skill Definition

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

36.67%
按下载量换算1,435

Claude

28.92%
按下载量换算1,131

Cursor

18.78%
按下载量换算735

Gemini CLI

10.05%
按下载量换算393

安全审计

Gen Agent Trust Hub

未通过

Socket

通过

Snyk

通过

权限和风险

需要联网

该 Skill 可能需要联网访问来源站点、仓库或外部 API;具体网络访问范围需要结合源码和 README 复核。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills