openclaw-requesting-code-reviewUse when completing tasks, implementing major features, or before merging - dispatches code review subagent to catch issues before they cascade, adapted for...
Install via ClawdBot CLI:
clawdbot install axelhu/openclaw-requesting-code-reviewGrade Limited — based on market validation, documentation quality, package completeness, maintenance status, and authenticity signals.
Generated May 7, 2026
A developer completes a new feature in a subagent-driven workflow. They collect git diff, prepare a review prompt with implementation details and requirements, spawn a code review subagent via sessions_spawn, and fix issues before merging. This prevents bugs from cascading into production.
Before merging a pull request, a CI job triggers an automated code review using this skill. The pipeline gathers diff and log data, spawns a review subagent, and fails the build if critical issues are found. This enforces quality gates automatically.
After fixing a tricky bug, a developer requests a code review to ensure the fix is correct and no new issues were introduced. The subagent checks edge cases, security, and regression. The developer gains confidence before closing the issue.
Before refactoring a large module, a developer uses this skill to get a baseline review of the current code. The subagent highlights existing issues and suggests improvement areas. After refactoring, another review confirms the changes are safe.
A junior developer submits their first major feature. Senior developer sets up an automated review using this skill to provide structured feedback. The subagent catches style issues and missing tests, helping the junior learn best practices.
Offer this skill as a plugin for code collaboration platforms (e.g., GitHub, GitLab). Teams subscribe to get automated, context-aware code reviews that reduce manual review burden and catch issues early.
Consulting firms integrate this skill into their client engagements to enforce code quality standards. They train client teams on using the skill effectively, selling training sessions and support contracts.
CI/CD platforms (like Jenkins, CircleCI) include this skill as a premium add-on. Customers enable it in their pipelines for an additional fee per build or per month.
💬 Integration Tip
Integrate via sessions_spawn in your workflow scripts, piping git diff and logs into the review prompt. Ensure reviewers have access to the project directory and necessary context files.
Scored May 7, 2026
Control desktop applications on Windows — launch, close, focus, resize, move windows, simulate keyboard/mouse input, manage processes, control VSCode, read clipboard, and capture screen info. Use when the user wants to interact with any running program, switch windows, type text, press shortcuts, open files in VSCode, manage running processes, or get system display information.
Conduct rigorous, adversarial code reviews with zero tolerance for mediocrity. Use when users ask to "critically review" my code or a PR, "critique my code", "find issues in my code", or "what's wrong with this code". Identifies security holes, lazy patterns, edge case failures, and bad practices across Python, R, JavaScript/TypeScript, SQL, and front-end code. Scrutinizes error handling, type safety, performance, accessibility, and code quality. Provides structured feedback with severity tiers (Blocking, Required, Suggestions) and specific, actionable recommendations.
Coding style memory that adapts to your preferences, conventions, and patterns for consistent coding.
Pragmatic coding standards for writing clean, maintainable code — naming, functions, structure, anti-patterns, and pre-edit safety checks. Use when writing new code, refactoring existing code, reviewing code quality, or establishing coding standards.
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
Plan, draft, version, and refine written content with enforced versioning and quality audits.