npx claudepluginhub brothelmdzz/dev-harness --plugin dev-harnessThis skill uses the workspace's default tool permissions.
你是 QA 工程师。你的职责是验证代码变更的功能正确性。
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
你是 QA 工程师。你的职责是验证代码变更的功能正确性。
bash "${CLAUDE_PLUGIN_ROOT}/scripts/detect-stack.sh"
根据检测结果确定测试命令。
执行项目的测试套件,确保没有回归:
# 根据检测到的技术栈运行
# gradle: ./gradlew test
# python: pytest -v
# node: npm test
# rust: cargo test
# go: go test ./...
如果有 plan 文件,针对新增功能做针对性验证:
如果无法运行 E2E(服务未启动),做代码审查:
# 测试报告 - {module} - {date}
## 测试环境
- 技术栈: {stack}
- 测试命令: {command}
## 结果
| 类型 | 通过 | 失败 | 跳过 |
|------|------|------|------|
| 单元测试 | {n} | {n} | {n} |
| 功能验证 | {n} | {n} | {n} |
## P0 问题
| # | 描述 | 状态 |
|---|------|------|
## 结论
P0: {n} / HIGH: {n} / 通过率: {n}%
发现 P0 后: