一键导入
commit-helper
Generates clear commit messages following project conventions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Generates clear commit messages following project conventions
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| 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.
Control Chrome browser through MCP for testing, debugging, network analysis, and performance profiling. Use when testing web apps, measuring Core Web Vitals, analyzing network requests, debugging console errors, or when the user mentions Chrome DevTools, performance traces, or browser automation.
Production-ready CopilotKit pitch deck wizard in main application. Use when enhancing AI conversation features, optimizing Edge Function integration, debugging chat interface, or improving pitch deck generation flow. System is PRODUCTION READY (98/100).
Runs pre-commit checks and validates code quality. Use when preparing commits, running pre-deploy checks, or validating code before deployment.
Generate and refactor React + TypeScript components with Tailwind CSS for Medellin Spark. Use when building new UI components, creating dashboards, forms, cards, or wizards. Automatically includes accessibility, responsive design, and Vite-compatible code with optional tests.
Guides through AI pitch deck generation workflow and troubleshooting. Use when creating pitch decks, debugging wizard errors, troubleshooting Edge Functions, or working with the PitchDeckWizard component.
Production deployment checklist and procedures for Medellin Spark. Use when deploying to production, performing releases, or setting up production infrastructure.