Đánh Giá Mã Nguồn
PROĐánh giá chất lượng mã nguồn và đề xuất cải thiện. Tiêu chuẩn, bảo mật và hiệu suất.
Ví dụ sử dụng
Đánh giá mã nguồn trước khi hợp nhất vào nhánh chính
Cách sử dụng Skill này
Sao chép skill bằng nút ở trên
Dán vào trợ lý AI của bạn (Claude, ChatGPT, v.v.)
Điền thông tin bên dưới (tùy chọn) và sao chép để thêm vào prompt
Gửi và bắt đầu trò chuyện với AI của bạn
Tùy chỉnh gợi ý
| Mô tả | Mặc định | Giá trị của bạn |
|---|---|---|
| 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)
What You’ll Get
- Identification of SQL injection vulnerability
- Severity rating (Critical)
- Fixed code using parameterized queries
- Explanation of why the original code is dangerous
Nguồn nghiên cứu
Skill này được xây dựng từ các nguồn uy tín sau:
- 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