format
Format the codebase. If $ARGUMENTS is provided, format only that target. Codex equivalent of the Claude /format command.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Format the codebase. If $ARGUMENTS is provided, format only that target. Codex equivalent of the Claude /format command.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | format |
| description | Format the codebase. If $ARGUMENTS is provided, format only that target. Codex equivalent of the Claude /format command. |
Codex equivalent of the Claude /format command. Follow the same project workflow, using any provided user request as the command arguments.
Format the codebase. If $ARGUMENTS is provided, format only that target.
| Target | Command |
|---|---|
| dotnet | dotnet format SpringVoyage.slnx |
| web | npm run lint:fix (eslint --fix across the portal + connectors) |
| python | ruff format agents/ |
| (default) | Run all of the above |
To verify formatting / lint without changing files, run $lint.
Scaffold a new ADR in `docs/decisions/`. Codex equivalent of the Claude /adr-new command.
Enumerate the active Spring Voyage `area:*` taxonomy and the owning umbrella for each. Codex equivalent of the Claude /areas command.
Build all .NET projects and the Next.js portal. Codex equivalent of the Claude /build command.
Run every lint-class CI gate locally. Codex equivalent of the Claude /lint command.
Run the OpenAPI contract drift check locally — mirrors CI's `openapi-drift` job. Codex equivalent of the Claude /openapi-diff command.
Draft or refresh the human-written release notes for a version in `docs/releases/`. Codex equivalent of the Claude /release-notes command.