code-reviewSystematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
Install via ClawdBot CLI:
clawdbot install wpank/code-reviewGrade Good — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Calls external URL not in known-safe list
https://github.com/wpank/ai/tree/main/skills/testing/code-reviewAudited Apr 16, 2026 · audit v1.0
Generated Feb 25, 2026
Reviewing a pull request for a new feature in a web application, focusing on security vulnerabilities like SQL injection and XSS, performance issues such as N+1 queries, and maintainability through clear naming and DRY principles. This ensures the code is robust and scalable before deployment.
Implementing a standardized code review process using this skill to train junior developers, covering all dimensions from security to documentation. This helps build a culture of quality and consistency as the team grows and handles increasing code complexity.
Conducting a security audit on legacy code to identify and mitigate vulnerabilities like CSRF and input validation issues, using the security checklist to ensure compliance with industry standards and prevent data breaches in a financial application.
Reviewing code changes in an e-commerce platform to enhance performance by checking for bundle size issues, lazy loading implementation, and database indexing. This aims to improve page load times and user experience during high-traffic events like sales.
Using the skill to systematically review contributions in an open-source project, focusing on correctness with edge case handling and maintainability through error propagation and dead code removal. This fosters community trust and long-term project sustainability.
Offering this code review skill as part of a SaaS platform for development teams, with tiered pricing based on team size and features. Revenue is generated through monthly or annual subscriptions, providing continuous updates and support.
Providing expert consulting services to organizations for implementing and customizing the code review process, including training and audits. Revenue comes from project-based fees or hourly rates, targeting enterprises needing specialized guidance.
Integrating the skill into a freemium development tool like an IDE or CI/CD platform, with basic features free and advanced analytics or automation behind a paywall. Revenue is driven by upselling premium features to larger teams or individual developers.
💬 Integration Tip
Integrate this skill into your CI/CD pipeline to automate code reviews on every pull request, ensuring consistent quality checks and reducing manual oversight. Use it alongside version control systems like Git for seamless workflow integration.
Scored Apr 19, 2026
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Provides a 7-step debugging protocol plus language-specific commands to systematically identify, verify, and fix software bugs across multiple environments.
Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Ship production code with AI agents through acceptance contracts, micro diffs, red green loops, and deterministic handoff checkpoints.
Claude Code integration for OpenClaw. This skill provides interfaces to: - Query Claude Code documentation from https://code.claude.com/docs - Manage subagents and coding tasks - Execute AI-assisted coding workflows - Access best practices and common workflows Use this skill when users want to: - Get help with coding tasks - Query Claude Code documentation - Manage AI-assisted development workflows - Execute complex programming tasks