بنقرة واحدة
token-efficiency-audit
Audit and tune Claude/Codex settings for lower token usage without changing code
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Audit and tune Claude/Codex settings for lower token usage without changing code
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
6-stage structured development cycle with stage-based tool restrictions
Multi-angle release quality verification using parallel expert review teams
Full Self Driving — autonomous release loop that processes all auto-dev-eligible GitHub issues until none remain, by repeatedly running /pipeline auto-dev then /homework.
Invoke and resume YAML-defined pipelines by name — /pipeline auto-dev runs the full release pipeline
Analyze release workflow findings and recommend follow-up actions — execute immediately or register as issues
Auto-detect project context and optimize harness — deactivate unused agents/skills, suggest missing experts, generate project profile
| name | token-efficiency-audit |
| description | Audit and tune Claude/Codex settings for lower token usage without changing code |
| scope | package |
| argument-hint | [audit|apply-interactive|apply-ci|status] |
| user-invocable | true |
Audit and tune Claude Code / Codex configuration for better token efficiency.
This skill is for configuration-level optimization, not runtime behavior shaping. It complements:
guides/cc-token-saver/README.md for plugin-level token protection$omcustomcodex:monitoring-setup in Codex / OMX (/omcustomcodex:monitoring-setup on Claude Code) for telemetry and usage visibilityaudit (default)Inspect the current token-efficiency posture without changing files.
Check these sources when they exist:
.codex/settings.local.json.codex/settings.json~/.codex/config.toml~/.zshrc, ~/.bashrc, ~/.bash_profileAudit for:
includeGitInstructionsautoConnectIdeBASH_MAX_OUTPUT_LENGTHfeatures.appsweb_searchtool_output_token_limitReport:
statusSummarize the current posture in a compact status report:
apply-interactiveApply only low-risk settings suitable for human interactive sessions.
Preferred targets:
.codex/settings.local.json for session-local settingsSafe defaults to consider:
Guardrails:
apply-ciApply stronger settings for non-interactive worker / CI contexts.
This mode is intentionally stricter and must call out risk clearly.
Examples of CI-only candidates:
Required warning:
[Token Efficiency]
Mode: audit|status
Posture: good|mixed|wasteful
Safe interactive wins:
- ...
CI-only wins:
- ...
Watchouts:
- ...
[Token Efficiency]
Mode: apply-interactive|apply-ci
Files updated:
- ...
Settings applied:
- ...
Tradeoffs:
- ...
Rollback:
- restore prior values from git diff / file backup
audit first and apply-* second