Code Review skills
Top maintainers
- openclaw · 512 skills
- simota · 53 skills
- copyleftdev · 28 skills
- trailofbits · 27 skills
- shotaiuchi · 21 skills
Languages in this topic
2336 skills
This skill guides security analysis using Trail of Bits' 5-step workflow, runs Slither checks, generates diagrams, and documents security properties.
This skill prepares codebases for security reviews by guiding goals, running static analysis, boosting test coverage, removing dead code, and generating
This skill helps you apply property-based testing to serialization, parsing, validation, and smart contracts to improve coverage.
This skill verifies code matches documentation and identifies gaps between spec and implementation in blockchain audits.
This skill helps you locate variant vulnerabilities across codebases by pattern-based analysis and systematic auditing guidance.
This skill guides authoring of high quality YARA-X rules for malware detection, focusing on performance, accuracy, and safe migration.
This skill analyzes token implementations and integrations against ERC20/ERC721 standards, identifies 20+ weird patterns, and flags on-chain risks for secure
This skill detects fail-open insecure defaults such as weak secrets and permissive config to help audit production readiness and secure deployments.
This skill helps identify timing side-channel vulnerabilities in cryptographic code by flagging secret-dependent timing and branch behavior.
This skill provides an independent code review by integrating Codex and Gemini CLIs for uncommitted changes, diffs, or specific commits.
This skill detects missing zeroization of sensitive data in C/C++/Rust code and verifies compiler-induced zeroize removals with assembly evidence.
This skill analyzes code maturity using Trail of Bits framework to produce evidence-based ratings and actionable improvement recommendations.
This skill helps you craft production-quality Semgrep rules with tests, taint mode, and validation to detect vulnerabilities and enforce standards.
This skill iteratively reviews and fixes Claude Code skills using the skill-reviewer agent to meet quality standards and improve descriptions.
This skill helps identify API misuses and dangerous defaults to ensure secure-by-default design and resist footgun configurations.
This skill reviews CLAUDE.md guidelines from global and local files against recent conversations to identify improvements.
This skill conducts a comprehensive safety review of prompts, identifies biases and security gaps, and provides actionable improvements for responsible AI
This skill enforces evidence-first debugging for coding tasks, guiding the agent through bounded escalation and dignified communication to resolve issues
This skill analyzes code quality across languages, delivering actionable improvements for readability, maintainability, performance, and security.
This skill analyzes and safeguards ClawHub skills before installation, helping you avoid unsafe packages and ensure compliance.
This skill reliably runs GitHub Copilot CLI tasks from OpenClaw within a target project, enabling implementation, debugging, refactoring, and scripted