Code Review

Automated code review and analysis

Showing 1009-1032 of 8822 skills
alpinejs

review-pr

by alpinejs

Review an open PR like a maintainer — checkout, fix issues, push changes, post a structured verdict comment. You just merge or close.

Code Review 31.9K 7mo ago
Azure

azure-sdk-mgmt-pr-review

by Azure

Review Azure SDK management-plane pull requests, check naming conventions, API compatibility, and code quality.

API Dev 6K 6mo ago
proffesor-for-testing

bug-reporting-excellence

by proffesor-for-testing

"Write high-quality bug reports that get fixed quickly. Use when reporting bugs, training teams on bug reporting, or establishing bug report standards."

Analytics 466 7mo ago
ComposioHQ

gh-address-comments

by ComposioHQ

Help address review/issue comments on the open GitHub PR for the current branch using gh CLI; verify gh auth first and prompt the user to authenticate if not logged in.

Auth 16.1K 7mo ago
ComposioHQ

domain-name-brainstormer

by ComposioHQ

Generates creative domain name ideas for your project and checks availability across multiple TLDs (.com, .io, .dev, .ai, etc.). Saves hours of brainstorming and manual checking.

Code Review 16.1K 7mo ago
ComposioHQ

slack-gif-creator

by ComposioHQ

Toolkit for creating animated GIFs optimized for Slack, with validators for size constraints and composable animation primitives. This skill applies when users request animated GIFs or emoji animations for Slack from descriptions like "make me a GIF for Slack of X doing Y".

Animation 16.1K 7mo ago
qodo-ai

qodo-pr-resolver

by qodo-ai

Review and resolve PR issues with Qodo - get AI-powered code review issues and fix them interactively (GitHub, GitLab, Bitbucket, Azure DevOps)

Code Review 48 6mo ago
ComposioHQ

email-draft-polish

by ComposioHQ

Draft, rewrite, or condense emails with target tone, length, and audience; use for cold outreach, replies, status updates, or escalations where clarity and brevity matter.

Code Gen 16.1K 7mo ago
ComposioHQ

gh-fix-ci

by ComposioHQ

Inspect GitHub PR checks with gh, pull failing GitHub Actions logs, summarize failure context, then create a fix plan and implement after user approval. Use when a user asks to debug or fix failing PR CI/CD checks on GitHub Actions and wants a plan + code changes; for external checks (e.g., Buildkite), only report the details URL and mark them out of scope.

CI/CD 16.1K 7mo ago
ComposioHQ

linear

by ComposioHQ

Manage issues, projects & team workflows in Linear. Use when the user wants to read, create or updates tickets in Linear.

Auth 16.1K 7mo ago
remix-run

make-pr

by remix-run

Create GitHub pull requests with clear, reviewer-friendly descriptions. Use when asked to open or prepare a PR, especially when the PR needs strong context, related links, and feature usage examples. This skill enforces concise PR structure, avoids redundant sections like validation/testing, and creates the PR with gh CLI.

Code Gen 33.3K 6mo ago
remix-run

supersede-pr

by remix-run

Safely replace one GitHub pull request with another. Use when a user says a PR supersedes/replaces an older PR, asks to auto-close a superseded PR, or needs guaranteed closure behavior after merge. This skill explicitly closes the superseded PR with gh CLI and verifies final PR states instead of relying on closing keywords.

CLI Tools 33.3K 6mo ago
SynkraAI

aiox-squad-creator

by SynkraAI

Squad Creator (Craft). Use to create, validate, publish and manage squads

Code Gen 3.1K 6mo ago
SynkraAI

aiox-po

by SynkraAI

Product Owner (Pax). Use for backlog management, story refinement, acceptance criteria, sprint planning, and prioritization decisions

Agents 3.1K 6mo ago
SynkraAI

aiox-qa

by SynkraAI

Test Architect & Quality Advisor (Quinn). Use for comprehensive test architecture review, quality gate decisions, and code improvement. Provides thorough analysis including requ...

Code Gen 3.1K 6mo ago
SynkraAI

coderabbit-review

by SynkraAI

Unified CodeRabbit CLI execution via WSL with self-healing loop. Use this skill when running automated code review before commits, PRs, or QA gates. Handles WSL wrapper, severity filtering, and auto-fix iterations.

CLI Tools 3.1K 6mo ago
OneKeyHQ

1k-sentry-analysis

by OneKeyHQ

Analyze and fix production errors from Sentry crash reports (AppHang, ANR, crashes, stacktraces).

Automation 2.4K 7mo ago
web-infra-dev

Desktop Computer Automation

by web-infra-dev

Vision-driven desktop automation using Midscene. Control your desktop (macOS, Windows, Linux) with natural language commands. Operates entirely from screenshots — no DOM or accessibility labels required. Can interact with all visible elements on screen regardless of technology stack. Triggers: open app, press key, desktop, computer, click on screen, type text, screenshot desktop, launch application, switch window, desktop automation, control computer, mouse click, keyboard shortcut, screen capture, find on screen, read screen, verify window, close app, minimize window, maximize window Powered by Midscene.js (https://midscenejs.com)

Accessibility 303 6mo ago
web-infra-dev

Chrome Bridge Automation

by web-infra-dev

Vision-driven browser automation using Midscene Bridge mode. Operates entirely from screenshots — no DOM or accessibility labels required. Can interact with all visible elements on screen regardless of technology stack. This mode connects to the user's desktop Chrome browser via the Midscene Chrome Extension, preserving cookies, sessions, and login state. Use this skill when the user wants to: - Browse, navigate, or open web pages in the user's own Chrome browser - Interact with pages that require login sessions, cookies, or existing browser state - Scrape, extract, or collect data from websites using the user's real browser - Fill out forms, click buttons, or interact with web elements - Verify, validate, or test frontend UI behavior - Take screenshots of web pages - Automate multi-step web workflows - Check website content or appearance Powered by Midscene.js (https://midscenejs.com)

Accessibility 303 6mo ago
web-infra-dev

Browser Automation

by web-infra-dev

Vision-driven browser automation using Midscene. Operates entirely from screenshots — no DOM or accessibility labels required. Can interact with all visible elements on screen regardless of technology stack. Opens a new browser tab for each target URL via Puppeteer (headless Chrome). Use this skill when the user wants to: - Browse, navigate, or open web pages - Scrape, extract, or collect data from websites - Fill out forms, click buttons, or interact with web elements - Verify, validate, or test frontend UI behavior - Take screenshots of web pages - Automate multi-step web workflows - Run browser automation or check website content Powered by Midscene.js (https://midscenejs.com)

Accessibility 303 6mo ago
bgauryy

octocode-pull-request-reviewer

by bgauryy

'This skill should be used when the user asks to "review a PR", "review pull request", "PR review", "check this PR", "analyze PR changes", "review PR #123", "what''s wrong with this PR", "is this PR safe to merge", "review my changes", "review local changes", "review my code", "review staged changes", "review my diff", or needs expert code review with architectural analysis, defect detection, and security scanning. Supports both remote PRs and local changes (staged/unstaged). Uses Octocode MCP tools for deep code forensics and holistic evaluation.'

Code Review 920 6mo ago
blockscout

compare-against-empty-list

by blockscout

Optimize list checks by comparing against empty lists instead of using length/1. Avoid expensive list traversal operations when checking if a list is empty or has elements. Use pattern matching or empty list comparison for better performance.

Code Gen 4.6K 6mo ago
daymade

fact-checker

by daymade

Verifies factual claims in documents using web search and official sources, then proposes corrections with user confirmation. Use when the user asks to fact-check, verify information, validate claims, check accuracy, or update outdated information in documents. Supports AI model specs, technical documentation, statistics, and general factual statements.

Code Review 1.4K 8mo ago
daymade

marketplace-dev

by daymade

Converts any Claude Code skills repository into an official plugin marketplace. Analyzes existing skills, generates .claude-plugin/marketplace.json conforming to the Anthropic spec, validates with claude plugin validate, tests real installation, and creates a PR to the upstream repo. Encodes hard-won anti-patterns from real marketplace development (schema traps, version semantics, description pitfalls). Use when the user mentions: marketplace, plugin support, one-click install, marketplace.json, plugin distribution, auto-update, or wants a skills repo installable via claude plugin install. Also trigger when the user has a skills repo and asks about packaging, distribution, or making it installable.

Code Gen 1.4K 4mo ago