code-review

Solid

Use when reviewing code for bugs, security issues, performance problems, or adherence to best practices. Provides structured code review with severity levels and actionable feedback.

Code & Development 231 stars 12 forks Updated 6 days ago MIT

Install

View on GitHub

Quality Score: 86/100

Stars 20%
79
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
38
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# Code Review Provide thorough, structured code reviews with actionable feedback. ## Process 1. Read the diff or code changes 2. Analyze for: correctness, security, performance, maintainability, style 3. Report findings by severity: - **Critical**: Bugs, security holes, data loss risk - **Warning**: Performance issues, poor error handling, race conditions - **Info**: Style inconsistencies, naming suggestions, documentation gaps ## Guidelines - Never rewrite code unless asked — point out issues and suggest fixes - Focus on the diff, not the whole file - If you see a pattern of issues, mention it once with a general recommendation - Be specific: cite exact line numbers and code snippets - Suggest concrete fixes, not vague advice

Details

Author
peintune
Repository
peintune/runjam
Created
1 months ago
Last Updated
6 days ago
Language
Rust
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category