code-reviewer
Comprehensive code review skill for TypeScript, JavaScript, Python, Swift, Kotlin, Go. Includes automated code analysis, best practice checking, security scanning, and review checklist generation. Use when reviewing pull requests, providing code feedback, identifying issues, or ensuring code quality standards.
Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security
Installation for Agentic Skill
View all platforms →skilz install alirezarezvani/claude-skills/code-reviewer skilz install alirezarezvani/claude-skills/code-reviewer --agent opencode skilz install alirezarezvani/claude-skills/code-reviewer --agent codex skilz install alirezarezvani/claude-skills/code-reviewer --agent gemini
First time? Install Skilz: pip install skilz
Works with 22+ AI coding agents
Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...
Extract and copy to ~/.claude/skills/ then restart Claude Desktop
git clone https://github.com/alirezarezvani/claude-skills cp -r claude-skills/engineering-team/code-reviewer ~/.claude/skills/ Need detailed installation help? Check our platform-specific guides:
Related Agentic Skills
automating-mail
by SpillwaveSolutionsAutomates Apple Mail via JXA with AppleScript dictionary discovery. Use when asked to "automate email", "send mail via script", "JXA Mail automation",...
automating-reminders
by SpillwaveSolutionsAutomates Apple Reminders using JavaScript for Automation (JXA). Use when asked to "create reminders programmatically", "automate reminder lists", "JX...
mastering-postgresql
by SpillwaveSolutionsPostgreSQL development for Python with full-text search (tsvector, tsquery, BM25 via pg_search), vector similarity (pgvector with HNSW/IVFFlat), JSONB...
automating-contacts
by SpillwaveSolutionsAutomates macOS Contacts via JXA with AppleScript dictionary discovery. Use when asked to "automate contacts", "JXA contacts automation", "macOS addre...
Agentic Skill Details
- Owner
- alirezarezvani (GitHub)
- Repository
- claude-skills
- Type
- Other
- Meta-Domain
- N/A
- Primary Domain
- N/A
- Market Score
- 0.0
Agent Skill Grade
F
Score: 40/100
Click to see breakdown
Score Breakdown
Areas to Improve
- All three scripts are empty boilerplate with no actual code review logic implemented
- All three reference files are identical generic templates with no code review-specific content
- Excessive marketing language without substance: 'Complete toolkit', 'Comprehensive', 'Expert-level automation'
Recommendations
- Focus on improving Pda (currently 10/30)
- Focus on improving Ease Of Use (currently 11/25)
- Focus on improving Writing Style (currently 3/10)
Graded: 1/23/2026
Developer Feedback
I was digging through the grading results and noticed your code-reviewer skill came back at 40/100—there's clearly solid intent here, but the execution is falling short of what this tool could be doing. What I'm curious about is whether the issue is in how the reviews are structured or something deeper in the analysis logic?
Links:
The TL;DR
You're at 40/100, which lands you in F territory. This is based on Anthropic's Progressive Disclosure Architecture standards for agentic skills. Your strongest area is Spec Compliance (12/15)—the metadata and frontmatter are clean. But Utility (4/20) and Writing Style (3/10) are really dragging things down. The skill promises a "complete toolkit" but the actual implementation is mostly empty templates.
What's Working Well
- Valid YAML frontmatter with all required fields present and correct naming conventions
- Good trigger coverage in the metadata—you're targeting reviewers who want to check PRs, get code feedback, and scan for quality issues
- Proper reference file structure—you've got the framework set up for
common_antipatterns.md,coding_standards.md, andcode_review_checklist.md, which shows you thought about layering
The Big One: Empty Scripts Kill Utility
Your three scripts (pr_analyzer.py, code_quality_scanner.py, review_formatter.py) are just boilerplate with placeholder comments like // Implementation details and self.results['status'] = 'success'. This is the anchor around your neck.
Why it matters: Reviewers need actual logic—linting checks, complexity analysis, security scanning patterns. Right now, you're promising a toolkit but delivering a shell.
The fix: Either implement real review logic (check for SOLID violations, hardcoded credentials, error handling patterns) or remove the scripts entirely and focus on reference materials. If you go the reference route, turn your three checklist files into actual checklists with checkboxes and specific criteria (e.g., [ ] Functions have single responsibility, [ ] No console.logs in production code). This alone could bump you +5-7 points.
Other Things Worth Fixing
Generic reference content — Your three reference files are identical templates with no code-review-specific patterns. Replace with real antipatterns (e.g., nested ternaries, missing null checks, performance red flags). +7 points potential
Marketing fluff — Lines like "Complete toolkit" and "Comprehensive guide" don't describe what the skill does. Change to concrete actions: "Analyzes PR diffs for changed files, checks commit message format, identifies review complexity." +5 points potential
Terminology inconsistency — You're using both "Pr Analyzer" and "PR analyzer" throughout. Standardize on "PR Analyzer" for tool names. +2 points potential
Missing navigation — Your SKILL.md is 210 lines without a table of contents. Add a quick TOC after the intro so users can jump to sections. +2 points
Quick Wins
- Replace empty scripts with either real code or remove them
- Convert reference files from templates to actual code review patterns and checklists
- Strip marketing language and replace with specific, actionable descriptions
- Add table of contents to SKILL.md
- Standardize capitalization across all tool names
These fixes could realistically get you to 65-75/100 with relatively straightforward work.
Checkout your skill here: SkillzWave.ai | SpillWave We have an agentic skill installer that install skills in 14+ coding agent platforms. Check out this guide on how to improve your agentic skills.
AI-Detected Topics
Extracted using NLP analysis
Report Security Issue
Found a security vulnerability in this agent skill?