Analisador espectral de qualidade de código multi-linguagem (Python, JS/TS, Java, Go). Detecta 8 padrões de degradação via pipeline FFT/Wavelet/PELT sobre 9 canais UCO: H…
Analyze Unreal Engine log files for errors, warnings, crashes, and performance issues.\n Use when: (1) User provides UE log file, (2) Analyzing crash dumps, (3) Debugging startup…
编写或修改 UE 进程内执行的 Python 脚本时使用,要求严格基于 UE 5.7 官方 Python API 文档写代码,禁止臆造 unreal API,约束时间戳写法、文件 I/O 与异常处理,避免 unreal.DateTime.now 等兼容性错误。
UE5.6/UE5.7 architecture planning and module boundary design for Unreal projects. Use when requests involve module layout, Build.cs dependencies, reflection exposure strategy,…
UE5.6/UE5.7 debugging and validation workflow for logs, asset checks, and regression triage. Use when requests involve troubleshooting why gameplay does not work, validating…
Build reusable, maintainable UI components following modern design patterns. Use when creating component libraries, implementing design systems, or building scalable frontend…
Create, stabilize, and run UI end-to-end tests with Xcode (XCUIApplication/xcodebuild), including environment setup, focus/input stabilization, logging/attachments, and f — from…
Wire agents into React, Vue, and Svelte frontends with streaming hooks, and set up server-side Next.js App Router or Express API routes using AgentStream.toSSE().
Kolibri AI Hive-Mind Agent: Разработка и поддержка единого React/TypeScript фронтенда Kolibri. Use when you need to act as ui-integrator.
Next.js, TypeScript, Tailwind CSS, Shadcn UI를 사용하여 UI 컴포넌트를 생성하거나 수정합니다. 정적 마크업과 스타일링에만 집중하며 비즈니스 로직 구현은 제외합니다.
Tactical user interface design guide for fixing layouts, selecting colors and fonts, and creating professional UIs.
Write, review, or improve UIKit code following best practices for view controller lifecycle, Auto Layout, collection views, navigation, animation, memory management, and modern…
Use for hands-on UIKit MVVM questions: setting up Combine bindings between UIViewController and ViewModel (@Published + sink), extracting business logic from massive…
Clear Unity console logs. Use when: clearing console before tests, starting fresh debugging session, or when user asks to clear logs. Removes all log entries from Unity Console.
Ultimate Loop Planning - 복잡한 계획이 필요할 때 사용. 6단계 비판 기반 루프로 문제점 철저히 도출 후 플랜 생성. Use for deep planning, thorough analysis, complex feature design, or architecture decisions.
Ultimate parallel code review — orchestrates 10 specialized agents simultaneously, with triple-pass correctness analysis and systematic coverage gap detection for near-100% catch…
Auto-escalate reasoning depth for complex problems. Use proactively when encountering architecture, debugging, or unfamiliar code.
Use when performing sample-level dimensionality reduction and visualization on abundance or OTU-style matrices with a companion group file, generating UMAP and/or t-SNE…
Generate UML diagrams including class, sequence, and use case diagrams. Use when modeling software systems or documenting architecture.
Codebase'i derinlemesine anla. Onboarding, architecture discovery, dependency mapping.
Deep expertise in Logseq's Datascript database schema. Auto-invokes when users ask about Logseq DB schema, Datascript attributes, built-in classes, property types, entity…
Explains Tauri's core architecture: the Rust backend, native webview integration, Core-Shell design, IPC mechanisms, and security model fundamentals.
Destroy a dock workspace — stops containers, removes its scoped Docker volumes, deletes the Caddy route, removes its inbox file.
Django Unfold admin theme - build, configure, and enhance modern Django admin interfaces with Unfold.
仅用于诊断 uni-app 小程序分包场景下,分包引用的 node_modules 依赖为什么仍被打进主包 common/vendor.js,而没有进入分包 vendor.js。适用于检查 uni-app 或 HBuilderX 版本、manifest.json 的分包优化开关、pages.json 的 subPackages 配置、分包根目录…
UNIDROIT/FCI Logik und Rechtswahl internationale Forderungen: prüft die einschlägigen Voraussetzungen, Dokumente, Risiken und Ausnahmen. Norm-/Quellenanker: KWG § 1 Abs.
Establishes a web project's design system as the single source of truth — colors, spacing, typography, radius, shadow, breakpoints — then audits the codebase for drift against it…
Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For Python workflows with multiple databases, prefer bioservices (uni — from…
Direct REST API access to UniProt. Protein searches, FASTA retrieval, ID mapping, Swiss-Prot/TrEMBL. For Python workflows with multiple databases, prefer bioservices (uni — from…
Trade and interact with Uniswap in Python using Ape and the uniswap-sdk package.
Project-aware unit testing guide with mock patterns, TDD discipline, and best practices. Auto-detects test framework (Jest/Vitest) and provides appropriate examples.
Provides patterns for unit testing Spring application events. Validates event publishing with ApplicationEventPublisher, tests @EventListener annotation behavior, and verifies…
Provides patterns for unit testing Jakarta Bean Validation (JSR-380), including @Valid, @NotNull, @Min, @Max, @Email constraints with Hibernate Validator.
Provides edge case, corner case, boundary condition, and limit testing patterns for Java unit tests. Validates minimum/maximum values, null cases, empty collections, numeric…
Provides patterns for unit testing Spring Cache annotations (@Cacheable, @CachePut, @CacheEvict). Generates test code that mocks cache managers, verifies cache hit/miss behavior,…
Provides patterns for unit testing `@ConfigurationProperties` classes with `@ConfigurationPropertiesTest`.
Provides patterns for unit testing REST controllers using MockMvc and @WebMvcTest. Generates controller tests that validates request/response mapping, validation, exception…
Improves unit test coverage with focused behavior-driven tests and repository verification for TypeScript and React coverage gaps.
Provides patterns for unit testing `@ExceptionHandler` and `@ControllerAdvice` in Spring Boot applications.
Render a Helm chart locally and assert on the generated Kubernetes objects before a broken template makes it to a cluster.
Provides patterns for unit testing JSON serialization/deserialization with Jackson and `@JsonTest`. Validates JSON mapping, custom serializers, date formats, and polymorphic…
Provides patterns for unit testing mappers, converters, and bean mappings. Validates entity-to-DTO and model transformation logic in isolation.
Provides parameterized testing patterns with JUnit 5, generates data-driven unit tests using @ParameterizedTest, @ValueSource, @CsvSource, @MethodSource.
Risk-based unit testing and Allure-readable behavioral spec style for open-agreements. Use when user says "add tests," "test quality," "coverage expansion," "unit test style," or…
Review existing unit test quality in Vue/Nuxt + Vitest projects. Produces a structured report with severity-rated findings, scoring, and missing scenario analysis.
Provides patterns for unit testing Spring `@Scheduled` and `@Async` methods using JUnit 5, CompletableFuture, Awaitility, and Mockito.
Provides patterns for unit testing service layer with Mockito. Creates isolated tests that mock repository calls, verify method invocations, test exception scenarios, and stub…
Provides patterns for testing utility classes, static methods, and helper functions. Validates pure functions, null handling, edge cases, and boundary conditions.
Write and review unit tests for Vue 3 + TypeScript + Vitest + Pinia codebases. Use when creating or updating tests for components, composables, and stores; mocking Pinia with…
Provides patterns for unit testing external REST APIs using WireMock. Stubs API responses, verifies request details, simulates failures (timeouts, 4xx/5xx errors), and validates…
This explains how to write unit test for this project. When a user asks to write unit test, you MUST read this before writing the tests.
Unit testing patterns for frontend and backend. Trigger: When writing or reviewing unit tests for any layer.
Write comprehensive unit tests with high coverage using testing frameworks like Jest, pytest, JUnit, or RSpec.
Écrire des tests unitaires Node.js. Utiliser quand on teste une fonction isolée avec Vitest dans backend/test/.
Write effective unit tests — Arrange-Act-Assert structure, test boundary selection, mocking strategy, test doubles (spy/stub/mock/fake), parameterized tests, snapshot pitfalls,…
Generate comprehensive, maintainable unit tests across languages with strong coverage and edge case focus.
Use when running unit tests in the VS Code repo. Covers the runTests tool, scripts/test.sh (macOS/Linux) and scripts/test.bat (Windows), and their supported arguments for…
Generates Python unittest tests. Built-in testing framework with TestCase, setUp/tearDown, and assertion methods.
Unittest Test Creator - Auto-activating skill for Test Automation. Triggers on: unittest test creator, unittest test creator Part of the Test Automation skill category.
Build Unity games with optimized C# scripts, efficient rendering, and proper asset management. Masters Unity 6 LTS, URP/HDRP pipelines, and cross-platform deployment.