AgentSkillsCN

swiftui-view-scaffold

为 SwiftUI 视图搭建预览与无障碍支持,让界面设计更加贴心、易用。

SKILL.md
--- frontmatter
name: swiftui-view-scaffold
description: Scaffold a SwiftUI view with previews and accessibility.
disable-model-invocation: true

SwiftUI View Scaffold

Create a new SwiftUI view with previews and accessibility guidance.

When to Use

  • When creating a new screen or reusable view.

Inputs

  • View name
  • Expected state and inputs
  • Accessibility requirements

Instructions

  1. Create the view file and public initializer.
  2. Add a preview with representative data.
  3. Add accessibility labels and hints where needed.

Output

  • SwiftUI view file with previews.