Skills

All Skills

review

Skills tagged with #review

@projectservan8n

UltraReview

Parallel multi-agent code review for the CURRENT git branch vs `main`. Uses Tarsee's agent registry (Coder, Researcher, Writer) to run three independent review passes simultaneously, then aggregates.

projectservan8n/Tarsee
2mo ago
60
@DogaOztuzun

bmad-story-cycle

Full epic development cycle: all stories implemented, verified, reviewed, and merged in sequence. Use when user says "dev epic N", "run story cycle", "implement epic [N]", or "story cycle [N.M]" to resume from a specific story.

DogaOztuzun/branchdeck+3 more
2mo ago
170
@NickCrew

AI Tells — Structural Review

A judgment-based pass that catches the subtle tells the surface scan misses. Cite each finding, name the family, suggest a fix-direction. Then offer to rewrite.

NickCrew/Claude-Cortex+22 more
1mo ago
150
@tw93

waza

Engineering skills for Claude: think (architecture), design (UI), check (code review), hunt (debugging), write (prose), learn (research), read (URL/PDF fetch), health (config audit). Triggers on slash commands or intent.

tw93/Waza
2mo ago
4.3K0
@Nairon-AI

flux-autofix

Enable Claude Code's cloud auto-fix on a PR after submit. Watches for CI failures and review comments, pushes fixes remotely so you can walk away. Runs automatically after /flux:work submits a PR (when enabled via /flux:setup). Also invocable manually via /flux:autofix.

Nairon-AI/flux+30 more
2mo ago
50
@anthropics

accessibility-review

Run a WCAG 2.1 AA accessibility audit on a design or page. Trigger with "audit accessibility", "check a11y", "is this accessible?", or when reviewing a design for color contrast, keyboard navigation, touch target size, or screen reader behavior before handoff.

anthropics/knowledge-work-plugins+93 more
2mo ago
9.1K0
@pillip

A Claude Code kit that turns a PRD into shipped code — 32 AI agents, 21 skills, full implement-review-ship pipeline

pillip/claude-dev-kit
2mo ago
50
@twostraws

swiftdata-pro

Writes, reviews, and improves SwiftData code using modern APIs and best practices. Use when reading, writing, or reviewing projects that use SwiftData.

twostraws/SwiftData-Agent-Skill
2mo ago
1230
@tenstorrent

bash-safety

Enforce safe bash scripting practices when writing, reviewing, or fixing shell scripts. Covers quoting, arrays, conditionals, arithmetic, redirections, strict mode, and static analysis. Use when editing .sh/.bash files, reviewing shell scripts, fixing shellcheck warnings, or writing new bash code.

tenstorrent/tt-metal
2mo ago
1.4K0
@joepangallo
MCP

Cloud Agent

AI software engineer — writes code, opens PRs, reviews code, generates tests, and more.

mcpgithubai
joepangallo/mcp-server-cloud-agent
2mo ago
0
@neurawork-git

Autopilot Feedback — Review, Redact, Push

The plugin learns from real usage. This skill reviews a session, **removes anything data-protected**, and pushes the distilled learnings centrally so the same friction does not recur across customers. Local stores live in the consumer repo under `.n8n-autopilot/feedback/` (gitignored): `events.ndjso

neurawork-git/n8n-autopilot+7 more
29d ago
140
@tdimino

academic-research

This skill should be used for academic paper search, literature reviews, and research synthesis. Combines Exa MCP (research_paper category, arxiv.org filtering) with arxiv-mcp-server for paper discovery, download, and deep analysis. Use when searching for papers, conducting literature reviews, analyzing research trends, or synthesizing findings across multiple papers.

tdimino/claude-code-minoan+50 more
1mo ago
130
@fvadicamo

github-pr-creation

Creates GitHub Pull Requests with automated validation and task tracking. Use when user wants to create PR, open pull request, submit for review, or check if ready for PR. Analyzes commits, validates task completion, generates Conventional Commits title and description, suggests labels. NOTE - for merging existing PRs, use github-pr-merge instead.

fvadicamo/dev-agent-skills+1 more
2mo ago
530
@tomascupr

OWASP Top 10 Review Checklist

Use this checklist when auditing application code, configuration, and deployment surfaces.

tomascupr/sandstorm+1 more
2mo ago
4260
@pbakaus

resolve-agent-reviews

Resolve PR review bot findings on current PR. Fetches unanswered bot comments, evaluates each finding, fixes real bugs, dismisses false positives, replies to every comment, and watches for new findings until bots go quiet.

pbakaus/agent-reviews+2 more
2mo ago
1050
@RevylAI

app-store-preflight-compliance

Pre-submission compliance scanner workflow for Apple App Store apps. Use when reviewing iOS, macOS, tvOS, watchOS, or visionOS projects (Swift, Objective-C, React Native, Expo) for App Store rejection risks, submission readiness, privacy compliance, or guideline violations.

RevylAI/greenlight+1 more
2mo ago
1.3K0
@ezbiz-services
MCP

EzBiz Business Intelligence

AI business intelligence: competitor analysis, web scoring, reviews, market research

mcpgithubaisearchweb
ezbiz-services/mcp-business-intelligence
2mo ago
0
@Bububuger

Cross-Model Review (Claude reviews Codex)

After Codex completes development and local validation passes, invoke the local Claude CLI for heterogeneous-model review. Different models have different blind spots; cross-model review surfaces issues that self-review cannot catch.

Bububuger/spanory+1 more
2mo ago
50
@markswendsen-code
MCP

Io.Github.Markswendsen Code/Yelp

MCP server for Yelp - search businesses, read reviews, make reservations

mcpgithubsearch
markswendsen-code/mcp-yelp
2mo ago
0
@giuseppe-trisciuoglio

aws-cdk

Provides AWS CDK TypeScript patterns for defining, validating, and deploying AWS infrastructure as code. Use when creating CDK apps, stacks, and reusable constructs, modeling serverless or VPC-based architectures, applying IAM and encryption defaults, or testing and reviewing `cdk synth`, `cdk diff`, and `cdk deploy` changes. Triggers include "aws cdk typescript", "create cdk app", "cdk stack", "cdk construct", "cdk deploy", and "cdk test".

giuseppe-trisciuoglio/developer-kit+71 more
2mo ago
1730
@google-labs-code

fleet-triage

Cognitive triage of fleet audit findings. Read issue content, evaluate labeling accuracy, and determine open/close/dispatch/relabel actions for fleet-managed issues. Use when triaging undispatched issues or reviewing audit scan results.

google-labs-code/jules-sdk+5 more
2mo ago
440
@sudais-khalid

vibe-ship

Generates a complete, production-ready deployment setup for any app in one pass -- Dockerfile, docker-compose.yml, .dockerignore, CI/CD (GitHub Actions), scalability config (health checks, resource limits, K8s on request), and security hardening (non-root user, secrets, dependency scanning). Auto-detects the stack from repo files (package.json, requirements.txt, go.mod, pom.xml, Gemfile, etc.) and writes real working files, not just advice. Also audits an EXISTING Dockerfile/compose/CI setup with a static scoring script and reports concrete findings. Use whenever the user asks to "dockerize", "containerize", "make this deployable", "production-ready", "vibe ship this", "add CI/CD", "set up deployment", "ship this app", requests a Dockerfile/docker-compose/GitHub Actions workflow, or wants a deployment setup reviewed -- even for just one piece (e.g. "add a Dockerfile"), since the full set is interdependent.

sudais-khalid/vibe-ship
1d ago
120
@Soju06

codex-review-loop

Adversarial PR code review using Codex CLI. Codex review (~20-50 min) -> structured findings -> HITL approval -> fix loop.

Soju06/codex-lb+1 more
2mo ago
1900
@dealfluence

adeu-redlining

Use this skill for reviewing, editing, or negotiating existing Word documents (.docx) where "Track Changes" or precise redlining is required. Use it to propose edits, accept/reject changes, or reply to comments. Do NOT use for creating new blank documents from scratch (use docx skill for that).

dealfluence/adeu
2mo ago
490
@Suganthan-Mohanadasan

technical-seo-audit

Comprehensive technical SEO audit skill that analyses crawl data to identify issues, prioritise actions by business impact, and produce a detailed report plus actionable spreadsheet. Use this skill whenever the user wants to: run a technical SEO audit, analyse a website's technical health, review crawl data from Screaming Frog or Sitebulb, crawl a site via API (Firecrawl or similar), find indexability or crawlability issues, check Core Web Vitals, audit structured data or schema markup, detect cannibalisation or thin content, review redirect chains, find orphan pages, assess site architecture, or produce a prioritised list of SEO fixes. Also trigger when the user uploads a CSV from any crawl tool and asks for analysis, mentions "technical SEO", "site audit", "crawl audit", "SEO health check", or wants to understand why pages are not ranking from a technical perspective. This skill handles everything from data ingestion through to a business-impact-prioritised action plan.

Suganthan-Mohanadasan/tech-seo-audit-skill
2mo ago
390
@0xranx

coder

Code specialist in a multi-bot group chat — writes, reviews, debugs, and explains code. Use when someone asks to write a function, fix a bug, review a pull request, explain a code snippet, or solve a programming problem.

0xranx/golembot+12 more
2mo ago
1320
@thoughtbot

rails-audit-thoughtbot

Perform comprehensive code audits of Ruby on Rails applications based on thoughtbot best practices. Use this skill when the user requests a code audit, code review, quality assessment, or analysis of a Rails application. The skill analyzes the entire codebase focusing on testing practices (RSpec), security vulnerabilities, code design (skinny controllers, domain models, PORO with ActiveModel), Rails conventions, database optimization, and Ruby best practices. Outputs a detailed markdown audit report grouped by category (Testing, Security, Models, Controllers, Code Design, Views) with severity levels (Critical, High, Medium, Low) within each category.

thoughtbot/rails-audit-thoughtbot
2mo ago
610
@mujez

argocd-helm

ArgoCD and Helm expert skill. Use when deploying applications with ArgoCD, creating or reviewing Helm charts, designing GitOps workflows, managing ApplicationSets, multi-cluster deployments, progressive delivery with Argo Rollouts, troubleshooting sync issues, secrets management (SOPS, External Secrets Operator), and Kubernetes manifest management. Covers ArgoCD 3.x and Helm 3.x best practices.

mujez/claude-skills+5 more
2mo ago
450
@AnastasiyaW

Структурный review статьи

AnastasiyaW/claude-code-config+14 more
1mo ago
990
@cybertronai

anti-slop-guide

Use when drafting, editing, or reviewing any prose to detect and remove AI writing patterns including overused vocabulary (delve, tapestry, landscape), formulaic structures (binary contrasts, rule of three), throat-clearing openers, business jargon, and other LLM tells

cybertronai/SutroYaro+5 more
2mo ago
60
@callstack

react-native-testing

Write tests using React Native Testing Library (RNTL) v13 and v14 (`@testing-library/react-native`). Use when writing, reviewing, or fixing React Native component tests. Covers: render, screen, queries (getBy/getAllBy/queryBy/findBy), Jest matchers, userEvent, fireEvent, waitFor, and async patterns. Supports v13 (React 18, sync render) and v14 (React 19+, async render). Triggers on: test files for React Native components, RNTL imports, mentions of "testing library", "write tests", "component tests", or "RNTL".

callstack/react-native-testing-library
2mo ago
3.3K0
@Community-Access

Accessibility review agents for Claude Code, GitHub Copilot, and Claude Desktop. Eleven specialists that enforce WCAG 2.2 AA compliance so AI coding tools stop generating inaccessible code.

Community-Access/accessibility-agents+68 more
1mo ago
1950
@getsentry

create-java-pr

Create a pull request in sentry-java. Use when asked to "create pr", "prepare pr", "prep pr", "open pr", "ready for pr", "prepare for review", "finalize changes". Handles branch creation, code formatting, API dump, committing, pushing, PR creation, changelog, and stacked PRs.

getsentry/sentry-java
2mo ago
1.3K0
@AgriciDaniel

email-check

Intelligent inbox triage that connects to Gmail or Outlook, scores emails by importance (0-100) using sender recognition, urgency keywords, thread depth, time sensitivity, and business relevance, categorizes into Urgent/Important/Routine/Archive, and generates reply suggestions for top priority items. Use when the user wants to check email, review inbox, triage messages, see what's urgent, or get reply suggestions. Triggers on check email, inbox triage, what's important, email summary, unread emails, priority inbox.

AgriciDaniel/claude-email+3 more
2mo ago
200
@pydantic

Address PR Review Feedback

Find and address all review comments on the PR for the current branch. For each comment:

pydantic/pydantic-ai
2mo ago
15.5K0
@susomejias

rembric-plugin-development

Apply when creating, modifying, or reviewing any Rembric agent plugin. Triggers on changes under `apps/plugin/`, on new clients added alongside Claude Code / Codex CLI / Hermes Agent / opencode, on edits to `apps/plugin/bin/rembric-bridge.mjs` or `apps/plugin/bin/rembric-dotenv.mjs`, on per-client manifest changes, or on plugin install/uninstall scripts. End-to-end validation against `pnpm run dev:docker:up` is mandatory whenever local testing is feasible.

susomejias/rembric+5 more
1mo ago
50
@dwmkerr

ark-dashboard-testing

Test Ark Dashboard with Playwright and create PRs with screenshots. Use when testing dashboard UI, taking screenshots for PRs, or reviewing dashboard changes.

dwmkerr/dotfiles
2mo ago
1010
@26zl

ai-llm-security-review

Use for AI/LLM security assessments, prompt injection, RAG security, agent/tool permissioning, model supply chain, LLM red teaming, AI governance, eval design, data leakage, jailbreak testing, and secure AI application review.

26zl/cybersec-toolkit+119 more
1mo ago
70
@hyperlane-xyz

claude-review

Review code changes using Hyperlane Registry coding standards. Use when reviewing PRs, checking your own changes, or doing self-review before committing.

hyperlane-xyz/hyperlane-registry+1 more
2mo ago
970
@Lykhoyda
MCP

Io.Github.Lykhoyda/Ask Gemini

Bridge Claude with Gemini CLI for AI-to-AI collaboration, code review, and second opinions

mcpgithubai
Lykhoyda/ask-gemini-mcp
2mo ago
0
@OdinMB

Autonomous Conventions

Rules for commands and skills that run without user input (e.g., `/ops:get-to-work`, `/ops:batch-execute`). The goal is to keep moving and defer human judgment to a structured follow-up review.

OdinMB/ops-workflow+2 more
2mo ago
70
@Alexis315

pwa-review

Comprehensive 185-point PWA audit beyond Lighthouse - analyzes manifest, service worker, offline capabilities, security, iOS compatibility, and advanced PWA features

Alexis315/pwa-review-skill
2mo ago
0
@mcp-registry
MCP

CrashStory MCP

Colorado personal injury attorney directory, AI-analyzed review intelligence, and crash data

mcpai
2mo ago
0
@Arize-ai

phoenix-cli

Debug LLM applications using the Phoenix CLI. Fetch traces, analyze errors, review experiments, inspect datasets, and query the GraphQL API. Use when debugging AI/LLM applications, analyzing trace data, working with Phoenix observability, or investigating LLM performance issues.

Arize-ai/openinference+1 more
2mo ago
8850
@opendatahub-io

ADR Review Panel

This skill runs a panel of specialist reviewer subagents over an Architectural Decision Record (ADR) and produces a consolidated report in two formats: a PDF document and a PPTX slide deck.

opendatahub-io/ai-helpers+30 more
29d ago
240
@nspady

gcal-api-research

Expert research tool for Google Calendar API implementations. PROACTIVELY use when (1) reviewing PRs adding calendar features, (2) planning new event/attendee/recurring event functionality, (3) investigating calendar API issues, (4) validating timezone handling or batch operations. Specializes in recurring events, timezone conversions, multi-calendar support, and edge case identification.

nspady/google-calendar-mcp+1 more
2mo ago
1.0K0
@educlopez

smoothui-component-craft

Create, improve, fix, or review SmoothUI components with production-quality animations, accessibility, and performance. Orchestrates interface-craft, web-design-guidelines, rams, and vercel-react-best-practices skills for high-quality output. Use when the user wants to build a new component, add a variant, improve an existing component, fix a component bug, or review component quality in the SmoothUI project. Triggers on "create component", "build component", "new component", "add component", "improve component", "fix component", "review component", "add variant", "refactor component", or any component work in the smoothui monorepo.

educlopez/smoothui
2mo ago
7240
@Enderfga

claw-orchestrator

Manage persistent coding sessions across Claude Code, Codex, Gemini, and Cursor engines. Use when orchestrating multi-engine coding agents, starting/sending/stopping sessions, running multi-agent council collaborations, cross-session messaging, ultraplan deep planning, ultrareview parallel code review, or switching models/tools at runtime. Triggers on "start a session", "send to session", "run council", "ultraplan", "ultrareview", "switch model", "multi-agent", "coding session", "session inbox", "cursor agent".

Enderfga/claw-orchestrator+1 more
1mo ago
4300
@marchev

solodit

Search Solodit for similar smart contract security findings. Use when reviewing vulnerabilities, comparing to known issues, or researching prior art from real audits.

marchev/claudit
2mo ago
1140
@raullenchai

perfup

Autonomous performance optimization: research, PoC, benchmark, implement, review, PR

raullenchai/Rapid-MLX
2mo ago
1.6K0