skill
المهنة
الوصف
آخر تحديث
systematic-debugging
مطوّرو البرمجيات
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes
2026-07-20
test-driven-development
محللو ضمان جودة البرمجيات والمختبرون
Use when implementing any feature or bugfix, before writing implementation code
2026-07-20
verification-before-completion
محللو ضمان جودة البرمجيات والمختبرون
Use when about to claim work is complete, fixed, or passing, before committing or creating PRs - requires running verification commands and confirming output before making any success claims; evidence before assertions always
2026-07-20