一键导入
commit-message-generator
Generates standardized and meaningful commit messages following best practices. Use when writing or improving commit messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates standardized and meaningful commit messages following best practices. Use when writing or improving commit messages.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Searches and summarizes the latest AI news in English from selected sources. Removes duplicates and categorizes the topics.
Busca e resume as últimas notícias de IA em português a partir de fontes selecionadas. Remove duplicatas e categoriza os tópicos.
Reviews pull requests for code quality, readability, security, and best practices. Use when analyzing code changes or reviewing a PR.
Structures product plans and feature roadmaps. Use when planning products.
Analyzes financial data and generates insights. Use when working with financial reports.
Removes sensitive data from clinical text while preserving meaning. Use for healthcare data.
| name | commit-message-generator |
| description | Generates standardized and meaningful commit messages following best practices. Use when writing or improving commit messages. |
When generating a commit message:
type(scope): short description
feat(auth): add login with Google
fix(api): handle null response in user endpoint
refactor(ui): simplify navbar component