用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/adobe/adobe-labs-website --skill write-pr-description命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
Implement WCAG 2.2 compliant interfaces with mobile accessibility, inclusive design patterns, and assistive technology support. Use when auditing accessibility, implementing ARIA patterns, building for screen readers, or ensuring inclusive user experiences.
Scaffold and implement a new EDS block for the Adobe Labs website. Use when adding a new block — covers file structure, the decorate(block) function contract, autoblocking, CSS conventions, and when to use per-page authoring vs fragments vs an autoblock.
Review a diff for performance cost and lifecycle fragility — before opening a PR, when a change touches scripts.js, aem.js, head.html, images, fonts or dependencies, or when a block wants to hook into core page load for "speed". Analyses the change against the load lifecycle; does not measure.
| name | write-pr-description |
| description | Generates GitHub pull request title and body following Adobe Labs website conventions. |
If a ticket (GitHub issue or Jira ticket) is not provided by the prompt, prompt the user to supply one before generating the description or pull request content.
When prompted to create a GitHub pull request description, suggest a PR title. Then output the description results in the chat window in a way that can be copied and pasted into GitHub.
Use these syntax rules when writing GitHub PR descriptions:
## through ###### - Headings (use ## for main, ### for secondary, etc.)**text** - Bold text`code` - Inline code```language``` - Language-specific code blocks[text](url) - Links- - Bullet points1. - Numbered list items> - Blockquotes for important notes~~text~~ - Strikethrough for deprecated contentfeat(component): brief description of change or issueExamples:
#issue-number(cards)The base structure (Summary, Relevant Links, Test URLs, Validation, Checklist, Browser Testing) lives in .github/PULL_REQUEST_TEMPLATE.md. Read that file directly for its current sections. Don't duplicate its content elsewhere.
When returning the template, replace all placeholder information with the relevant information from the branch. If you don't know, ask the user to provide more info before writing the PR description. Each PR description should:
.github/PULL_REQUEST_TEMPLATE.md as-is