Skip to content

Claude Code Code Review skills :)

Flowy lists 3070 skills in the Code Review category for Claude Code, across 147 plugins. A skill is a folder of instructions an agent loads while you work. Every one here shows what is inside before you install, who wrote it, and whether it is Auto-invoked, meaning a FLOW.md router fires it as you prompt.

Browse all skills →Code Review plugins →

Showing 96 of 3,070

act-on-feedback
PopularSkill
Code Review

act-on-feedback

Act on user feedback attached to the current session. Use when the user submits feedback on the session's changes via the Submit Feedback button.

@microsoft@microsoftView Skill
agent-customization
PopularSkill
Code Review

agent-customization

**WORKFLOW SKILL** — Create, update, review, fix, or debug VS Code agent customization files (.instructions.md, .prompt.md, .agent.md, SKILL.md,…

@microsoft@microsoftView Skill
chronicle
PopularSkill
Code Review

chronicle

Analyze Copilot session history for standup reports, usage tips, session search, and session reindexing. Use when the user asks for a standup, daily summary,…

@microsoft@microsoftView Skill
gpt-5-4-prompting
Skill
Code Review

gpt-5-4-prompting

Internal guidance for composing Codex and GPT-5.4 prompts for coding, review, diagnosis, and research tasks inside the Codex Claude Code plugin

@openai@openaiView Skill
ce-babysit-pr
Skill
Code Review

ce-babysit-pr

Babysits or watches an open GitHub PR until merge-ready, continuously reacting to review comments, CI failures, and routine base movement throughout the PR's…

ce-brainstorm
Skill
Code Review

ce-brainstorm

Explore vague or ambitious ideas into a right-sized requirements-only unified plan. Use when the user wants to brainstorm, think through scope, decide what to…

ce-code-review
Skill
Code Review

ce-code-review

Structured code review for bugs, regressions, tests, and standards. Use before PRs or when asked for review; report-only by default, with explicit local apply…

improve-react
Skill
Code Review

improve-react

Survey a whole React codebase as a senior React engineer, using React Doctor's scan as evidence, then produce a prioritized audit and self-contained…

@millionco@millioncoView Skill
react-doctor
Skill
Code Review

react-doctor

Use when finishing a feature, fixing a bug, before committing React code, or when the user types `/doctor`, asks to scan, triage, or clean up React…

@millionco@millioncoView Skill
analyse-with-phpstan
Skill
Code Review

analyse-with-phpstan

Analyse PHP code with PHPStan via the playground API. Tests across all PHP versions (7.2–8.5) and reports errors grouped by version. Supports configuring…

@phpstan@phpstanView Skill
run-on-3v4l
Skill
Code Review

run-on-3v4l

Execute PHP code on 3v4l.org to test runtime behavior across multiple PHP versions. Use when you need to verify what PHP actually does with a piece of code.

@phpstan@phpstanView Skill
imagegen
Skill
Code Review

imagegen

Generate original images, artwork, product visuals, diagrams, or other raster assets with the desktop's configured image provider. Use whenever the user asks…

@nanmicoder@nanmicoderView Skill
android-native-dev
Skill
Code Review

android-native-dev

Android native application development and UI design guide. Covers Material Design 3, Kotlin/Compose development, project configuration, accessibility, and…

buddy-sings
Skill
Code Review

buddy-sings

Use when user wants their Claude Code pet (/buddy) to sing a song. Triggers on any request that combines the concept of their Claude Code buddy, pet, or…

color-font-skill
Skill
Code Review

color-font-skill

Choose presentation-ready color palettes and font pairings for PPT/design tasks. Use when users ask for visual theme choices, brand-safe palettes, or font…

10x
Skill
Code Review

10x

Personalized audit that teaches advanced Superset features the user isn't using yet — automations, parallel agents, tasks, multi-host, terminals, custom…

@superset-sh@superset-shView Skill
automate
Skill
Code Review

automate

Turn a recurring chore into a Superset automation — drafts the agent prompt, confirms schedule and target, creates it with the CLI, and reviews the first run…

@superset-sh@superset-shView Skill
contribute
Skill
Code Review

contribute

Set up a Superset open-source contribution — fork and clone superset-sh/superset, run local dev setup, and follow the repo's contribution rules through to a…

@superset-sh@superset-shView Skill
hunk-review
Skill
Code Review

hunk-review

Interacts with live Hunk diff review sessions via CLI. Inspects review focus, navigates files and hunks, reloads session contents, and adds inline review…

hunk1d8.2k
@modem-dev@modem-devView Skill
launch-video
Skill
Code Review

launch-video

Produces Hunk videos by driving the real TUI headlessly in a PTY, compositing captioned 1080p frames in Chromium, and encoding with ffmpeg. Use for feature…

hunk1d8.2k
@modem-dev@modem-devView Skill
check
Skill
Code Review

check

Reviews code diffs, PRs, issue queues, release readiness, commits, pushes, publishing, and project audits. Use when users ask in any language for code review,…

waza1d6.8k
@tw93@tw93View Skill
health
Skill
Code Review

health

Runs a budget-aware agent-assisted engineering health audit for instruction/config drift, hooks/MCP, verifier surfaces, and AI maintainability. Use when users…

waza1d6.8k
@tw93@tw93View Skill
hunt
Skill
Code Review

hunt

Finds root cause before applying fixes for errors, crashes, regressions, failing tests, broken behavior, and screenshot-reported defects. Use when users report…

waza1d6.8k
@tw93@tw93View Skill
dry-refactoring
Skill
Code Review

dry-refactoring

Guided workflow to eliminate copy-paste duplication detected by jscpd. Refactor clones using extract function, module, constant, or base class strategies.

@kucherenko@kucherenkoView Skill
jscpd
Skill
Code Review

jscpd

Copy-paste detector for 220+ languages. Detect duplicated code and measure duplication percentages.

@kucherenko@kucherenkoView Skill
ccwf-cli
Skill
Code Review

ccwf-cli

Use the `ccwf` CLI (from @cc-wf-studio/cli) to render, validate, preview, export, or run cc-wf-studio workflow JSON files from the terminal. Apply whenever the…

jira-driven-planning
Skill
Code Review

jira-driven-planning

Jiraチケットの要件とConfluenceの関連ドキュメントを基に、Frontend/Backend/Infrastructureに分割した実装計画を策定するプランニングスキル。Jiraチケット情報とConfluence検索結果が前段で取得済みであることを前提とし、構造化された実装計画を出力する。「プランニング」「実…

next-idea
Skill
Code Review

next-idea

Run one unattended IDEATION iteration of the autonomous value-creation loop — invent improvements a user of cc-wf-studio would notice, judge them against the…

code-review
Skill
Code Review

code-review

从固定点(commit、branch、tag 或 merge-base)开始,按 Standards(代码是否符合本仓库记录的编码标准?)和 Spec(代码是否符合来源 issue/PRD 的要求?)两个轴线审查变更。两个审查会在并行子代理中运行,并并排报告。适用于用户想审查 branch、PR、进行中的变更,或要求…

@vinvcn@vinvcnView Skill
codebase-design
Skill
Code Review

codebase-design

用于设计深模块的共享词汇。适用于用户想设计或改进模块接口、寻找深化机会、决定 seam 放在哪里、让代码更容易测试或更适合 AI 导航,或其他技能需要深模块词汇时。

@vinvcn@vinvcnView Skill
dart-add-unit-test
Skill
Code Review

dart-add-unit-test

Write and organize unit tests for functions, methods, and classes using `package:test`. Use when creating new logic or fixing bugs to ensure code remains…

@flutter@flutterView Skill
dart-build-cli-app
Skill
Code Review

dart-build-cli-app

Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.

@flutter@flutterView Skill
browser
Skill
Code Review

browser

This skill should be used for browser automation tasks using Chrome DevTools Protocol (CDP). Triggers when users need to launch Chrome with remote debugging,…

@cexll@cexllView Skill
codeagent
Skill
Code Review

codeagent

Execute codeagent-wrapper for multi-backend AI code tasks. Supports Codex, Claude, Gemini, and OpenCode backends with agent presets, skill injection, file…

@cexll@cexllView Skill
dev
Skill
Code Review

dev

Extreme lightweight end-to-end development workflow with requirements clarification, intelligent backend selection, parallel codeagent execution, and mandatory…

@cexll@cexllView Skill
ccc
Skill
Code Review

ccc

This skill should be used when code search is needed (whether explicitly requested or as part of completing a task), when indexing the codebase after changes,…

brainstorming
Skill
Code Review

brainstorming

You MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores user intent,…

codeg2d2.6k
@xintaofei@xintaofeiView Skill
citation-management
Skill
Code Review

citation-management

Comprehensive citation management for academic research. Search Google Scholar and PubMed for papers, extract accurate metadata, validate citations, and…

codeg2d2.6k
@xintaofei@xintaofeiView Skill
architect
Skill
Code Review

architect

Sketch types, signatures, and module structure before code, then stay in the loop while implementation fills in. Use for /architect, 'architect this', 'design…

@cursor@cursorView Skill
arena
Skill
Code Review

arena

Spawn N parallel candidates at the same task, pick a base, graft the strongest parts of the losers into it. Use for /arena, 'arena this', 'throw it in the…

@cursor@cursorView Skill
automate-me
Skill
Code Review

automate-me

Use for \"automate me\", \"create/update/refresh my -mode skill\", \"turn/capture my preferences or working style into a skill\", or wanting agents to follow…

@cursor@cursorView Skill
api-design
Skill
Code Review

api-design

生产级 API 的 REST API 设计模式,包括资源命名、状态码、分页、过滤、错误响应、版本控制和速率限制。

article-writing
Skill
Code Review

article-writing

编写文章、指南、博客帖子、教程、新闻通讯(newsletter)以及其他长篇内容。这些内容具有从提供的示例或品牌指南中提取出的独特语气。当用户需要比段落更长的精美文案,且对语气一致性、结构和可信度有要求时,请使用此技能(Skill)。

codex
Skill
Code Review

codex

Use when the user asks to run Codex CLI (codex exec, codex resume) or references OpenAI Codex for code analysis, refactoring, or automated editing

coding-guidelines
Skill
Code Review

coding-guidelines

Use when asking about Rust code style or best practices. Keywords: naming, formatting, comment, clippy, rustfmt, lint, code style, best practice, P.NAM, G.FMT,…

@zhanghandong@zhanghandongView Skill
core-actionbook
Skill
Code Review

core-actionbook

Internal support skill for actionbook MCP selectors used by Rust documentation research workflows. Use only when another rust-skills workflow explicitly…

@zhanghandong@zhanghandongView Skill
core-agent-browser
Skill
Code Review

core-agent-browser

Internal support skill for agent-browser CLI workflows used by rust-learner, docs-researcher, and crate-researcher. Use only when browser automation is…

@zhanghandong@zhanghandongView Skill
brooks-audit
Skill
Code Review

brooks-audit

Architecture audit that maps module dependencies, checks layering integrity, and flags structural decay across a codebase, drawing on twelve classic…

@hyhmrright@hyhmrrightView Skill
brooks-debt
Skill
Code Review

brooks-debt

Tech debt assessment that identifies, classifies, and prioritizes maintainability problems — helping teams build a refactoring roadmap — drawing on twelve…

@hyhmrright@hyhmrrightView Skill
brooks-harness
Skill
Code Review

brooks-harness

Maintenance orchestrator for the brooks-lint plugin itself. Runs a sequential subagent pipeline — author → eval → QA → trigger-audit → release — to add or edit…

@hyhmrright@hyhmrrightView Skill
sast-analysis
Skill
Code Review

sast-analysis

Perform codebase analysis and architecture mapping as the first phase of a security assessment. Explores the tech stack, frameworks, entry points, data flows,…

@utkusen@utkusenView Skill
sast-businesslogic
Skill
Code Review

sast-businesslogic

Detect business logic vulnerabilities in a codebase using a three-phase approach: threat modeling (domain analysis and attack scenarios), batched verify (check…

@utkusen@utkusenView Skill
sast-fileupload
Skill
Code Review

sast-fileupload

Detect insecure file upload vulnerabilities in a codebase using a three-phase approach: discovery (find all upload sites), batched verify (check extension…

@utkusen@utkusenView Skill
gh-stack
Skill
Code Review

gh-stack

Manages stacked PRs and splits multi-part work into reviewable branches with gh-stack. Use for stack creation, viewing, edits, push, submit, sync, rebase,…

@github@githubView Skill
agent-native-reviewer
Skill
Code Review

agent-native-reviewer

Review agent-native parity for skills, prompts, tools, commands, generated mirrors, repo workflows, and user-facing actions.

dotai1d1.2k
@udecode@udecodeView Skill
autogoal
Skill
Code Review

autogoal

Create, verify, repair, and close durable Codex goals with measurable outcomes, evidence gates, plan templates, blocker handling, completion audits, and…

dotai1d1.2k
@udecode@udecodeView Skill
hard-cut
Skill
Code Review

hard-cut

Remove a feature completely with no backward compatibility; delete surfaces, callers, tests, docs, fallbacks, stubs, and dead exports.

dotai1d1.2k
@udecode@udecodeView Skill
backprop
Skill
Code Review

backprop

Bug → spec protocol. When a bug is found or a test fails, trace the cause, decide whether a new §V invariant would catch recurrence, append to §B. This is the…

ck7w1.1k
@juliusbrussee@juliusbrusseeView Skill
build
Skill
Code Review

build

Plan-then-execute implementation against SPEC.md. Native single-thread loop, no sub-agents. On test or build failure, auto-invokes the backprop skill before…

ck7w1.1k
@juliusbrussee@juliusbrusseeView Skill
caveman
Skill
Code Review

caveman

Caveman encoding for SPEC.md and spec-adjacent writes. Loaded by /spec, /build, /check. Cuts tokens ~75% vs prose while staying precise. Triggers on any write…

ck7w1.1k
@juliusbrussee@juliusbrusseeView Skill
analyze-dependencies
Skill
Code Review

analyze-dependencies

Analyze project dependencies and evaluate architectural health. Trigger with "analyze dependencies", "detect circular dependencies", "architecture issues?",…

claude-code-cookbook5 variants3mo1.1k
@wasabeef@wasabeefView Skill
analyze-performance
Skill
Code Review

analyze-performance

Performance analysis based on Core Web Vitals with UX scoring. Trigger with "analyze performance", "improve speed", "check Core Web Vitals", "page speed",…

claude-code-cookbook5 variants3mo1.1k
@wasabeef@wasabeefView Skill
check-fact
Skill
Code Review

check-fact

Verify information accuracy against codebase and documentation. Trigger with "is this correct?", "fact check", "verify this", "is this accurate?".

claude-code-cookbook5 variants3mo1.1k
@wasabeef@wasabeefView Skill
api-generating
Skill
Code Review

api-generating

Generate API endpoint code and documentation from specifications. Use when the user wants to create new API endpoints, generate route handlers, scaffold REST…

@huangjia2019@huangjia2019View Skill
loki-mode
Skill
Code Review

loki-mode

Autonomous spec-driven build system with a built-in trust layer. It does not call work done until it is verified (RARV-C closure loop, 8 quality gates,…

@asklokesh@asklokeshView Skill
api-design-safety
Skill
Code Review

api-design-safety

当设计或修改 REST API 响应结构、处理 API 返回值时触发。防止 API 设计缺陷导致的字段错位、类型歧义等问题。

cc-use-exp1 variant5w1k
@doccker@docckerView Skill
api-proxy-safety
Skill
Code Review

api-proxy-safety

网关/代理/WAF/CDN 中间件的安全关键词匹配实现规范,防止纯子串匹配误判正常响应内容中的技术术语(如 Cloudflare、502、error)

@doccker@docckerView Skill
async-task-pattern
Skill
Code Review

async-task-pattern

当 API/任务可能执行超过 10 秒(批量数据处理、远程 API 批量调用、全表扫描、跨租户聚合)时触发。防止同步接口被网关 30s 超时切断、用户重复点击触发并发、状态缓存内存泄漏等问题。提供异步任务状态机标准模板。

@doccker@docckerView Skill
excalidraw
Skill
Code Review

excalidraw

Generate an Excalidraw whiteboard in Sean's hand-drawn video style (Excalifont, roughness 1, green signature, socials + watermark, source labels). Use whenever…

meeting-prep
Skill
Code Review

meeting-prep

Prep me for a meeting or call — who I'm meeting, background, talking points. Use for "prep me for", "get me ready for", "what should I know before", "who am I…

new-tool
Skill
Code Review

new-tool

Add a new tool to Waku the right way — schema, safe execution, deterministic eval, honest output. Use when adding or modifying agent tools or when the user…

agent-development
Skill
Code Review

agent-development

This skill should be used when the user asks to "create an agent", "add an agent", "write a subagent", "agent frontmatter", "when to use description", "agent…

2,974 more in Code Review. See them all →