一键导入
commit
Commit changes following conventional commit conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Commit changes following conventional commit conventions.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
WCAG 2.1 AA accessibility guidelines for Astro components. Use when creating or modifying .astro files, working on accessibility, ARIA attributes, keyboard navigation, screen readers, semantic HTML, or accessible images.
Astro component conventions and best practices. Use when creating or modifying .astro files in web/, working with Astro props, Tailwind CSS styling, or using custom components like Img, RichText, and Link.
Internationalization rules for multi-language websites. Use when working on localized text fields in the CMS, Intl formatting (dates, numbers, currencies, lists) in Astro components, or any locale-aware code.
Payload CMS v3 conventions and best practices. Use when working on cms/, creating collections, fields, blocks, access control, or Payload local API queries.
Test the web application using the agent-browser CLI to ensure a feature is working as expected before making a commit.
| name | commit |
| description | Commit changes following conventional commit conventions. |
| user-invocable | true |
When the user requests you to commit the changes, you MUST start by stating the changes and then create a new commit in each repository following the conventional commit message convention.
<type>(<scope>): <title>
The type can be of type feat, fix, chore, docs, style, refactor, perf, test, build, ci, revert.
The scope can be of type cms, web. If both are changed, omit the scope.