Skip to main content

code-review

Review code files for bugs, style, and security issues

الانتقال إلى التثبيت

معلومات المصدر

المستودع
redhat-et/docsclaw
آخر نشاط في المصدر
٢٣ أغسطس ٢٠٢٦ في ٠٠:٥١
لغة SKILL.md المكتشفة
الإنجليزية
النجوم
٢
التفرعات
١

خيارات التثبيت

يُحدَّد Prompt الذي يراجع المصدر أولًا بشكل افتراضي. يمكنك التبديل إلى أمر مباشر أو تنزيل نسخة محلية.

مراجعة ملفات المصدر

اقرأ SKILL.md وأي ملفات مرافقة يعرضها SkillsMP قبل أن تقرر التثبيت.

عرض SKILL.md

SKILL.md
تعليمات المصدر · معاينة للقراءة فقط
name
code-review
description
Review code files for bugs, style, and security issues
# Code review skill When asked to review code: 1. Use `read_file` to read the file(s) to review 2. Analyze for: - **Bugs**: logic errors, off-by-one, nil derefs - **Security**: injection, hardcoded secrets, unsafe input handling - **Style**: naming, formatting, idiomatic patterns 3. Report findings with severity (Critical / Important / Minor) 4. Include file path and line references 5. Suggest fixes for Critical and Important issues
عرض على GitHub