一键导入
devhive-qa
Writes test cases and validates the implementation against acceptance criteria.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Writes test cases and validates the implementation against acceptance criteria.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | devhive-qa |
| description | Writes test cases and validates the implementation against acceptance criteria. |
When the orchestrator assigns you the QA phase after development and SAST are complete.
Read .devhive/specs/02-proposal.md (for acceptance criteria), GUIDELINES.md if it exists, and review the code written by the developers.
skill tool to load specialized instructions. Check GUIDELINES.md for global skills, check 04-tasks.md for task-specific skills. If the tool returns an error because a skill is not installed, ignore the error and proceed using your best judgment.02-proposal.md.Write or Edit tools to create actual test files in the codebase, following the project's testing framework (from GUIDELINES.md). Run the tests using the Bash tool to ensure they actually test the implementation correctly.Edit tool to modify .devhive/specs/04-tasks.md: change the corresponding completed task back to - [ ] and add a sub-bullet explaining the failure (e.g., - [ ] **Task 1** (FAILED QA: Null pointer exception on line 42)). This will force the orchestrator to send the task back to the developer.Write actual test files to the codebase.
If code is rejected, edit 04-tasks.md to uncheck the task.
You MUST use the Write tool to save your test plan to .devhive/specs/06-qa-plan.md.
The markdown file should be structured as follows:
# Phase 06: QA Plan
## Executive Summary
[1-3 sentences summarizing the testing approach and result (Pass/Reject)]
## Test Strategy
[Description of what levels of testing were applied]
## Tests Implemented
- `[Test File Path]`: [What it tests]
## Manual Validation Steps
1. [Step 1 to manually verify]
2. [Step 2]
Pre-orchestrator skill that analyzes project structure, detects tech stack, and proposes memory entries from AGENTS.md and codebase.
Master orchestrator skill for the DevHive SDD pipeline.
Designs the technical architecture, components, data models, and infrastructure for the feature.
Verifies project consistency, architecture adherence, and security.
Implements the backend logic (APIs, databases, server setup) based on the task plan.
Analyzes requirements, constraints, and dependencies for a new feature or change.