基于 SOC 职业分类
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/enuno/claude-command-and-control --skill playwright-typescript-enableedge命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
GitBook documentation platform. Use when creating, publishing, or managing docs sites — content structure, blocks, Git Sync, customization, AI search, collaboration, and the GitBook API.
MemPalace local-first AI memory system. Use when setting up persistent memory for Claude Code sessions, mining project files or conversation transcripts, querying past context, configuring MCP tools, managing the knowledge graph, or troubleshooting palace operations.
LangChain AWS integration — ChatBedrockConverse (Claude/Nova/Llama/Mistral on Bedrock), BedrockEmbeddings, AmazonKnowledgeBasesRetriever, BedrockAgentsRunnable, BedrockRerank, BedrockPromptCachingMiddleware, CodeInterpreterToolkit, BrowserToolkit (computer use), Neptune graph chains, and SageMaker endpoint.
| name | playwright-typescript-enableedge |
| description | GitHub repository skill for enableedge/playwright-typescript-enableedge |
GitHub repository skill for enableedge/playwright-typescript-enableedge
A comprehensive test automation framework combining TypeScript and Playwright for UI and API testing, with AI-assisted test generation through Playwright MCP integration with VS Code and GitHub Copilot.
Repository: enableedge/playwright-typescript-enableedge Language: TypeScript Stars: 2 License: MIT License
Use this skill when you need to:
Design Pattern: Page Object Model (POM) Tech Stack: TypeScript + Playwright + Node.js AI Integration: Playwright MCP (Model Context Protocol) Reporting: Allure Report Requirements: Node.js v14+, Java v11+ (for Allure)
# Clone repository
git clone https://github.com/enableedge/playwright-typescript-enableedge.git
cd playwright-typescript-enableedge
# Install dependencies
npm install
# Install Playwright browsers
npx playwright install
# Run UI tests
npm run test:ui
# Run API tests
npm run test:api
# Run specific test file
npm run test -- <path-to-test-file>
Enable AI-Assisted Test Generation:
{
"playwright.mcp.enabled": true
}
Key Capability: Convert natural language test descriptions into executable Playwright test code with proper browser interaction automation.
The framework demonstrates how to:
The framework implements POM for:
Integrated Allure Report provides:
references/README.md - Complete README documentationreferences/file_structure.md - Repository structurereferences/setup.md - Installation and configuration guideGenerated by Skill Seeker | GitHub Repository Scraper (Manual Creation)