710 free skills
Code Review skills
Skills for reviewing code well — structured checklists, spotting anti-patterns, and giving actionable feedback on pull requests.
Sourced from real, public repositories — synced daily, never invented.
710 free skills
Skills for reviewing code well — structured checklists, spotting anti-patterns, and giving actionable feedback on pull requests.
Sourced from real, public repositories — synced daily, never invented.
15 tools across six categories
13 of them never send your data anywhere
Free · No signup · No trial clock
SEE THE DIRECTORY

gh
knoopx/pi
Interacts with GitHub repositories, issues, pull requests, releases, and gists using the gh CLI. Use when managing GitHub resources, searching code/repos, creating PRs/issues, or making API requests.
codex-code-review
tyrchen/claude-skills
Perform comprehensive code reviews using OpenAI Codex CLI. This skill should be used when users request code reviews, want to analyze diffs/PRs, need security audits, performance analysis, or want automated code quality feedback. Supports reviewing staged changes, specific files, entire directories, or git diffs.
receiving-code-review
cloudflare/workerd
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or technically questionable - requires technical rigor and verification, not performative agreement or blind implementation
github-operation
axross/skills
Reading or writing GitHub from inside an agent session that shares one connected operator identity — any issue, pull request, comment, label, review, or branch operation, not only end-to-end change loops. The operating model that keeps those writes safe and attributable when the agent has no identity of its own. Covers the default sanctioned tool channel and the default-deny rule for every other route, marking agent comments so they are not re-read as human input, routing each write to the right number across the shared issue/pull-request numbering space, recovering stored bytes when a read is not byte-faithful, why a squash merge makes the title permanent history, and never force-pushing without approval.
code-security-review
dauquangthanh/hanoi-rainbow
Conducts comprehensive security code reviews including vulnerability detection (OWASP Top 10, CWE), authentication/authorization flaws, injection attacks, cryptography issues, sensitive data exposure, API security, dependency vulnerabilities, security misconfigurations, and compliance validation (PCI-DSS, GDPR, HIPAA). Produces detailed security assessment reports with CVE references, CVSS scores, exploit scenarios, and remediation guidance. Use when reviewing code security, performing security audits, checking for vulnerabilities, validating security controls, assessing security risks, or when users mention "security review", "vulnerability scan", "security audit", "penetration test", "OWASP", "security assessment", "secure coding", or "security compliance".
workerd-safety-review
cloudflare/workerd
Memory safety, thread safety, concurrency, and critical detection patterns for workerd code review. Covers V8/KJ boundary hazards, lifetime management, cross-thread safety, and coroutine pitfalls. Load this skill when reviewing any C++ code.
code-review-excellence
davila7/claude-code-templates
Transform code reviews from gatekeeping to knowledge sharing through constructive feedback, systematic analysis, and collaborative improvement.
code-review
wubabalala/claude-skills
>
git-pr-workflows-pr-enhance
rmyndharis/antigravity-skills
You are a PR optimization expert specializing in creating high-quality pull requests that facilitate efficient code reviews. Generate comprehensive PR descriptions, automate review processes, and ensu
workerd-api-review
cloudflare/workerd
Performance optimization, API design & compatibility, security vulnerabilities, and standards spec compliance for workerd code review. Covers tcmalloc-aware perf analysis, compat flags, autogates, web standards adherence, and security patterns. Load this skill when reviewing API changes, performance-sensitive code, security-relevant code, or standards implementations.
code-review
vercel-labs/open-agents
Reviews code changes and provides actionable feedback. Use when the user asks to review a PR, diff, commit, or code changes. Triggers on "/review", "review this PR", "review my changes", "code review".
pull-request
caldiaworks/caldiaworks-marketplace
Create GitHub pull requests with readiness checks, auto-drafted titles and descriptions, and remote push handling. Use when: create PR, pull request, open PR, submit PR, create pull request, PR for review, push and PR, pull-request, /pull-request.
django-perf-review
getsentry/sentry-skills
Django performance code review. Use when asked to "review Django performance", "find N+1 queries", "optimize Django", "check queryset performance", "database performance", "Django ORM issues", or audit Django code for performance problems.
kj-style
cloudflare/workerd
KJ/workerd C++ style guidelines for code review. Covers naming, type usage, memory management, error handling, inheritance, constness, and formatting conventions. Load this skill when reviewing or writing C++ code in the workerd codebase.
pr-review-guide
cloudflare/workerd
Guidelines for posting pull request review comments via GitHub CLI, including suggested edits format, handling unresolved comments, etiquette, and report/issue tracking. Load this skill when reviewing a PR via GitHub and posting inline comments.
gemini-review
andreacovelli/my-skills
Manage Gemini Code Assist pull request reviews, including PR discovery, CI waits, review polling, feedback classification, local fixes, closing addressed feedback, and optional repeat review loops. Use when the user asks for Gemini review help or when an agent needs to request, inspect, address, or close Gemini Code Assist feedback on a GitHub PR; repeat loops only when the user explicitly requests them or the agent determines a fresh pass is needed.
pull-request-review
alexanderguy/skills
Review a pull request by branch name or URL, using a git worktree
code-reviewer
alexander-danilenko/cortex-ai-skills
Use when reviewing pull requests, conducting code quality audits, or identifying security vulnerabilities. Invoke for PR reviews, code quality checks, refactoring suggestions.
review-pr
leonvanzyl/agentic-coding-starter-kit
>
security-review
getsentry/sentry-python
Security code review for vulnerabilities. Use when asked to "security review", "find vulnerabilities", "check for security issues", "audit security", "OWASP review", or review code for injection, XSS, authentication, authorization, cryptography issues. Provides systematic review with confidence-based reporting.
pr-reference
microsoft/hve-core
Generates PR reference XML with commit history and unified diffs between branches, with extension and path filtering. Use when creating pull request descriptions, preparing code reviews, analyzing branch changes, discovering work items from diffs, or generating structured diff summaries.
perform-security-review
bitwarden/ai-plugins
Performs a security-focused code review by launching multiple specialized agents and a verification agent to ensure comprehensive coverage and accurate findings. Use this skill when the user asks for a "perform-security-review", "bitwarden-security-review", "execute a security review", "run a comprehensive security audit", "perform an end-to-end security assessment", or needs to coordinate multiple security checks across code, dependencies, secrets, and configurations. The skill manages the workflow, delegates tasks to specialized agents, and presents final findings to the user.
bmad-code-review
bmad-labs/skills
Review code changes adversarially using parallel review layers (Blind Hunter, Edge Case Hunter, Acceptance Auditor) with structured triage into actionable categories. Use when the user says "run code review" or "review this code"
multi-specialist-review
nickcrew/claude-cortex
User-triggered multi-agent code review. Spawns 3-5 parallel specialist sub-agents that read actual source files, runs mechanical citation verification, and synthesizes a single review artifact. Use for PR-level changes, multi-commit ranges, or security-sensitive work where single-turn review is insufficient.
PR Review
openshift/oc
Comprehensive PR review for oc (OpenShift CLI). Runs build, tests, and linting, then applies Go style improvements and provides detailed code review feedback.
code-review
coderabbitai/claude-plugin
Reviews code changes using CodeRabbit AI. Use when user asks for code review, PR feedback, code quality checks, security issues, or wants autonomous fix-review cycles.
gitlab-code-review
dedalus-erp-pas/hexagone-foundation-skills
Effectue des revues de code complètes des merge requests GitLab, analysant la qualité du code, la sécurité, les performances et les bonnes pratiques. À utiliser quand l'utilisateur dit « review » ou « code review » ou demande de revoir des merge requests ou d'analyser les changements d'une branche avant fusion.
flutter-cherry-pick
flutter/flutter
How to land a formal cherry-pick of a merged PR for the flutter/flutter repo stable or beta channel. Only use for flutter/flutter landed pull requests. Only use when the cherry pick request is into "stable", "beta" or a branch that has the format with flutter-<major>.<minor>-candidate.0.
create-pull-request
pjt222/agent-almanac
>
review-code
mgiovani/cc-arsenal
Runs a comprehensive multi-agent code review of a PR, commit, or the
gitea-cli
seepine/skills
Gitea CLI (giteacli) reference for working with Gitea from the command line. Use when managing Gitea repositories, issues, pull requests, labels, comments, reviewers, reviews, Actions, authentication, or CLI configuration.
github
huynguyen03dev/opencode-setup
Interact with GitHub repositories, issues, pull requests, and code via the GitHub MCP server. This skill should be used when managing repositories, creating/updating files, working with issues and PRs, searching code/repos/users, creating branches, and performing code reviews. Supports all major GitHub API operations.
review-perf
mgiovani/cc-arsenal
Deep-dive performance audit of database queries, algorithmic complexity,
review
clickhouse/clickhouse
Review a ClickHouse Pull Request for correctness, safety, performance, and compliance. Use when the user wants to review a PR or diff.
pp-forgejo
mvanhorn/printing-press-library
The `gh` for Forgejo — works with any instance, stores your data locally, and speaks Forgejo natively. Trigger phrases: `check my forgejo issues`, `list pull requests on forgejo`, `create a release on codeberg`, `runner status across orgs`, `upload release assets to forgejo`, `use fj`, `use forgejo-pp-cli`.
as-pr
mlopstapus/anchorstack-skills
Create a GitHub PR with a structured template and pre-merge smoke test checklist.
review-code
builtbystef/skills
Reviews a set of changes on two independent axes: the spec or issue that motivated them, and the project's coding standards. Use when you review a diff, a branch, a PR, or uncommitted work.
gitea-pull
d0zingcat/gitea-skills
Gitea Pull Request management: create/edit/merge/close PRs, read diff and file lists, review workflow (create review, submit pending review, approve/reject/dismiss, add inline comments), add/remove reviewers, update PR branch from base. Covers /repos/{owner}/{repo}/pulls REST endpoints. Use when the user needs to open PRs, merge PRs, run code review workflows, revert reviews, or inspect PR changed files or diffs on Gitea.
acceptance-review
citypaul/.dotfiles
WHEN deciding whether a PR, branch, diff, or current implementation satisfies an authoritative issue, specification, or decision contract; NOT for improving the written artifact, reconstructing meetings, general code review, or implementing fixes. Returns a read-only criterion-by-criterion proof and acceptance verdict.
gemini
cachemoney/agent-toolkit
Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Uses Gemini 3 Pro by default for state-of-the-art reasoning and coding.
runbook
sd0xdev/sd0x-harness
Generate and update feature release runbooks from existing docs and codebase. Use when: creating operational runbook, release handbook, deployment checklist, pre-release preparation. Not for: incident response (v2), code review (use codex-code-review), architecture design (use architecture).
perf-review
segodnya/agents
Беспощадное performance-ревью того, как пользователь работает с Claude Code за последние N дней (по умолчанию 30). Анализирует `~/.claude/history.jsonl` и session-JSONL из `~/.claude/projects/*/*.jsonl` через `scripts/analyze.py`, затем выдаёт жёсткий отчёт CTO в строгом 5-секционном формате на русском — качество постановки задач, признаки лени, пробелы в знаниях, паттерны провалов, soft-skills в общении с AI. Используй этот скилл, когда пользователь говорит `/perf-review`, «ревью моей работы», «оцени мои сессии», «performance review», «проанализируй как я работаю с claude», «квартальное ревью», «performance check», «разбор моих промптов», или иначе просит критический разбор своей истории взаимодействия с Claude — даже если слово «ревью» произнесено неявно. Никаких комплиментов, только хирургическая критика, подкреплённая конкретными цифрами и цитатами из логов.
fix-sync
clickhouse/clickhouse
Fix the "CH Inc sync" job in a pull request. Diagnoses the failure as one of three types — conflicts found, build failed, or tests failed — and handles each accordingly.
security-threat-model
firecrawl/skills
Repository-grounded threat modeling that enumerates trust boundaries, assets, attacker capabilities, abuse paths, and mitigations, and writes a concise Markdown threat model. Trigger only when the user explicitly asks to threat model a codebase or path, enumerate threats/abuse paths, or perform AppSec threat modeling. Do not trigger for general architecture summaries, code review, or non-security design work.
embedded-review
captainluzik/oh-my-embedded
(oh-my-embedded) Embedded firmware code review. Memory safety, ISR correctness, RTOS pitfalls, peripheral interfaces, C/C++ UB traps. Severity P0-P3.
review-pull-request
stephanmeijer/skills
Review pull requests on GitHub and Forgejo, including Codeberg, and turn fresh findings into actionable PR review comments anchored to changed code lines. Use when asked to review or inspect a PR, post or submit review findings, comment on changed code, analyze PR CI, triage existing reviewer feedback, reply in an inline review thread, submit an overall review, or resolve review threads.
pull-request
ifaxity/skills
Creates a pull request for the current branch on GitHub or Azure DevOps (auto-detected from the remote). Use when the user says "create a PR", "open a pull request", "make a PR", or invokes /pull-request.
frontend-code-review
sangrokjung/claude-forge
Trigger when the user requests a review of frontend files (e.g., `.tsx`, `.ts`, `.js`). Support both pending-change reviews and focused file reviews while applying the checklist rules.
continue-pr
clickhouse/clickhouse
Continue work on an existing PR - resolve conflicts, fix CI failures, address reviewer feedback, and push updates. Use when the user wants to pick up and advance a pull request.
code-review-assistant
dnyoussef/ai-chrome-extension
Comprehensive PR review using multi-agent swarm with specialized reviewers for security, performance, style, tests, and documentation. Provides detailed feedback with auto-fix suggestions and merge readiness assessment.
performance-reviewer
inbharatai/claude-skills
Write performance reviews — self-assessments, manager evaluations, 360 feedback synthesis, and development plans.
yeet
firecrawl/skills
Use only when the user explicitly asks to stage, commit, push, and open a GitHub pull request in one flow using the GitHub CLI (`gh`).
pull-requests
szj2ys/skills
Pull Request Creation
pull-request
haomingz/kimi-skills
Create and submit a GitHub Pull Request.
code-review
bighardperson/computer-science-skills-collection
Systematic code review patterns covering security, performance, maintainability, correctness, and testing — with severity levels, structured feedback guidance, review process, and anti-patterns to avoid. Use when reviewing PRs, establishing review standards, or improving review quality.
ccpm-code-review
duongdev/ccpm
Enforces quality verification gates with four-step validation (tests pass, build succeeds, checklist complete, no blockers) before task completion, PR creation, or status updates. Auto-activates when user says "done", "complete", "finished", "ready to merge", or runs /ccpm:verify or /ccpm:done commands. Provides systematic verification workflow that prevents false completion claims and ensures production readiness. Blocks external system writes (Jira, Slack) until evidence collected. Integrates with external-system-safety for confirmation workflow. When verification fails, suggests /ccpm:verify to debug issues systematically.
code-review-and-quality
sanity-io/sanity
Conducts multi-axis code review. Use before merging any change. Use when reviewing code written by yourself, another agent, or a human. Use when you need to assess code quality across multiple dimensions before it enters the main branch.
pr
tldraw/tldraw
Create or update a pull request for the current branch in the tldraw repository. Use when the user invokes pr, asks to create a PR, update an existing PR, push current branch changes for review, or prepare a pull request.
addressing-code-review-comments
bitwarden/ai-plugins
Use when the user is addressing pull request review comments locally and asks for help evaluating, implementing, or drafting responses to reviewer feedback - requires technical rigor and verification, not performative agreement or blind implementation
creating-pull-request
bitwarden/ai-plugins
Pull request creation workflow for Bitwarden repositories. Use when creating PRs, writing PR descriptions, or preparing branches for review. Triggered by "create PR", "pull request", "open PR", "gh pr create", "PR description".