ワンクリックで
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 ページを確認してインストールできます。
SOC 職業分類に基づく
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."
| 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