بنقرة واحدة
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 ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
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.
| 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"]