一键导入
lyse
Use when the user runs `lyse`, asks to fix design-system drift, or after a Lyse audit. Fixes token/a11y/component/AI-readiness issues a Lyse scan found.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when the user runs `lyse`, asks to fix design-system drift, or after a Lyse audit. Fixes token/a11y/component/AI-readiness issues a Lyse scan found.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent, requirements and design before implementation.
Use when completing tasks, implementing major features, or before merging to verify work meets requirements
Use when executing implementation plans with independent tasks in the current session
Use when you have a spec or requirements for a multi-step task, before touching code
| name | lyse |
| description | Use when the user runs `lyse`, asks to fix design-system drift, or after a Lyse audit. Fixes token/a11y/component/AI-readiness issues a Lyse scan found. |
| version | 1.0.0 |
Lyse scans a design system and scores its health (0–100). Your job: fix the issues it found, in the working tree.
lyse audit (or read the handoff findings.json + tokens.json if provided).tokens.json maps each raw value to its token path; prefer the single exact match.lyse explain <ruleId> for the rationale + good/bad examples (the canonical recipe).lyse audit --scope uncommitted (audits only the files you changed in the working tree) and confirm those findings are gone. For the overall result, run lyse audit and confirm the Health Score went up. If a rule still fires, your fix was incomplete.lyse audit --format=json gives the full machine-readable report.LYSE.md at the repo root.