원클릭으로
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