- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
agent-coordination
by ils15
"Master guide to orchestrating the multi-agent system for rapid, TDD-driven feature development with guaranteed code quality and audit trails"
build-a-skill
by avibe-bot
"Use when creating or modifying a skill: follow SKILL.md rules, define commands and dependencies, validate locally, version correctly, and publish"
laravel-transactions-and-consistency
by noartem
Wrap multi-write operations in transactions; use dispatchAfterCommit and idempotency patterns to ensure consistency
codex
by rocky2431
Run OpenAI Codex CLI for code analysis, generation, refactoring, and review. Supports exec, resume, review subcommands with inline config overrides.
web-ui-analysis
by ils15
Analyze web interfaces for UX issues, accessibility compliance (WCAG 2.1), color contrast, typography hierarchy, responsive design, and Core Web Vitals. Returns actionable improvements with code examples.
code-review-checklist
by ils15
Systematic code review using quality gates, SOLID principles, error handling patterns, and test coverage analysis. Provides structured feedback with severity levels and actionable improvements.
servicenow-flow-designer
by DanielMadsenDK
Execute custom scripts and logic within Flow Designer and IntegrationHub workflows. Covers FlowAPI methods, flow execution, and subprocess orchestration. Use when building workflow automations, executing flows programmatically from server scripts, or triggering subflows conditionally.
servicenow-client-scripts
by DanielMadsenDK
Implement browser-side client scripts using GlideAjax for async server communication, UI Policies, and performance-safe scripting patterns. Covers GlideAjax, preventing browser blocking, g_scratchpad, and safe DOM access. Use for OnChange/OnLoad/OnSubmit scripts that make async server calls, UI Policies, or event-driven logic requiring data from the server. For pure g_form field state operations (mandatory, read-only, hidden, validation messages) with no server calls, use the servicenow-ui-forms skill.
code-review
by abatilo
"Orchestrates a three-phase parallel code review using an agent team. Phase 1: dynamically selected specialists each review the diff with structured self-critique. Phase 2: mandatory lead-mediated cross-review where specialists challenge each other's findings (primary rigor layer). Phase 3: deduplicated synthesis with priority-based output and binary merge verdict."
database-optimization
by ils15
Optimize SQL queries, analyze indexes, review Alembic migrations, and identify N+1 problems. Provides query execution plans, index recommendations, and migration best practices for SQLAlchemy async.
shaping
by koolamusic
Use this methodology when collaboratively shaping a solution with the user - iterating on problem definition (requirements) and solution options (shapes).
code-review-expert
by rocky2431
"Structured code review checklists: SOLID, security, performance, boundary conditions, removal planning. Injected into code-reviewer agent."
9-agent-coordination
by ils15
"Master guide to orchestrating the multi-agent system for rapid, TDD-driven feature development with guaranteed code quality and audit trails"
kubernetes
by abatilo
Comprehensive Kubernetes (k8s) cluster management skill. Use when working with kubectl, Helm, kustomize, pods, deployments, services, configmaps, secrets, or any Kubernetes operations. Triggers on "k8s", "kubectl get", "helm install", "debug pod", "scale deployment", or cluster troubleshooting questions.
supabase-detect
by yoanbernabeu
Detect if a web application uses Supabase by analyzing client-side code, network patterns, and API endpoints.
supabase-audit-buckets-list
by yoanbernabeu
List all storage buckets and their configuration to identify the storage attack surface.
python:build-tools
by martinffx
Python project tooling with uv, mise, ruff, basedpyright, and pytest. Use when setting up pyproject.toml, running builds, typechecking, configuring tests, linting, formatting, or managing Python environments.
python:monorepo
by martinffx
Python monorepo architecture with uv workspaces, mise, and apps/packages pattern. Use when setting up project structure, configuring workspaces, managing dependencies across packages, or designing multi-app Python repositories.
atelier-oracle-challenge
by martinffx
Challenge an approach with critical thinking. Use when questioning assumptions, validating decisions, testing approach validity, or preventing automatic agreement.
marx-perspective
by Nhj-sz
卡尔·马克思的人格与思维操作系统。基于《资本论》《共产党宣言》《德意志意识形态》等一手经典、历史语境、恩格斯合作记录及当代应用的深度提炼。 包含5个核心心智模型、8条决策启发式、完整表达DNA和Agentic研究协议(任何议题先调研物质条件、阶级动态、经济数据,再进行辩证批判)。 用途:当代资本主义批判、阶级分析、理论咨询、学术文档创作(与docx无缝集成)。触发词包括“用Marx视角”“马克思会怎么分析”“切换到Marx.skill”“辩证批判”“历史唯物主义视角”。
systematic-debugging
by xenitV1
4-phase systematic debugging methodology with root cause analysis and evidence-based verification. Use when debugging complex issues.
performance-profiling
by xenitV1
Performance profiling principles. Measurement, analysis, and optimization techniques.
wp-performance-review
by elvismdev
WordPress performance code review and optimization analysis. Use when reviewing WordPress PHP code for performance issues, auditing themes/plugins for scalability, optimizing WP_Query, analyzing caching strategies, checking code before launch, or detecting anti-patterns, or when user mentions "performance review", "optimization audit", "slow WordPress", "slow queries", "high-traffic", "scale WordPress", "code review", "timeout", "500 error", "out of memory", or "site won't load". Detects anti-patterns in database queries, hooks, object caching, AJAX, and template loading.
code-review-checklist
by xenitV1
Code review guidelines covering code quality, security, and best practices.