mirror of
https://github.com/iflytek/skillhub.git
synced 2026-08-27 11:14:59 +00:00
- 在 skillhub-dev-workflow skill 中增加"阶段七 — 提交 Pull Request" - 添加结构化 PR 模板,包含概述、变更内容、质量门禁、安全考虑、测试说明 - 为 Claude Code 创建对应的 skill 版本(.claude/skills/) - 配置 Playwright MCP 服务器用于 E2E 测试 - 更新 .gitignore 以支持 .claude/ 目录和 *.local.json 文件
11 lines
147 B
JSON
11 lines
147 B
JSON
{
|
|
"mcpServers": {
|
|
"playwright": {
|
|
"command": "npx",
|
|
"args": [
|
|
"-y",
|
|
"@playwright/mcp@latest"
|
|
]
|
|
}
|
|
}
|
|
}
|