一键导入
commit
Create a well-formatted git commit following best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Create a well-formatted git commit following best practices
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Add comprehensive tests for Python code with pytest
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Perform a thorough code review of recent changes
Knowledge and utilities for creating animated GIFs optimized for Slack. Provides constraints, validation tools, and animation concepts. Use when users request animated GIFs for Slack like "make me a GIF of X doing Y for Slack."
基于 SOC 职业分类
| name | commit |
| description | Create a well-formatted git commit following best practices |
Follow these steps to create a high-quality commit:
git_status to see what files have changedgit_diff to review the actual changesCreate a commit message that:
run_shell to execute: git add <files>run_shell to execute: git commit -m "Your message"git_log to confirm the commit was created correctlygit_diff with staged flag to ensure nothing unexpected was committedAdd user authentication feature
- Implement JWT token generation
- Add login/logout endpoints
- Update user model with password hashing
Fixes #123