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