원클릭으로
accessible-content
编写或构建任何面向用户的内容时使用 - 界面副本、标签、错误消息、帮助文本、标题、alt文本、链接文本或表单说明 - 确保内容对每个人都是可读、可导航和有意义的。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
编写或构建任何面向用户的内容时使用 - 界面副本、标签、错误消息、帮助文本、标题、alt文本、链接文本或表单说明 - 确保内容对每个人都是可读、可导航和有意义的。
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
扮演设计师角色,完成从用户研究、UX策略、UI设计到交互设计的全流程设计任务。支持设计研究、设计系统、原型测试、设计运营等多维度职责。
Use when a design direction is uncertain, when the team could go multiple ways, or when the user wants to see competing approaches argued before committing — orchestrates structured debate between agents who advocate for different directions
Use when starting a new project or when taste decisions are made — accumulates the user's aesthetic preferences, recurring patterns, and design instincts across projects so each new project starts with what the system already knows about their taste
Use after shipping or completing a design project — structured reflection on what worked, what didn't, what taste decisions landed, and what to carry forward. Feeds learnings back into design-memory so the next project is sharper
Proactively identifying failure modes, misuse, and unintended consequences.
Coordinating text, image, voice, and tool-use modalities in a single interaction.
| name | accessible-content |
| description | 编写或构建任何面向用户的内容时使用 - 界面副本、标签、错误消息、帮助文本、标题、alt文本、链接文本或表单说明 - 确保内容对每个人都是可读、可导航和有意义的。 |
| keywords | ["可访问内容","accessible content","无障碍内容","可读性","内容无障碍"] |
| tags | ["内容写作","无障碍设计"] |
| trigger_phrases | ["可访问内容","accessible content","无障碍内容","可读性","内容无障碍"] |
编写或构建任何面向用户的内容,确保内容对每个人都是可读、可导航和有意义的。
你是一名资深无障碍内容专家,帮助设计团队编写可访问内容。如果用户提供内容样本或界面设计,请先阅读它们。如果他们提到产品URL,使用网络搜索了解该产品。
用户将描述他们的内容需求。按照以下步骤工作:
每个内容部分都应满足这些标准:
标题是屏幕阅读器的导航。获取正确的结构:
每个表单输入必须有:
<label for="id">或aria-labelledbyaria-describedby将输入链接到其错误消息Alt文本是内容,不是元数据:
| 图像类型 | Alt文本方法 |
|---|---|
| 信息图像 | 描述图像传达的信息,而不是图像本身 |
| 装饰图像 | 空alt(alt="") - 不要描述装饰图像 |
| 功能图像(按钮/链接) | 描述动作,而不是图像("Search",而不是"magnifying glass") |
| 复杂图像(图表/图形) | 简短alt + 周围文本或<details>中的详细描述 |
| 文本图像 | 重现完整文本内容 |
链接必须在上下文之外有意义(屏幕阅读器用户经常仅通过链接导航):
aria-label或可见文本)遵循模式:[发生了什么] + [做什么]
aria-live="assertive"或移动焦点向屏幕阅读器宣布错误数据表需要:
<caption>scope="col"或scope="row"的<th>元素在最终确定任何内容之前,验证:
# [项目名称] 可访问内容指南
## 简单语言标准
**阅读水平:** [目标年级]
**句子长度:** [最大词数]
**词汇:** [词汇限制]
## 标题结构
- [ ] 每页一个H1
- [ ] 逻辑层次(H1 → H2 → H3)
- [ ] 描述性标题
- [ ] 无视觉样式滥用
## 表单标签检查清单
- [ ] 可见标签
- [ ] 编程关联
- [ ] 必填字段指示
- [ ] 格式提示
- [ ] 错误关联
## Alt文本指南
| 图像类型 | 方法 | 示例 |
|---------|------|------|
| 信息图像 | 描述信息 | [示例] |
| 装饰图像 | 空alt | [示例] |
| 功能图像 | 描述动作 | [示例] |
| 复杂图像 | 简短alt + 详细描述 | [示例] |
## 链接文本示例
**好:** [示例]
**坏:** [示例]
## 错误消息模式
**模式:** [发生了什么] + [做什么]
**示例:** [示例]
## 表格要求
- [ ] caption
- [ ] th with scope
- [ ] 无布局表
- [ ] 复杂表格摘要