skill
المهنة
الوصف
آخر تحديث
code-review
محللو ضمان جودة البرمجيات والمختبرون
Conduct a structured code review covering correctness, security, and maintainability. Use when the user asks to review a diff, audit a file, or check for bugs.
2026-04-27
debugging
مطوّرو البرمجيات
Systematically diagnose bugs, test failures, and unexpected behavior before proposing a fix. Use when facing any failure whose root cause is not obvious.
2026-04-27
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون
Drive feature work and bug fixes via failing tests first. Use when implementing any feature or fixing a bug, before writing implementation code.
2026-04-27
writing-plans
متخصصو إدارة المشاريع
Turn a vague request into a step-by-step plan with verifiable checkpoints. Use before any multi-step implementation, not after.
2026-04-27