with one click
commit
Create a well-formatted git commit following best practices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Menu
Create a well-formatted git commit following best practices
Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.
Based on SOC occupation classification
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