- Home
- /
- Categories
- /
- Code Review
Code Review
Automated code review and analysis
ethics-review
by poemswe
You must use this when identifying ethical risks, ensuring participant privacy, or preparing IRB applications.
Architect
by simota
æ°è¦ã¹ãã«ã¨ã¼ã¸ã§ã³ãã®è¨è¨ã»çæãè¡ãã¡ã¿ãã¶ã¤ãã¼ãã¨ã³ã·ã¹ãã ã®ã®ã£ããåæãéè¤æ¤åºãSKILL.mdï¼ãªãã¡ã¬ã³ã¹çæãNexusçµ±åè¨è¨ãæ å½ãæ°è¦ã¨ã¼ã¸ã§ã³ã使ãå¿ è¦ãªæã«ä½¿ç¨ã
investigate
by TokenRollAI
"Use when user asks 'what is X', 'how does X work', 'find out about', 'analyze', 'explain the code', or needs quick codebase investigation. Returns findings directly in conversation without saving files. Prefer this over Explore agent."
commit
by TokenRollAI
"Use when user says 'commit', 'save changes', 'wrap up', 'done with changes', or wants to create a git commit. Analyzes staged/unstaged changes and generates conventional commit messages based on project history."
jupyter-to-marimo
by marimo-team
Convert a Jupyter notebook (.ipynb) to a marimo notebook (.py).
aws-troubleshoot
by incidentfox
AWS service troubleshooting patterns. Use for EC2, ECS, Lambda, CloudWatch, RDS issues.
k8s-debug
by incidentfox
Kubernetes debugging patterns. Use for pod crashes, CrashLoopBackOff, OOMKilled, ImagePullBackOff, scheduling failures, deployment issues.
k8s-gitops
by rohitg00
Manage GitOps workflows with Flux and ArgoCD. Use for sync status, reconciliation, app management, source management, and GitOps troubleshooting.
k8s-capi
by rohitg00
Cluster API lifecycle management for provisioning, scaling, and upgrading Kubernetes clusters. Use when managing cluster infrastructure or multi-cluster operations.
k8s-incident
by rohitg00
Respond to Kubernetes incidents with runbooks and diagnostics. Use for outages, pod failures, node issues, network problems, and emergency response.
k8s-diagnostics
by rohitg00
Kubernetes diagnostics for metrics, health checks, resource comparisons, and cluster analysis. Use when analyzing cluster health, comparing environments, or gathering diagnostic data.
k8s-storage
by rohitg00
Kubernetes storage management for PVCs, storage classes, and persistent volumes. Use when provisioning storage, managing volumes, or troubleshooting storage issues.
k8s-cli
by rohitg00
kubectl-mcp-server CLI commands for tool discovery, direct invocation, and diagnostics. Use when exploring available tools, calling tools from command line, or checking server health.
k8s-troubleshoot
by rohitg00
Debug Kubernetes pods, nodes, and workloads. Use when pods are failing, containers crash, nodes are unhealthy, or users mention debugging, troubleshooting, or diagnosing Kubernetes issues.
k8s-networking
by rohitg00
Kubernetes networking management for services, ingresses, endpoints, and network policies. Use when configuring connectivity, load balancing, or network isolation.
k8s-rollouts
by rohitg00
Progressive delivery with Argo Rollouts and Flagger. Use when implementing canary deployments, blue-green deployments, or traffic shifting strategies.
k8s-core
by rohitg00
Core Kubernetes resource management for pods, namespaces, configmaps, secrets, and nodes. Use when listing, inspecting, or managing fundamental K8s objects.
accessibility-auditor
by TerminalSkills
Audit web pages and components for WCAG 2.2 accessibility compliance. Use when a user asks to check accessibility, find a11y issues, audit for WCAG compliance, fix screen reader problems, check color contrast, ensure keyboard navigation works, or prepare for accessibility regulations like the European Accessibility Act or ADA.
idempotent-redundancy
by parcadei
Idempotent Redundancy
phase-review
by mcouthon
"Review implementation plans for a particular phase in a larger plan for flaws before committing to them. Use when reviewing phase plans from .tasks/ directory. Triggers on: 'use phase mode', 'review phase', 'review the plan', 'check phase', 'validate phase', 'review phase N', 'check the plan for phase'."
tech-debt
by mcouthon
"Use when finding code smells, auditing TODOs, removing dead code, cleaning up unused imports, or assessing code quality. Triggers on: 'use tech-debt mode', 'tech debt', 'code smells', 'clean up', 'remove dead code', 'delete unused', 'simplify'. Full access mode - can modify files and run tests."
phase-review
by mcouthon
"Review implementation plans for a particular phase in a larger plan for flaws before committing to them. Use when reviewing phase plans from .tasks/ directory. Triggers on: 'use phase mode', 'review phase', 'review the plan', 'check phase', 'validate phase', 'review phase N', 'check the plan for phase'."
daemon-start
by terrylica
Start the asciinema chunker daemon. TRIGGERS - start daemon, resume chunker, enable backup.
data-analysis
by lingzhi227
Generate statistical analysis code with 4-round review. Select appropriate statistical tests, interpret results, and produce analysis reports with p-values, effect sizes, and confidence intervals. Use when analyzing experimental data for a paper.