Stats
Actions
Tags
How this skill is triggered — by the user, by Claude, or both
Slash command
/code-review:code-reviewThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
عند مراجعة أي كود برمجي مقابل متطلبات أو BRD.
عند مراجعة أي كود برمجي مقابل متطلبات أو BRD.
استخدم الـ Checklist المستخرجة منه وتحقق من كل نقطة في الكود.
راجع الكود بناءً على:
### ✅ ما هو صحيح
[قائمة]
### ❌ مشاكل حرجة
| # | المشكلة | السطر/الدالة | الإصلاح المقترح |
|---|---------|-------------|----------------|
### ⚠️ تحسينات مقترحة
[قائمة]
### 📋 نسبة الامتثال للمتطلبات
[X/Y نقطة مطبقة]
C# / .NET، JavaScript / TypeScript، Python، Java، وغيرها.
Whole-repo audit for over-engineering: finds dead code, unnecessary abstractions, stdlib-replaceable dependencies. Outputs ranked findings and net line/dep savings.
npx claudepluginhub devmuslim/pdm-skills --plugin code-review