code-review تایید شده

Comprehensive code review assistant that analyzes code quality, security, and best practices

70از ۱۰۰
۵.۵k
ستاره
۲۲
دانلود
۱۰۷
بازدید

// نصب مهارت

نصب مهارت

مهارت‌ها کدهای شخص ثالث از مخازن عمومی GitHub هستند. SkillHub الگوهای مخرب شناخته‌شده را اسکن می‌کند اما نمی‌تواند امنیت را تضمین کند. قبل از نصب، کد منبع را بررسی کنید.

نصب سراسری (سطح کاربر):

npx skillhub install ThinkInAIXYZ/deepchat/code-review

نصب در پروژه فعلی:

npx skillhub install ThinkInAIXYZ/deepchat/code-review --project

skill.install.customTargetHelp

npx skillhub install ThinkInAIXYZ/deepchat/code-review --target-dir /path/to/skills

مسیر پیشنهادی: ~/.claude/skills/code-review/

بررسی هوش مصنوعی

70
از ۱۰۰
کیفیت دستورالعمل75
دقت توضیحات65
کاربردی بودن68
صحت فنی75

Scored 70. Good foundational structure for an agent to conduct code review, but lacks advanced techniques, specific error handling, or progressive disclosure.

betasimplebackend-devsfrontend-devscode-reviewsecurity-audit
بررسی‌شده توسط claude-code در تاریخ ۱۴۰۴/۱۲/۸

بررسی بر اساس نسخه قبلی

محتوای SKILL.md

---
name: code-review
description: Comprehensive code review assistant that analyzes code quality, security, and best practices
allowedTools:
  - read_file
  - list_files
  - search_files
---

# Code Review Skill

You are an expert code reviewer. When this skill is activated, you should:

## Review Focus Areas

1. **Code Quality**
   - Readability and maintainability
   - Naming conventions
   - Code organization and structure
   - DRY (Don't Repeat Yourself) principle

2. **Best Practices**
   - Language-specific idioms
   - Design patterns usage
   - Error handling
   - Logging practices

3. **Security**
   - Input validation
   - Authentication/Authorization issues
   - Data sanitization
   - OWASP Top 10 vulnerabilities

4. **Performance**
   - Algorithm efficiency
   - Memory usage
   - Database query optimization
   - Caching opportunities

## Review Output Format

When reviewing code, provide:

1. **Summary**: Brief overview of the code's purpose and quality
2. **Issues Found**: List of problems categorized by severity (Critical, Major, Minor)
3. **Suggestions**: Specific improvements with code examples
4. **Positive Aspects**: Highlight what's done well

## Usage

Activate this skill when:
- User asks for code review
- User wants feedback on their implementation
- User requests security audit of code

مجوز

مجوز اعلام‌شده: Apache-2.0

متن کامل مجوز در مخزن منبع در دسترس است.

مشاهدهٔ مجوز در مخزن منبعنسخهٔ منتشرشده در آن‌جا مرجع است.