1) Parse Context: Extract tech stack, build tools, test framework from contextStore 2) Run Build Checks: Execute compiler, linter, type checker, tests (see Audit Rules below) 3) Collect Findings: Record each violation with severity, location, effort, recommendation 4) Calculate Score: Count violations by severity, calculate compliance score (X/10)
5) Return Results: Return JSON with category, score, findings to coordinator
Compiler/Linter Errors What: Syntax errors, compilation failures, linter rule violations
بناء عامل التدقيق الصحي (L3). التحقق من أخطاء المترجم/الخط، وتحذيرات الإهمال، وأخطاء الكتابة، والاختبارات الفاشلة، ومشكلات تكوين البناء. إرجاع النتائج مع درجة الخطورة (حرجة/عالية/متوسطة/منخفضة)، والموقع، والجهد، والتوصيات. المصدر: levnikolaevich/claude-code-skills.