Code Reviewer प्रो
PROAdvanced code review assistant जो code quality, security vulnerabilities analyze करे और explanations के साथ improvements suggest करे!
इस स्किल का उपयोग कैसे करें
स्किल कॉपी करें ऊपर के बटन का उपयोग करें
अपने AI असिस्टेंट में पेस्ट करें (Claude, ChatGPT, आदि)
नीचे अपनी जानकारी भरें (वैकल्पिक) और अपने प्रॉम्प्ट में शामिल करने के लिए कॉपी करें
भेजें और चैट शुरू करें अपने AI के साथ
सुझाया गया कस्टमाइज़ेशन
| विवरण | डिफ़ॉल्ट | आपका मान |
|---|---|---|
| Programming language of the code | auto-detect | |
| Specific area to focus on | all | |
| Who I'm emailing (client, colleague, manager) | colleague |
Example Usage
After pasting the skill, you can say:
Review this Python function for security issues:
def get_user(user_id): query = f"SELECT * FROM users WHERE id = {user_id}" return db.execute(query)
आपको क्या मिलेगा
- Identification of SQL injection vulnerability
- Severity rating (Critical)
- Fixed code using parameterized queries
- Explanation of why the original code is dangerous
शोध स्रोत
यह स्किल इन विश्वसनीय स्रोतों से शोध का उपयोग करके बनाया गया था:
- Google Engineering: Code Review Guidelines Google's official code review best practices
- OWASP: Code Review Guide Security-focused code review methodology
- Microsoft: Code Review Best Practices Enterprise code review patterns
- SmartBear: Best Practices for Code Review Research-based code review techniques
- Atlassian: Code Review Tutorial Agile code review workflows