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 2,489 stars 183 forks Updated 5 days ago Apache-2.0

Install

View on GitHub

Quality Score: 93/100

Stars 20%
100
Recency 20%
100
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
5 months ago
Last Updated
5 days ago
Language
Python
License
Apache-2.0

Similar Skills

Semantically similar based on skill content — not just same category