code-reviewer

Featured

Default code-quality route for broad code review, PR review, maintainability, correctness, and regression-risk checks. Do not use as the primary route for dedicated OWASP/security audits, review-feedback handling, completion verification, AI-code cleanup, or TDD/test-first work.

Code & Development 3,247 stars 275 forks Updated 1 weeks ago Apache-2.0

Install

View on GitHub

Quality Score: 91/100

Stars 20%
100
Recency 20%
90
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# Code Reviewer Complete toolkit for code reviewer with modern tools and best practices. ## Routing Boundary Use `code-reviewer` when the user asks for a fresh review of code or a PR: - correctness and likely bugs - maintainability and readability - regression risk - test coverage gaps from a reviewer's point of view Do not let this skill own narrower problems: - `security-reviewer` owns OWASP, secret leak, auth bypass, injection, and dedicated security audit prompts. - `receiving-code-review` owns existing CodeRabbit/GitHub/human review comments. - `verification-before-completion` owns final evidence before claiming work is done. - `deslop` owns cleanup of AI-generated comments, redundant guards, and boilerplate. - `tdd-guide` owns test-first or RED -> GREEN -> REFACTOR development. ## Migrated Legacy Assets The legacy review wrapper has been absorbed into this direct route owner. - `references/python-style-guide.md` contains the retained Python naming, import, documentation, error-handling, and secret-handling guidance. - `scripts/check_style.py` is a lightweight stdin/string style checker for quick local review support. Use these assets as supporting material inside `code-reviewer`; do not route to the deleted wrapper skill. ## Quick Start ### Main Capabilities This skill provides three core capabilities through automated scripts: ```bash # Script 1: Pr Analyzer python scripts/pr_analyzer.py [options] # Script 2: Code Quality Checker python scripts/code_qualit...

Details

Author
foryourhealth111-pixel
Repository
foryourhealth111-pixel/Vibe-Skills
Created
6 months ago
Last Updated
1 weeks ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category

Code & Development Solid

code-reviewer

Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.

3 Updated yesterday
zacklecon
Code & Development Solid

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

3 Updated 4 days ago
jahidulislamseo
Code & Development Featured

code-reviewer

Analyzes code diffs and files to identify bugs, security vulnerabilities (SQL injection, XSS, insecure deserialization), code smells, N+1 queries, naming issues, and architectural concerns, then produces a structured review report with prioritized, actionable feedback. Use when reviewing pull requests, conducting code quality audits, identifying refactoring opportunities, or checking for security issues. Invoke for PR reviews, code quality checks, refactoring suggestions, review code, code quality. Complements specialized skills (security-reviewer, test-master) by providing broad-scope review across correctness, performance, maintainability, and test coverage in a single pass.

11,416 Updated 1 months ago
Jeffallan