audit
Strictly verifies the codebase against a specific MiniPRD and reconciles the Hypergraph memory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Strictly verifies the codebase against a specific MiniPRD and reconciles the Hypergraph memory.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Updates all project documentation after code or skill changes. Always reads actual implementation before writing. Covers README, CHANGELOG, docs/, AGENTS.md, memory files, and skills-info.md. Use after completing any feature, fix, refactor, or skill update.
Compacts the current conversation into a handoff document so a fresh agent can continue the work. Saves to the OS temp directory, not the workspace. Pass an optional argument describing what the next session will focus on.
Documents the process, methodology, and decisions of the current session as a reproducible narrative. Saves to spec/process/ in the workspace so the journey can be understood and recreated by others.
Scaffolds a new project by conducting an interview to collect metadata and generating standard repository documentation files from the framework templates. Use when setting up a new repository.
Run this after /hyper-tutorial-run to turn tutorial failures into a structured, constraint-aware goal prompt. Interviews the user about their goal and what may/may not be changed, then generates a paste-ready prompt for a new Claude Code fix session. Does NOT re-run tutorial commands.
Generates a markdown tutorial from an integration test or user-provided files through iterative LLM + human collaboration. Tutorials are saved to tutorials/<name>/ with organized supporting files.
| name | audit |
| description | Strictly verifies the codebase against a specific MiniPRD and reconciles the Hypergraph memory. |
| trigger | /audit [Path to MiniPRD] |
Your objective is to verify newly written code against its strict requirements and sequentially reconcile the system's YAML memory graph.
MiniPRD.md (Provided via slash command argument).spec/compiled/architecture.yml hypergraph file.MiniPRD.md. Do not suggest stylistic refactors outside of this scope.Punch List, return it to the Builder, and HALT execution. If it passes, output [VERIFICATION: PASSED].tests/fixtures/.python .agents/scripts/hypergraph_updater.py). Look for nodes marked status: needs_review in spec/compiled/architecture.yml.inputs, outputs, and description of those specific YAML nodes to reflect the new reality.needs_review to clean.architecture.yml. Output [AUDIT COMPLETE & HYPERGRAPH RECONCILED].