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