一键导入
compacting-context
Context compression for verbose outputs. Use when conversation context exceeds 70% capacity or when summarizing large outputs.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Context compression for verbose outputs. Use when conversation context exceeds 70% capacity or when summarizing large outputs.
用 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.
Academic/technical writeups with Pandoc-compatible markdown. Use for documentation, reports, or technical explanations.
Evidence-based codebase investigation. Use when exploring unfamiliar code, understanding architecture, or gathering context for implementation.
| name | compacting-context |
| description | Context compression for verbose outputs. Use when conversation context exceeds 70% capacity or when summarizing large outputs. |
Compresses verbose outputs into concise summaries while preserving essential information. Use proactively to maintain context efficiency.
Reference Instead of Repeat:
# Before
The function in src/auth.py handles authentication by...
[50 lines of explanation]
# After
See `src/auth.py:42-85` for auth implementation details.
Summarize Lists:
# Before
Test 1 passed, Test 2 passed, Test 3 passed... [15 more]
# After
All 18 tests pass. Coverage: 87%.
Table Format:
| File | Status | Lines Changed |
|------|--------|---------------|
| auth.py | Modified | +15, -3 |
| tests/test_auth.py | Added | +45 |
Status Updates: Single line with metrics Code Changes: File:line references, not full content Test Results: Summary counts, only show failures in detail Errors: Line reference + brief description