test-skill-e2e-1771211948387
关于
This skill validates end-to-end knowledge base indexing and search functionality for testing purposes. It specifically tests CSV schema verification and search capabilities. Developers should use it to verify their knowledge base systems are working correctly.
快速安装
Claude Code
推荐npx skills add oimiragieo/agent-studio -a claude-code/plugin add https://github.com/oimiragieo/agent-studiogit clone https://github.com/oimiragieo/agent-studio.git ~/.claude/skills/test-skill-e2e-1771211948387在 Claude Code 中复制并粘贴此命令以安装该技能
GitHub 仓库
Frequently asked questions
What is the test-skill-e2e-1771211948387 skill?
test-skill-e2e-1771211948387 is a Claude Skill by oimiragieo. Skills package instructions and resources that Claude loads on demand, so Claude can perform test-skill-e2e-1771211948387-related tasks without extra prompting.
How do I install test-skill-e2e-1771211948387?
Use the install commands on this page: add test-skill-e2e-1771211948387 to Claude Code as a plugin, or clone its repository into your skills directory, then restart Claude so it picks up the skill.
What category does test-skill-e2e-1771211948387 belong to?
test-skill-e2e-1771211948387 is in the testing category, tagged testing, e2e and validation.
Is test-skill-e2e-1771211948387 free to use?
Yes. test-skill-e2e-1771211948387 is listed on AIMCP and free to install. It runs inside Claude, so no separate service account is required to use the skill itself.
相关推荐技能
该Skill为开发者提供基于Playwright的自动化Web应用测试方案,特别强调"先侦察后操作"的原则。它具备服务器状态管理、UI测试和可视化调试等核心功能,确保在验证服务器运行和页面加载正常后再执行测试操作。适用于需要可靠端到端测试、前端调试和网络状态监控的Web应用测试场景。
这个Claude Skill强制执行测试驱动开发流程,确保在编写实现代码前先写失败测试。它严格遵循RED/GREEN/REFACTOR循环:先写失败测试验证其失败,然后写最少代码让测试通过,最后进行重构。适用于新功能开发、bug修复、重构和任何行为变更的场景。
这个Skill为XCUITest开发提供自动化指导,涵盖测试编写、运行和调试全流程。它重点讲解元素定位策略、条件等待方法和测试隔离原则,帮助创建可靠的UI测试。内容包含SwiftUI/UIKit的accessibilityIdentifier实现、测试计划配置以及CI/CD集成模式。
该Skill帮助开发者在Xcode 26中设置UI测试录制功能,通过记录用户交互自动生成Swift测试代码。它专注于增强录制测试的稳定性,并支持配置多环境重放的测试方案。基于WWDC 2025-344的最佳实践,适用于需要快速创建可靠UI自动化测试的工作场景。
