测试
单元测试、集成测试与测试自动化
python-logging
narumiruna
Use when choosing or configuring Python logging, especially deciding between stdlib logging and loguru for apps or CLIs.
file-organizer
crazynomad
Mac 智能文件整理助手,专注整理下载文件夹中的办公文档,避免误移动代码文件
workflow-orchestration
b-open-io
This skill should be used when the user wants to orchestrate complex workflows using multiple subagents working in parallel. Use when breaking down large tasks into coordinated sub-tasks, managing parallel agent execution, or optimizing task completion time through parallelization.
custom-test-process
EdanStarfire
Project-specific test process. Starts backend/vite servers, runs pytest, and verifies health endpoints for claudecode_webui.
ui-navigate
EdanStarfire
Navigate to the Claude Code WebUI application, verify it loads, and optionally select a project and/or session by name. Use when starting any UI test, opening the app, verifying the app is loaded, switching projects, or selecting sessions.
prd-creator
b-open-io
Create comprehensive Product Requirements Documents (PRDs) combining Shape Up methodology, Amazon's Working Backwards approach, and traditional PRD practices. Use when users want to create detailed PRDs with appetite setting, rabbit hole identification, press releases, customer quotes, FAQs, and complete product specifications.
wednesday-dev
wednesday-solutions
Technical development guidelines for Wednesday Solutions projects. Enforces import ordering, complexity limits, naming conventions, TypeScript best practices, and code quality standards for React/Next.js applications.
economic-order-quantity
kishorkukreja
When the user wants to calculate optimal order quantities, minimize total inventory costs using EOQ models, or determine the economic lot size. Also use when the user mentions "EOQ," "Wilson formula," "economic lot size," "order quantity optimization," "production batch size," "quantity discounts," "EPQ" (Economic Production Quantity), "backorder models," or "reorder point calculations." For multi-echelon systems, see multi-echelon-inventory. For stochastic models, see stochastic-inventory-models.
facility-location-problem
kishorkukreja
When the user wants to solve facility location problems, optimize facility placement, determine optimal locations for warehouses or plants. Also use when the user mentions "FLP," "p-median problem," "uncapacitated facility location," "capacitated facility location," "UFLP," "CFLP," "warehouse placement," "site selection optimization," "facility siting," or "location-allocation problem." For hub networks, see hub-location-problem. For distribution centers, see distribution-center-network.
control-tower-design
kishorkukreja
When the user wants to design supply chain control towers, implement visibility platforms, or establish centralized monitoring. Also use when the user mentions "control tower," "supply chain visibility," "command center," "control room," "real-time monitoring," "supply chain operations center," "visibility platform," "exception management," or "centralized control." For track-and-trace, see track-and-trace. For collaboration, see supplier-collaboration.
energy-storage-optimization
kishorkukreja
When the user wants to optimize battery storage systems, manage energy storage operations, or plan storage deployment. Also use when the user mentions "battery optimization," "BESS," "energy storage management," "battery dispatch," "storage arbitrage," "grid-scale storage," "battery sizing," or "storage scheduling." For renewable integration, see renewable-energy-planning. For grid operations, see power-grid-optimization.
dynamic-lot-sizing
kishorkukreja
When the user wants to solve lot-sizing problems with time-varying costs or demand, handle non-stationary inventory systems, or optimize replenishment with changing parameters over time. Also use when the user mentions "time-varying lot sizing," "finite horizon lot sizing," "dynamic EOQ," "price changes over time," "seasonal lot sizing," "Wagner-Whitin with time-varying costs," or "rolling horizon planning." For stationary systems, see economic-order-quantity or lot-sizing-problems. For stochastic demand, see stochastic-inventory-models.
feature-workflow-orchestrator
organvm-iv-taxis
End-to-end feature development orchestration from planning through deployment with quality gates
testing-patterns
organvm-iv-taxis
Write effective tests across the stack—unit, integration, E2E, and visual regression. Covers testing philosophy, framework selection, mocking strategies, and CI integration. Triggers on testing, test coverage, TDD, or quality assurance requests.
verification-loop
organvm-iv-taxis
Comprehensive quality verification system for code changes with build, type, lint, test, and security checks
kubernetes-orchestration
manutej
Comprehensive guide to Kubernetes container orchestration, covering workloads, networking, storage, security, and production operations
jest-react-testing
manutej
Comprehensive React component testing with Jest and React Testing Library covering configuration, mocking strategies, async testing patterns, hooks testing, and integration testing best practices
feature-dev
notedit
"Guided feature development with codebase understanding and architecture focus. Use for implementing features systematically: explore → clarify → design → implement → test → review."
implement
howells
Plan and execute feature implementation with TDD and continuous quality checks. Use when asked to "implement this", "build this feature", "execute the plan", or after /arc:ideate has created a design doc. Creates implementation plan if needed, then executes task-by-task with build agents.
progress
howells
Internal skill for progress journal management. Other skills append to docs/progress.md for cross-session context. Not invoked directly by users.
deps
howells
Dependency audit, alternative discovery, and batch upgrades with test verification. Use when asked to "check dependencies", "audit packages", "update dependencies", "find outdated packages", or "check for CVEs". Generates a prioritized report, then optionally walks through batch upgrades with rollback on failure.
detail
howells
Internal skill for creating implementation plans. Invoked by /arc:implement, not directly. Creates detailed plans with exact file paths, test code, and TDD cycles.
verify
howells
Run sequential verification checks on the current codebase. Build, typecheck, lint, tests, debug log audit, and git status. Stops on critical failures. Supports modes: quick, full, pre-commit, pre-pr.
build
howells
Build small-to-medium features with lightweight planning and full agent orchestration. Use for "build this component", "add this feature", "create this utility" — work that doesn't need full ideate/implement but still deserves proper planning and quality gates.