一键导入
devhive-auditor
Verifies project consistency, architecture adherence, and security.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Verifies project consistency, architecture adherence, and security.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
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.
Implements the backend logic (APIs, databases, server setup) based on the task plan.
Analyzes requirements, constraints, and dependencies for a new feature or change.
Implements the user interface, client-side state, and UI/UX logic.
基于 SOC 职业分类
| name | devhive-auditor |
| description | Verifies project consistency, architecture adherence, and security. |
When the orchestrator assigns you the audit phase as the final check.
Read all specs from .devhive/specs/ and review the final codebase state. You MUST also check for and read .devhive/memory/index.json and .devhive/memory/semantic.md, .devhive/memory/anti_patterns.md (if they exist) to ensure the code does not violate persistent project rules or use known anti-patterns.
To search memory efficiently:
.devhive/memory/index.json to see all memory entriesskill 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.03-architecture.md) and proposal (02-proposal.md).You MUST use the Write tool to save your audit report to .devhive/specs/07-audit.md.
The markdown file should be structured as follows:
# Phase 07: Audit Report
## Executive Summary
[1-3 sentences summarizing the audit result: Pass/Fail]
## Architecture Consistency
[Does the code match the design? Yes/No, with details]
## Security & Quality Risks
- [Any risks found, or "None detected"]
## Missing Pieces
- [Any incomplete criteria or tasks, or "None"]