golang

orkaitorkait

Comprehensive standards for building production-grade Go applications including architecture, concurrency, security, testing, and best practices. Use when writing, reviewing, or architecting Go code.

195 days ago

performance-code-review

Spacey6849Spacey6849

Performance-focused code review identifying bottlenecks, resource waste, scalability risks, and optimization opportunities.

195 days ago

security-best-practices

marchattonmarchatton

Perform language and framework specific security best-practice reviews and suggest improvements. Trigger only when the user explicitly requests security best practices guidance, a security review/report, or secure-by-default coding help. Trigger only for supported languages (python, javascript/typescript, go). Do not trigger for general code review, debugging, or non-security tasks.

195 days ago

_react

drimchanskydrimchansky

React component patterns, hooks rules, performance, and state management. Apply when writing or reviewing React code.

195 days ago

clean-code

haniakrim21haniakrim21

Applies principles from Robert C. Martin's 'Clean Code'. Use this skill when writing, reviewing, or refactoring code to ensure high quality, readability, and maintainability. Covers naming, functions, comments, error handling, and class design.

195 days ago

review-php

nesnilnehcnesnilnehc

Review PHP code for language and runtime conventions: strict types, error handling, resource management, PSR standards, namespaces, null safety, generators, and testability. Language-only atomic skill; output is a findings list.

eng-standards
195 days ago

property-based-testing

aila-labaila-lab

Provides guidance for property-based testing across multiple languages and smart contracts. Use when writing tests, reviewing code with serialization/validation/parsing patterns, designing features, or when property-based testing would provide stronger coverage than example-based tests.

195 days ago

Design Orchestration

haniakrim21haniakrim21

Orchestrates design workflows by routing work through brainstorming, multi-agent review, and execution readiness in the correct order. Prevents premature implementation, skipped validation, and unreviewed high-risk designs.

195 days ago

pr-review

aivokoneaivokone

Use FIRST for any PR/code review work — checking feedback, reading CR comments, responding to reviewers, addressing review bot or human comments, or preparing commits on a PR. Collects feedback from ALL sources (conversation, inline, reviews) to prevent the common failure of missing inline feedback. Start with check-pr-feedback.sh, then reply inline where needed and summarize with one Fix Report.

195 days ago

gemini-cli

RealAumiRealAumi

Wield Google's Gemini CLI as a powerful auxiliary tool for code generation, review, analysis, and web research. Use when tasks benefit from a second AI perspective, current web information via Google Search, codebase architecture analysis, or parallel code generation. Also use when the user explicitly requests Gemini operations.

195 days ago

code-review-excellence

oki3505Foki3505F

Master effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.

195 days ago

github-automation

oki3505Foki3505F

Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically.

195 days ago

data-migration-expert

marchattonmarchatton

Use this agent when reviewing PRs that touch database migrations, data backfills, or any code that transforms production data. This agent validates ID mappings against production reality, checks for swapped values, verifies rollback safety, and ensures data integrity during schema changes. Essential for any migration that involves ID mappings, column renames, or data transformations.

195 days ago

Code Review

ThreeBigBoyThreeBigBoy

In the OpenSpec project, based on completed requirements analysis and engineering architecture design, perform a systematic code review of the code within the specified change-id range. When the user issues commands such as "implement code", "code review", or "please review this change", combine the outputs of request-analysis and project-analysis, inspect according to common review guidelines, propose modification suggestions, and write the review record under design/documents/[change-id]/records/.

195 days ago

write-agent

inkeepinkeep

Design and write high-quality Claude Code agents and agent prompts. Use when creating or updating .claude/agents/*.md for (1) single-purpose subagents (reviewers, implementers, researchers) and (2) workflow orchestrators (multi-phase coordinators like pr-review, feature-development, bug-fix). Covers delegation triggers, tool/permission/model choices, Task-tool orchestration, phase handoffs, aggregation, iteration gates, and output contracts. Also use when deciding between subagents vs skills vs always-on repo guidance.

195 days ago

Security Audit

joshrotenbergjoshrotenberg

Security audit checklist for web applications and APIs. Use when reviewing code for security issues, hardening an application, or performing a security audit.

195 days ago

raise-pr

QingqiShiQingqiShi

Create pull requests with intelligent branch names and descriptions by analyzing git changes. This skill should be used when raising PRs, creating pull requests, pushing changes, committing code, reviewing staged changes, or submitting code for review. Automatically infers meaningful branch names and PR titles from git diffs.

195 days ago

piglet

tizeetizee

Practical Python craftsmanship guidance based on One Python Craftsman. Use when writing, refactoring, or reviewing Python code for naming, branching, data structures, functions, exceptions, loops, decorators, imports, file I/O, edge cases, and modern syntax choices. If the skills set includes friendly-python, suggest invoking it for better Python outcomes.

195 days ago

code-review-router

eclipse-dueclipse-du

Intelligently routes code reviews between Gemini CLI and Codex CLI based on tech stack, complexity, and change characteristics. Use when you want an automated code review of your current changes.

195 days ago

ui-ux-pro-max

minitap-aiminitap-ai

UI/UX design intelligence. 50 styles, 21 palettes, 50 font pairings, 20 charts, 9 stacks (React, Next.js, Vue, Svelte, SwiftUI, React Native, Flutter, Tailwind, shadcn/ui). Actions: plan, build, create, design, implement, review, fix, improve, optimize, enhance, refactor, check UI/UX code. Projects: website, landing page, dashboard, admin panel, e-commerce, SaaS, portfolio, blog, mobile app, .html, .tsx, .vue, .svelte. Elements: button, modal, navbar, sidebar, card, table, form, chart. Styles: glassmorphism, claymorphism, minimalism, brutalism, neumorphism, bento grid, dark mode, responsive, skeuomorphism, flat design. Topics: color palette, accessibility, animation, layout, typography, font pairing, spacing, hover, shadow, gradient. Integrations: shadcn/ui MCP for component search and examples.

195 days ago

a11y-review

apexscaleaiapexscaleai

Review accessibility issues for React Native and Next.js UI, including labels, focus management, contrast, and screen reader support.

195 days ago

Multi-Agent Brainstorming

haniakrim21haniakrim21

Use this skill when a design or idea requires higher confidence, risk reduction, or formal review. This skill orchestrates a structured, sequential multi-agent design review where each agent has a strict, non-overlapping role. It prevents blind spots, false confidence, and premature convergence.

195 days ago

clean-code

ducconitducconit

Applies principles from Robert C. Martin's 'Clean Code'. Use this skill when writing, reviewing, or refactoring code to ensure high quality, readability, and maintainability. Covers naming, functio...

195 days ago

web-design-guidelines

heamlkheamlk

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

195 days ago

requesting-code-review

eclipse-dueclipse-du

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

195 days ago

Code Review Checklist

haniakrim21haniakrim21

Comprehensive checklist for conducting thorough code reviews covering functionality, security, performance, and maintainability

195 days ago

code-review

uboyuboy

Review code changes via local diff, branch diff, or latest commit with severity-ranked findings and concrete fixes.

195 days ago

domain-modeling

jwilgerjwilger

Domain modeling principles: parse-don't-validate, make invalid states unrepresentable, primitive obsession detection, semantic types, and domain veto authority. Activate when designing types, reviewing code for domain integrity, or when domain review is needed in a TDD cycle.

195 days ago

review-pr

jiangpingTjiangpingT

Review-only GitHub pull request analysis with the gh CLI. Use when asked to review a PR, provide structured feedback, or assess readiness to land. Do not merge, push, or make code changes you intend to keep.

195 days ago

github-automation

haniakrim21haniakrim21

Automate GitHub repositories, issues, pull requests, branches, CI/CD, and permissions via Rube MCP (Composio). Manage code workflows, review PRs, search code, and handle deployments programmatically.

195 days ago

typescript-best-practices

Marcus-CrabtreeMarcus-Crabtree

TypeScript coding standards and best practices guardrail for full-stack projects. Activates whenever TypeScript or JavaScript code is being written, modified, refactored, or reviewed. Covers type safety, code structure, error handling, and async patterns. Use when working with .ts, .tsx, .js, or .jsx files, creating new modules, or reviewing TypeScript code quality.

195 days ago

clean-architecture-review

tizeetizee

Review a codebase, PR, or module for clean architecture quality and production robustness. Use when Codex needs to detect cross-layer business logic mixing (domain/application/infrastructure/interface boundary violations), dependency direction leaks, SOLID principle problems, and KISS/over-engineering issues, then report findings prioritized with SRE-style severity levels (P0-P3) so users/agents can improve code quality for real-world production operation.

195 days ago

claude

skillgate-ioskillgate-io

Full-surface security governance for Claude Code. Use when scanning CLAUDE.md or AGENTS.md for injection, reviewing hooks for unsafe commands, auditing slash commands or memory files, enforcing sub-agent budget limits, checking settings drift, or handling any Claude Code governance decision code.

195 days ago

Code Style — TypeScript

PerdoliquePerdolique

TypeScript code style guide and formatting conventions. Use when writing TypeScript code, reviewing TypeScript files, refactoring .ts code, formatting TypeScript, or when working with TypeScript interfaces, classes, functions, or any .ts files. Apply these rules during code generation, code review, and when user mentions TypeScript style, formatting, conventions, semicolons, or code quality.

195 days ago

solo-review

fortunto2fortunto2

Final code review and quality gate — run tests, check coverage, audit security, verify acceptance criteria from spec, and generate ship-ready report. Use when user says "review code", "quality check", "is it ready to ship", "final review", or after /deploy completes. Do NOT use for planning (use /plan) or building (use /build).

195 days ago

web-design-guidelines

zaaakherzaaakher

Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility", "audit design", "review UX", or "check my site against best practices".

195 days ago

requesting-code-review

oki3505Foki3505F

Use when completing tasks, implementing major features, or before merging to verify work meets requirements

195 days ago

Code Review Checklist

oki3505Foki3505F

Guidelines for code reviews covering code quality, security, and best practices.

195 days ago

code-reviewer

tyk-labtyk-lab

Elite code review expert specializing in modern AI-powered code analysis, security vulnerabilities, performance optimization, and production reliability. Masters static analysis tools, security scanning, and configuration review with 2024/2025 best practices. Use PROACTIVELY for code quality assurance.

195 days ago

request-guards

littlebearappslittlebearapps

Per-invocation request limits, anti-loop guard, and cost estimation. These synchronous guards stop runaway operations WITHIN the first request — they would have prevented the $4,868 January 2026 incident. Load when adding safety guards to handlers or reviewing bulk operation code.

195 days ago

presearch

fieldingfielding

Deep codebase research phase. Creates and iterates research.md as a review surface until it is accurate and grounded in the actual codebase. Use when the user says /presearch, "research this", "understand the code", "investigate the system", or needs to start a new task with proper research. Uses Human++ annotation markers (!! blocker, ?? question, >> reference).

195 days ago

gitlab-api

pantheon-orgpantheon-org

Fetches and analyzes GitLab merge request (MR) comments, metadata, and review feedback using authenticated API calls. Capabilities include fetching comment threads, retrieving reviewer feedback, filtering unresolved discussions, and generating MR activity reports. Use when the user asks about GitLab MR comments, code review discussions, review feedback, approval status, troubleshooting review delays, or needs to fetch merge request metadata via the GitLab API.

gitlabapimerge-requests+1
195 days ago

brp-review

BusiRocketBusiRocket

Performs a structured self-check and mini PR review covering security, performance, and maintainability. Use as the final step before delivering any code changes.

195 days ago

infra-optimization

apexscaleaiapexscaleai

Optimize and harden infrastructure for Next.js + React Native projects (CI/CD, caching, build speed, runtime cost, observability, reliability). Use for infra reviews and production cost/perf improvements.

195 days ago

comprehensive-review-full-review

haniakrim21haniakrim21

Use when working with a comprehensive, full review

195 days ago

performance-testing-review-multi-agent-review

haniakrim21haniakrim21

Use when conducting performance-testing reviews with a multi-agent review workflow.

195 days ago

JP Plan - Code Review

jinglemansweepjinglemansweep

Perform holistic code review and write structured issues to a review round file

195 days ago

vercel-react-best-practices

citruseasoncitruseason

React and Next.js performance optimization guidelines from Vercel Engineering. Use when writing, reviewing, or refactoring React/Next.js code.

195 days ago