plugins/python-dev/skills/reviewing-code/SKILL.md
Provides concise, focused code reviews matching exact task complexity requirements. Use when reviewing code quality, security, or when the user asks for code review.
npx skillsauth add qte77/claude-code-plugins reviewing-codeInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
git diff --name-only HEAD~1 2>/dev/null || echo "No recent commits"git diff --staged --name-onlyScope: $ARGUMENTS
Delivers focused, streamlined code reviews matching stated task requirements exactly. No over-analysis.
See references/python-best-practices.md for comprehensive Python guidelines.
make validate passes before detailed reviewSimple Tasks (100-200 lines): Security, compliance, requirements match, basic quality
Complex Tasks (500+ lines): Above plus architecture, performance, comprehensive testing
Always: Use existing project patterns, immediate use after implementation
Security & Compliance:
make validateRequirements Match:
Code Quality:
src/Structural Health:
Simple Tasks: CRITICAL issues only, clear approval when requirements met Complex Tasks: CRITICAL/WARNINGS/SUGGESTIONS with specific fixes All reviews: Concise, streamlined, no unnecessary complexity analysis
development
Verify an external or AI-generated security report against the actual codebase before acting on it. Use when handed a scanner PDF, automated teardown, audit report, or bug-bounty submission — classifies every finding CONFIRMED / OVERSTATED / FALSE-POSITIVE / FABRICATED and salvages the real work items.
development
Audits a site's SEO and AI-search (GEO) readiness — meta tags, Open Graph/Twitter, JSON-LD, robots/llms conventions — and generates fixes. Use when reviewing search visibility, social previews, structured data, or LLM/AI-crawler discoverability.
documentation
Generate or update README.md files across three scopes — repo (with project-type detection), account (GitHub user profile), and org (organization profile). Use when creating, updating, or aligning a README to org conventions.
development
Audit README.md files against best practices for repos, accounts, or orgs. Detects missing sections, stale links, inconsistent formatting, and convention violations. Use when reviewing README quality across one or many repos.