一键导入
git-commit
A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | git-commit |
| description | A skill for writing Git commit messages. It follows rules combining Conventional Commits and Gitmoji to maintain a consistent commit history. |
Utilize this skill when writing Git commit messages to apply Conventional Commits rules and Gitmoji.
Activate this skill in the following situations:
Check the staged changes using the git diff --staged command.
Select the appropriate type and Gitmoji for the changes:
| Gitmoji | Code | Type | Description |
|---|---|---|---|
| ✨ | :sparkles: | feat | Add a new feature |
| 🐛 | :bug: | fix | Fix a bug |
| 📝 | :memo: | docs | Add or update documentation |
| 🎨 | :art: | style | Code formatting, structural improvement |
| ♻️ | :recycle: | refactor | Code refactoring |
| ✅ | :white_check_mark: | test | Add or update test code |
| 🔧 | :wrench: | chore | Update build, config files, etc. |
| 🚀 | :rocket: | perf | Improve performance |
| 🔖 | :bookmark: | release | Version release |
Always check this: gitmoji | An emoji guide for your commit messages
Compose the commit message in the following format:
<gitmoji> <type>(<scope>): <subject>
<body>
<footer>
Components:
(api), (chat), (auth)).Closes #123) or recording Breaking Changes.✨ feat(auth): add password reset via email
- Implemented a new endpoint `/auth/request-password-reset` that sends a secure, time-limited token to the user's email.
- Added a corresponding service to handle token generation and email dispatch.
Closes #78
BREAKING CHANGE: prefix.基于 SOC 职业分类
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
Asks Gemini CLI for coding assistance. Use for getting a second opinion, code generation, debugging, or delegating coding tasks.
Clone/replicate websites into production-ready Next.js 16 code using Firecrawl MCP. Use when user asks to: clone website, vibe clone, replicate landing page, copy website design, rebuild this site, recreate this page, clone specific sections (hero, pricing, footer, etc). Triggers: "clone this website", "vibe clone [url]", "replicate this landing page", "rebuild this site in Next.js", "clone the hero section from [url]", "copy this design".
Create, verify, and manage OpenClaw cron jobs reliably. Use when the user asks to schedule tasks, set reminders, create recurring jobs, or manage existing cron jobs. Triggers on: "remind me", "schedule", "cron", "every morning", "in 20 minutes", "recurring task", "set a timer", "lembrete", "agendar", "todo dia", "daqui a". Ensures correct sessionTarget/payload pairing, verifies jobs after creation, and handles delivery, isolation, and model overrides properly.
Mermaid diagram generation for architecture visualization, data flow diagrams, and component relationships. Use for documentation, PR descriptions, and architectural analysis.
Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.