用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/amo-tech-ai/medellin-spark --skill commit-helper命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | commit-helper |
| description | Generates clear commit messages following project conventions |
| version | 1.0.0 |
Generate commit messages that follow project standards.
<type>: <subject>
<body>
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
feat - New featurefix - Bug fixrefactor - Code restructure (no behavior change)docs - Documentation onlytest - Add/update testschore - Build/tooling changessecurity - Security improvementsfeat: Add user authentication flow
- Implement JWT token validation
- Add login/logout endpoints
- Update user profile schema
- Add protected route component
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
fix: Resolve slide grid loading issue
- Enable RLS policy for public presentations
- Update query to include is_public filter
- Add error handling for missing data
Fixes presentation viewer stuck on loading state.
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
security: Move API keys to Edge Functions
- Create OpenAI proxy Edge Function
- Remove VITE_OPENAI_API_KEY from frontend
- Update PitchDeckWizard to use proxy endpoint
- Add server-side key validation
🤖 Generated with Claude Code
Co-Authored-By: Claude <noreply@anthropic.com>
Analyze Changes
git diff --staged
Identify Type
featfixsecurityrefactorWrite Subject
Add Body
Just ask: "Generate commit message" or "What should I commit?"
I'll review staged changes and create a proper message.