测试
单元测试、集成测试与测试自动化
fork-test
Geeksfino
Minimal skill for testing context fork behavior. Do not use in production.
interview-plan
bahayonghang
通过苏格拉底式访谈细化需求,直接调用原生 Plan 模式生成可执行计划。适用于需求细化、技术方案设计等场景。
ai-prompting-integration-with-workspace-hub
vamseeachanta
'Sub-skill of ai-prompting: Integration with Workspace-Hub.'
agent-usage-optimizer-keyword-route-classification
vamseeachanta
"Sub-skill of agent-usage-optimizer: Keyword \u2192 Route classification."
test-generator
armanzeroeight
Generates dbt tests including schema tests, data quality tests, and freshness checks. Use when adding tests to dbt models or implementing data quality validation.
product-documentation-1-mission-document-review-enhancement
vamseeachanta
'Sub-skill of product-documentation: 1. Mission Document Review & Enhancement
adjunction-algebra
plurigrid
"Adjunctions as universal arrows. Left ⊣ Right."
load-balancer
armanzeroeight
Configures nginx load balancing with upstream servers, health checks, and failover strategies. Use when setting up load balancing, distributing traffic across multiple servers, or configuring upstream backends.
tig-innovator
daydreamsai
AI-powered algorithm optimization agent for The Innovation Game protocol. Earns cryptocurrency by optimizing Rust algorithms. Use when optimizing TIG challenge algorithms or submitting solutions to the TIG network.
pyproject-toml
vamseeachanta
Configure Python projects with pyproject.toml for modern packaging, tools, and dependency management
agent-usage-optimizer-step-5-work-queue-integration
vamseeachanta
"Sub-skill of agent-usage-optimizer: Step 5 \u2014 Work Queue Integration."
ralph-loop-template
2ykwang
Generates iterable checklist PROMPT files for Ralph Loop from plan files or current context, and provides the /ralph-loop execution command.
sf-testing
Jaganpro
Comprehensive Salesforce testing skill with test execution, code coverage analysis, and agentic test-fix loops. Run Apex tests, analyze coverage, generate test patterns, and automatically fix failing tests with 120-point scoring.
sf-data
Jaganpro
Salesforce data operations expert with 130-point scoring. Use when writing SOQL queries, creating test data, performing bulk data operations, or importing/exporting data via sf CLI.
sf-ai-agentforce-testing
Jaganpro
Comprehensive Agentforce testing skill with dual-track workflow: multi-turn API testing (primary) and CLI Testing Center (secondary). Execute multi-turn conversations via Agent Runtime API, run single-utterance tests via sf CLI, analyze topic/action/context coverage, and automatically fix failing agents with 100-point scoring across 7 categories.
sf-flow
Jaganpro
Creates and validates Salesforce flows with 110-point scoring and Winter '26 best practices. Use when building record-triggered flows, screen flows, autolaunched flows, scheduled flows, or reviewing existing flow performance.
sf-apex
Jaganpro
Generates and reviews Salesforce Apex code with 2025 best practices and 150-point scoring. Use when writing Apex classes, triggers, test classes, batch jobs, or reviewing existing Apex code for bulkification, security, and SOLID principles.
distribution-center-network
kishorkukreja
When the user wants to design distribution center networks, optimize DC placement and flows, or configure multi-echelon distribution systems. Also use when the user mentions "DC network design," "distribution network optimization," "multi-echelon distribution," "regional DC placement," "distribution strategy," "fulfillment network design," or "supply chain network configuration." For warehouse location, see warehouse-location-optimization. For general facility location, see facility-location-problem.
abductive-repl
plurigrid
' Hypothesis-Test Loops via REPL for Exploratory Abductive Inference'
acset-superior-measurement
plurigrid
Measure ACSets better than authors via surjectivity gadgets, Betti numbers,
schematic
blader
Reverse engineer a detailed product and technical specification document from a git branch's implementation. Use when: (1) a branch has shipped or is in-progress and needs documentation, (2) you need to understand what a branch does at product and architecture level, (3) onboarding to someone else's feature branch, (4) creating PR descriptions or design docs after the fact, (5) user asks to "analyze this branch", "write a spec from the code", or "document what this branch does". Produces a structured markdown spec covering problem statement, product requirements, architecture, technical design, file inventories, testing strategy, rollout plan, and risks.
dotnet-testing-unit-test-fundamentals
kevintsengtw
.NET 單元測試基礎與 FIRST 原則的專門技能。當需要建立單元測試、了解測試基礎、學習 3A Pattern、掌握測試最佳實踐時使用。涵蓋 FIRST 原則、AAA Pattern、Fact/Theory、測試金字塔等。 Keywords: unit test, 單元測試, unit testing, test fundamentals, 測試基礎, FIRST principle, FIRST 原則, 3A pattern, AAA pattern, Arrange Act Assert, Fact, Theory, InlineData, 如何寫測試, testing best practices, 建立單元測試
dotnet-testing-nsubstitute-mocking
kevintsengtw
使用 NSubstitute 建立測試替身(Mock、Stub、Spy)的專門技能。當需要隔離外部依賴、模擬介面行為、驗證方法呼叫時使用。涵蓋 Substitute.For、Returns、Received、Throws 等完整指引。 Keywords: mock, stub, spy, nsubstitute, 模擬, test double, 測試替身, IRepository, IService, Substitute.For, Returns, Received, Throws, Arg.Any, Arg.Is, 隔離依賴, 模擬外部服務, dependency injection testing
dotnet-testing-test-output-logging
kevintsengtw
xUnit 測試輸出與記錄完整指南。當需要在 xUnit 測試中實作測試輸出、診斷記錄或 ILogger 替代品時使用。涵蓋 ITestOutputHelper 注入、AbstractLogger 模式、結構化輸出設計。包含 XUnitLogger、CompositeLogger、效能測試診斷工具實作。 Keywords: ITestOutputHelper, ILogger testing, test output xunit, 測試輸出, 測試記錄, AbstractLogger, XUnitLogger, CompositeLogger, testOutputHelper.WriteLine, 測試診斷, logger mock, 測試日誌, 結構化輸出, Received().Log