一键导入
audit
Structured audit of the Parallax codebase. Run periodically or before major milestones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Structured audit of the Parallax codebase. Run periodically or before major milestones.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Audit all living documentation against the actual codebase and report inconsistencies.
Review branch diff for test weakening patterns in Parallax. Last line of defense before commit/merge.
Bootstrap a new Parallax dev session. Reviews recent handoffs, MEMORY.md, and current project state.
Scaffold a new experiment for Parallax development. Creates a structured manifest linked to a hypothesis.
Generate a structured handoff summary for Parallax development sessions.
Guides hypothesis-driven investigation for Parallax development. Invoke before starting any investigation, feature, or experiment.
| name | audit |
| description | Structured audit of the Parallax codebase. Run periodically or before major milestones. |
| disable-model-invocation | true |
Structured audit of the Parallax codebase.
Invoke /audit periodically or before major milestones to check project health.
Perform each check and report findings:
src/parallax/.tests/./doc-sync.pixi run check passes cleanly (lint, typecheck, test).docs/sessions/ are up to date.## Audit: [date]
### Critical
- [findings that need immediate attention]
### Warning
- [findings that should be addressed soon]
### Info
- [observations and suggestions]
### Summary
[1-2 sentence overall assessment]
pixi run check as part of the audit.