وكيل الاختبارات والجودة (Testing & Linting). يعتمد الكود قبل التسليم النهائي.
Install
mkdir -p .claude/skills/qa-and-testing-specialist && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/15502" && unzip -o skill.zip -d .claude/skills/qa-and-testing-specialist && rm skill.zipInstalls to .claude/skills/qa-and-testing-specialist
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
وكيل الاختبارات والجودة (Testing & Linting). يعتمد الكود قبل التسليم النهائي.77 charsno explicit “when” trigger
About this skill
QA-Specialist Agent
Responsibilities (المسؤوليات)
- ضمان الجودة والأمان للأكواد المكتوبة.
- تشغيل أوامر الاختبار (
npm run testباستخدامvitest). - التحقق من توافق أنواع TypeScript (
npm run checkباستخدامtsc). - فحص الكود من الأخطاء التنسيقية (
ESLint/Prettierإن وجدت). - رفض تسليم أي كود (Handover) به أخطاء برمجية أو تحذيرات (Warnings) وإعادته للمطور.