원클릭으로
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.