Tag: code-review

Type: All Skills Tools
skill ★ 21,403

Security review for authentication code

This skill reviews authentication code to identify potential security vulnerabilities. It specifically checks for weak password hashing algorithms, such as SHA-1 or MD5, and is constrained to reporting a maximum of one issue.

promptfoo/promptfoo security authentication code-review hashing
skill

Comprehensive Code Review Checklist for LobeHub

This skill provides a detailed, multi-faceted checklist for reviewing pull requests, covering best practices across security, testing, i18n, and architectural consistency. It guides developers to catch common pitfalls such as hardcoded secr…

lobehub/lobe-chat code-review checklist best-practices typescript
skill

Review vMCP code for anti-patterns

This skill audits vMCP codebase changes and existing code for specific anti-patterns. It identifies issues that increase cognitive load or create brittle dependencies, providing actionable severity classifications for PR reviews.

StacklokLabs/toolhive code-review go-language anti-patterns pr-review
skill

Split Large Pull Requests into Smaller Changes

Analyses git diffs to identify logical boundaries and proposes a structured strategy for breaking down large changesets into smaller, reviewable pull requests.

StacklokLabs/toolhive git pull-requests code-review git-workflow
tool

Automated GitHub PR Review and Comment Management

This tool automates the entire PR review lifecycle, allowing developers to submit structured inline comments, provide suggestions, and manage review threads. It facilitates replying to and resolving existing review comments using the GitHub…

StacklokLabs/toolhive github pr-review git-cli api
skill

Augments Code Review with Senior Partner Insights

This skill acts as a senior review partner, helping developers thoroughly evaluate code changes by summarizing intent, mapping ownership responsibilities, detailing structural changes, and surfacing key concerns using conventional comment l…

StacklokLabs/toolhive code-review pr-review diff-analysis code-quality
skill ★ 3,264

Project Code Standards Reviewer Skill

This skill reviews code changes against a comprehensive set of project-specific coding standards. It validates adherence to rules covering multitenancy, data access patterns, architectural layering, and modern TypeScript best practices.

langwatch/langwatch code-review typescript code-quality best-practices
skill ★ 141,907

Comprehensive Frontend Code Quality Review Skill

This skill performs comprehensive code reviews on frontend files (e.g., TSX, JS). It supports both reviewing staged changes and specific files, flagging violations against established checklists for quality, performance, and business logic.

langgenius/dify code-review frontend typescript javascript
skill ★ 12,100

Guidelines for robust LLM code generation

This skill provides behavioral guidelines designed to mitigate common coding pitfalls observed in large language models. It enforces principles such as explicit assumption surfacing, maintaining code simplicity, performing surgical edits, a…

Chainlit/chainlit llm coding-guidelines software-engineering best-practices
skill

Comprehensive Frontend Code Quality Review

This skill performs deep code analysis on frontend files, supporting both file-targeted and pending-change reviews. It rigorously checks for security flaws, performance anti-patterns, and adherence to established component and architectural…

logspace-ai/langflow frontend code-review typescript react
skill

Backend Python Code Review Skill

This skill performs automated reviews of Python backend code to identify security vulnerabilities, performance bottlenecks, and violations of architectural best practices. It supports analysing code snippets, specific files, or pending chan…

logspace-ai/langflow python code-review backend security
skill

Comprehensive code review and quality assurance

Performs thorough code analysis, identifying bugs, security vulnerabilities, and performance bottlenecks across various dimensions. It provides structured, actionable feedback detailing the location, severity, and suggested fix for each iss…

accomplish-ai/openwork code-review security performance best-practices
skill

Comprehensive code quality and maintainability review

This skill guides the user through conducting thorough code reviews, covering critical areas such as correctness, performance, security, and overall maintainability. It provides actionable feedback guidelines to ensure suggestions are speci…

jlowin/fastmcp code-review quality-assurance security maintainability
skill

Code Review and Quality Assurance

Provides a framework for evaluating pull requests for quality, maintainability, and architectural alignment. Focuses on API design, dependency compatibility, and actionable feedback.

jlowin/fastmcp code-review api-design software-engineering quality-assurance
skill ★ 19

Codex Code Review Bridge

Executes Codex reviews against uncommitted changes, specific branches, or commits using the Claude Code bridge. Supports targeted analysis by passing focus areas via prompts.

IgorGanapolsky/ThumbGate codex-review claude-code code-review git-diff
skill ★ 19

Second pass review using Codex bridge

This skill facilitates an independent second review of the current task or repository state by handing the context to Codex via a dedicated bridge script. It is designed for explicit user requests, allowing the agent to synthesize and prese…

IgorGanapolsky/ThumbGate second-pass codex code-review llm
skill ★ 19

Run skeptical adversarial code reviews

Utilises a Codex bridge to perform a deep, skeptical review of code changes, identifying potential regressions, unsafe assumptions, and release risks. This is ideal for pre-merge checks, migrations, or any high-risk deployment.

IgorGanapolsky/ThumbGate code-review adversarial security llm
skill ★ 13,708

Automated Code Review and Quality Assurance

An agentic skill for reviewing code changes against project standards, including Python type safety, branch hygiene, and testing requirements. It verifies compliance with Pydantic usage, linting rules, and documentation best practices.

vectorize-io/hindsight code-review python typescript linting
skill ★ 105

Automated Code Review and Security Analysis

This skill automates the identification of security vulnerabilities, performance bottlenecks, and code quality issues, prioritising findings by severity.

hidai25/eval-view code-review security-auditing static-analysis software-quality
skill ★ 105

Comprehensive Code Review Assistant

An automated assistant designed to perform multi-level code analysis, focusing on security vulnerabilities, performance bottlenecks, and adherence to best practices. It generates structured review reports and suggests actionable improvement…

hidai25/eval-view code-review security-analysis software-quality git-integration
tool

Automated AI Code Review Service

An automated service for reviewing code for security vulnerabilities, performance bottlenecks, and quality issues across various programming languages. It returns scored issues and actionable suggestions via a paid API endpoint.

ntriq-gh/ntriq-agentshop code-review security-audit static-analysis ai-agent
tool

Batch Code Review for Multiple Snippets

This tool facilitates batch code review, allowing developers to submit up to 500 code snippets via a single API call. Users can specify the programming language and focus area, such as security or performance, for comprehensive analysis.

ntriq-gh/ntriq-agentshop code-review batch-processing security-analysis llm
skill

Deep Codebase and Infrastructure Audit Skill

This skill manages the lifecycle of the OathScore project by loading comprehensive session state and executing a deep, multi-point audit. It cross-references code, configuration, and live APIs to detect critical bugs, stale URLs, and infras…

moxiespirit/oathscore deep-audit infrastructure state-management code-review
skill ★ 133

Review MCP-Linear pull requests for risks

This skill reviews pull requests within the mcp-linear repository to ensure architectural integrity and adherence to contracts. It validates schema alignment, handles nullable fields, checks for missing registrations, and verifies comprehen…

tacticlaunch/mcp-linear pr-review mcp-linear schema-validation code-review