بنقرة واحدة
review
Perform a thorough code review of recent changes
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Perform a thorough code review of recent changes
التثبيت باستخدام 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.
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."
Create a well-formatted git commit following best practices
| name | review |
| description | Perform a thorough code review of recent changes |
Conduct a comprehensive code review by examining:
git_diff to see all modificationsgit_log to understand the commit history and contextReview each changed file for:
Check for:
grep to find related test filesrun_shell to execute tests if neededProvide feedback as: