원클릭으로
context-budget
Manage context pressure during large codebase work without losing critical state.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Manage context pressure during large codebase work without losing critical state.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Guided git commit workflow — review changes, draft message, stage, commit
Create a pull request with structured summary and test plan
Interactive debugging — reproduce, isolate, trace, fix
Explore a codebase or directory to understand its structure and purpose
Implement a requested code change end-to-end with scoped edits and verification.
Investigate production-like failures from symptoms, logs, and reproduction steps.
SOC 직업 분류 기준
| name | context-budget |
| description | Manage context pressure during large codebase work without losing critical state. |
| when_to_use | Use when a task spans many files, long logs, repeated tool calls, or model context pressure is rising. |
| required_tools | ["bash","symbol_search"] |
| tags | ["context","planning"] |
| activation | {"input_patterns":["(?i)(context|budget|compact|long task|上下文|压缩|长任务)"]} |
${ARGS}
Preserve active goals, constraints, changed files, unresolved decisions, verification state, and user preferences.
Summarize repeated logs, dependency download noise, stale alternatives, and file contents already transformed into decisions.
Use symbol_search and targeted CLI reads (sed, grep, rg, git show) instead of rereading whole files. Reconstruct context from durable project artifacts when possible.
Before compression or long transitions, write a concise brief with next action, blockers, and validation commands.