Tag: code-review

Type: All Skills Tools
skill ★ 372,633

Small Bugfix Sweep for OpenClaw Codebase

This skill executes a deep, controlled sweep over pasted issue or PR references, identifying and locally patching small, high-confidence bugs. It generates a detailed diff summary and proof for manual review, strictly adhering to a pre-comm…

openclaw/openclaw bugfix code-review git-workflow patch
skill ★ 372,633

Triage OpenClaw PRs and Issues from Discord

This skill facilitates maintainer-quality triage of OpenClaw PRs and issues discovered via Discord. It integrates local archive searching with live GitHub API checks to provide deep reviews, risk assessments, and structured summaries of cha…

openclaw/openclaw discord-triage github-review pr-issue-management openclaw
tool ★ 372,633

Automated code review and quality assurance tool

This utility automates comprehensive code reviews using Codex or configured fallback LLMs, checking local, branch, or committed changes. It provides a structured closeout mechanism, integrating parallel testing and detailed reporting to val…

openclaw/openclaw code-review llm-agent pr-check quality-assurance
skill ★ 394

Comprehensive code security auditing and hardening

This skill acts as an expert security engineer, auditing codebases against OWASP standards, focusing on authentication, input validation, and secrets management. It provides concrete, actionable fix recommendations classified by severity (c…

sipyourdrink-ltd/bernstein security owasp code-review auth-check
skill ★ 394

Comprehensive code quality and correctness reviewer

This skill provides comprehensive code review, assessing correctness, maintainability, and adherence to standards. It specializes in verifying logic, security, test coverage, and overall merge readiness.

sipyourdrink-ltd/bernstein code-review quality-assurance testing best-practices
skill

Codex CLI Session Management

Enables the initiation and management of OpenAI Codex CLI sessions to perform deep reasoning, code analysis, and automated code reviews.

agentic-mcp-tools/owlex openai-codex code-analysis code-review cli-session
skill

Council-based code and security critique

Initiates an adversarial council process where multiple agents collaboratively analyze provided code or answers to identify bugs, security vulnerabilities, and logical flaws. This skill is designed for deep, multi-perspective code review.

agentic-mcp-tools/owlex critique security code-review bug-finding
tool ★ 78,845

Local mirror for Netdata source code repositories

This tool maintains a local, comprehensive mirror of the Netdata GitHub organization's source code. It enables rapid, rate-limit-free cross-repository operations, such as code review or pattern searching, crucial for advanced AI assistance.

netdata/netdata netdata git-mirror cross-repo code-review
skill ★ 27,411

Comprehensive Code Review Workflow for Changes

This skill guides the comprehensive review of code changes (PRs, diffs) focusing on correctness, behavioral regressions, security risks, and performance. It enforces structured output, requiring findings to be listed by severity with precis…

langfuse/langfuse code-review pr-review software-quality best-practices
skill ★ 19,338

HTML Architecture Diagram Generation

Generates self-contained HTML architecture diagrams to visualise code changes, data flows, and architectural decisions. The output features responsive, theme-aligned layouts suitable for pull requests and technical documentation.

comet-ml/opik html-diagrams architecture-visualisation documentation code-review
skill ★ 693

Sentry Logging and Error Handling Audit

An automated code review skill designed to enforce correct logging and error handling patterns within the Sentry MCP codebase. It ensures 4xx errors are handled without creating Sentry issues, while 5xx errors are correctly captured via log…

getsentry/sentry-mcp sentry logging error-handling observability
skill

Automated Pull Request Analysis and Repair

Automatically analyses open pull requests for CI failures, review feedback, and code quality issues, then executes a workflow to reproduce and resolve them.

TencentCloudBase/CloudBase-AI-ToolKit pr-management github automation ci-cd
skill ★ 9

Concise Text Processing Assistant

An instruction set for configuring an agent to perform concise summarisation, translation, and code review using plain text. It enforces strict constraints on response length and prohibits markdown formatting to ensure minimal overhead.

elisymlabs/elisym text-processing summarisation translation code-review
skill ★ 1,806

Split Large Pull Requests into Smaller Changes

This skill analyses git diffs to propose a structured strategy for decomposing large changesets into smaller, reviewable pull requests. It identifies logical groupings by component, layer, or concern to ensure atomic and independent updates…

Stacklok/toolhive git pull-requests code-review refactoring
skill ★ 1,806

GitHub Pull Request Reviewer

Automate GitHub pull request reviews by submitting inline comments, code suggestions, and managing review threads using the GitHub CLI and GraphQL API.

Stacklok/toolhive github pr-review gh-cli automation
skill ★ 1,806

Code Review Augmentation Partner

Augments human-in-the-loop code reviews by summarising changes, surfacing critical concerns, and mapping ownership and responsibilities within a codebase.

Stacklok/toolhive code-review github developer-productivity ai-agent
skill ★ 2,786

Automated GitHub PR Comment Review and Fix

Automates the identification, validation, and resolution of unresolved GitHub pull request comments. It uses sub-agents to apply surgical fixes to legitimate issues and provides automated replies to threads.

IvanMurzak/Unity-MCP github code-review automation pull-request
skill ★ 184,429

Automated Pull Request Polishing Skill

This skill automates the iterative process of reviewing and addressing pull request feedback, CI failures, and unresolved threads until the PR is merge-ready. It continuously polls for stability to ensure no late-arriving bot comments or CI…

Significant-Gravitas/AutoGPT github pull-request automation ci-cd
skill ★ 184,429

Automated Pull Request Review Resolution

Automates the identification and resolution of GitHub Pull Request review comments by navigating GraphQL and REST API pagination. It implements a robust workflow to address inline threads and top-level reviews through a fix-commit-reply cyc…

Significant-Gravitas/AutoGPT github-automation pull-request code-review git-workflow
skill

XcodeBuildMCP Rendering and Streaming Review

This skill facilitates the review of XcodeBuildMCP rendering boundaries, streaming fragments, and output mode transitions for boundary violations.

cameroncooke/xcodebuildmcp xcodebuildmcp rendering-review streaming-fragments mcp
skill

Automated Code Review and Linting Skill

An agentic skill designed to automate code reviews by checking for style guide compliance, running automated linting scripts, and identifying security vulnerabilities or performance issues.

phidatahq/phidata code-review linting security-auditing automated-testing
skill ★ 17,110

Local CI-style pre-push code review

Simulates automated CI review processes locally by evaluating git diffs against existing CI workflow criteria and project-specific guidelines.

pydantic/pydantic-ai code-review git-diff ci-simulation automated-review
skill ★ 17,110

Automated PR Review Feedback Resolution

An agentic skill that identifies, triages, and resolves unresolved GitHub pull request comments by applying code fixes and managing thread replies via the GitHub CLI and API.

pydantic/pydantic-ai github pr-management code-review automation
tool ★ 33,262

Local AI-powered code review tool

Execute AI agent-based code reviews against local git diffs to identify issues and automatically apply suggested patches.

continuedev/continue ai-agent code-review cli-tool git-integration