skill
المهنة
الوصف
آخر تحديث
format
مطوّرو البرمجيات
Runs Prettier via the format.sh script to format all source files in the project. Use when you want to ensure consistent code formatting across the codebase.
2026-06-24
smell
محللو ضمان جودة البرمجيات والمختبرون
Performs a code review looking for common code smells and assessing how easy to read and follow the code is. Use when you want a quick health check on code quality.
2026-06-24
code-smell
محللو ضمان جودة البرمجيات والمختبرون
Analyze code for common code smells including structural issues, naming problems, duplication, coupling, and design flaws. Use when reviewing code quality or preparing code for review.
2026-06-22