搜索结果
全部能力
找到 272 个相关结果 / 测试与 QA
通用助手 / 编排推荐
commit
commit
Creates commits with Conventional Commits format (feat/fix/docs/refactor/test/chore), automatic scope detection, co-author attribution, and pre-commit hook…
通用助手 / 编排推荐
startup-positioning
startup-positioning
Market positioning strategy using the April Dunford framework, enriched with JTBD discovery, Moore positioning statement, and Neumeier's Onliness Test.…
通用助手 / 编排推荐
alicloud-ai-search-text-embedding-test
alicloud-ai-search-text-embedding-test
Minimal text embedding smoke test for Model Studio embedding models.
通用助手 / 编排推荐
cost-mode
cost-mode
Cost-conscious Claude Code mode. Reduces output tokens 40-70% and overall costs 30-60% by enforcing concise responses, smart model routing, and efficient workflow patterns. Keeps full technical accuracy. Activate with /cost-mode or "enable cost mode". Auto-triggers on mentions of budget, cost, tokens, or spending.
通用助手 / 编排推荐
alicloud-ai-audio-cosyvoice-voice-clone-test
alicloud-ai-audio-cosyvoice-voice-clone-test
Minimal CosyVoice voice clone smoke test for Model Studio voice-enrollment.
通用助手 / 编排推荐
redteam
redteam
Military-grade adversarial analysis that deploys 32 parallel expert agents (engineers, architects, pentesters, interns) to stress-test ideas, strategies, and…
通用助手 / 编排推荐
pp-ebay
pp-ebay
Printing Press CLI for eBay. Discovery and intelligence: sold-comp pricing (average sale price over 90 days with outlier trim), auctions filtered by bid count…
通用助手 / 编排推荐
alicloud-ai-video-wan-edit-test
alicloud-ai-video-wan-edit-test
Minimal video editing smoke test for Model Studio Wan edit models.
通用助手 / 编排推荐
alicloud-ai-audio-cosyvoice-voice-design-test
alicloud-ai-audio-cosyvoice-voice-design-test
Minimal CosyVoice voice design smoke test for Model Studio voice-enrollment.
通用助手 / 编排推荐
playwright-pom
playwright-pom
Page Object Model patterns for Playwright — when to use POM, how to structure page objects, and when fixtures or helpers are a better fit.
通用助手 / 编排推荐
deliver-acceptance-criteria
deliver-acceptance-criteria
Generates structured Given/When/Then acceptance criteria for a user story or feature slice. Use when translating product requirements into testable scenarios…
通用助手 / 编排推荐
pp-agent-capture
pp-agent-capture
macOS screen capture, window recording, GIF conversion, and agent evidence bundles from the terminal. Built on ScreenCaptureKit for window-level targeting…
通用助手 / 编排推荐
alicloud-ai-audio-asr-realtime-test
alicloud-ai-audio-asr-realtime-test
Minimal realtime ASR smoke test for Model Studio Qwen ASR Realtime.
通用助手 / 编排推荐
skill-master
skill-master
Agent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use…
通用助手 / 编排推荐
alicloud-ai-multimodal-qwen-omni-test
alicloud-ai-multimodal-qwen-omni-test
Minimal multimodal omni smoke test for Model Studio Qwen Omni.
通用助手 / 编排推荐
alicloud-ai-search-rerank-test
alicloud-ai-search-rerank-test
Minimal rerank smoke test for Model Studio rerank models.
通用助手 / 编排推荐
creating-development-plans
creating-development-plans
Creates structured development plans with phased task breakdowns, requirements, and QA checklists. Use when the user explicitly asks to create a dev plan,…
通用助手 / 编排推荐
task-management
task-management
Work decomposition, dependency ordering, and status tracking for software tasks. Provides hierarchical decomposition (features into stories into leaf tasks), Slice-to-Task decomposition (walking skeleton first, then acceptance tests before implementation), GWT acceptance criteria on every task, explicit dependency declarations, estimated scope, and a strict lifecycle (Open/Active/Closed with one-at-a-time active task rule). Use when breaking down features, managing work items, tracking dependencies, creating stories or epics, slicing work for incremental delivery, or deciding what to work on next. Triggers on: "decompose this feature", "create tasks", "what should I work on next", "break this into smaller pieces", "walking skeleton", "slice into tasks", "task dependencies". Works with any task tool.
通用助手 / 编排推荐
skill-tester
skill-tester
Validates and scores Claude Code skill packages for quality, completeness, and best practices compliance. Tests Python scripts, checks YAML frontmatter, and generates quality reports. Use when creating new skills, validating skill packages, or auditing skill quality.
通用助手 / 编排推荐
tdd
tdd
This skill should be used when the user wants to implement features or fix bugs using test-driven development. Enforces the RED-GREEN-REFACTOR cycle with…