원클릭으로
compacting-context
Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Generate commit message for staged changes, pause for approval, then commit. Stage files first with `git add`, then run this skill.
Interactive Q&A to build UserStory.md from user input. Use when the user wants to create a user story document or start the assisted workflow.
Generates prd.json task tracking file from PRD.md requirements document. Use when initializing Ralph loop or when the user asks to convert PRD to JSON format for autonomous execution.
Transforms UserStory.md into PRD.md by extracting features and converting user stories into functional requirements.
Investigates codebase before planning. Use before any non-trivial implementation task to gather context in isolation.
Provides concise, focused code reviews matching exact task complexity requirements. Use when reviewing code quality, security, or when the user asks for code review.
| name | compacting-context |
| description | Compacts verbose context into structured summary. Use after pollution sources (searches, logs, JSON) or at phase milestones. |
| argument-hint | ["compaction-name"] |
| context | fork |
| agent | Explore |
| model | sonnet |
| allowed-tools | Read, Grep, Glob |
Distills verbose outputs into structured summaries following ACE-FCA principles.
Per .claude/rules/context-management.md:
# Compaction: {{name}}
## Trajectory
<!-- Research status → Planning status → Implementation status -->
## Key Files
<!-- files touched with purpose -->
## Completed
<!-- done items -->
## Blockers
<!-- blocking issues (empty if none) -->
## Findings
<!-- key discoveries, distilled outputs from logs/JSON/tests -->