بنقرة واحدة
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.