원클릭으로
chunk-and-summarize
Chunk a long document into sections and summarize each before synthesizing a full summary.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Chunk a long document into sections and summarize each before synthesizing a full summary.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Use this skill to generate well-branded interfaces and assets for AGENT-33, either for production or throwaway prototypes/mocks/etc. Contains essential design guidelines, colors, type, fonts, assets, and UI kit components for prototyping.
Scan code for security vulnerabilities and unsafe patterns with remediation guidance.
Review a code diff for correctness, logic errors, and style issues.
Propose targeted refactoring and readability improvements for reviewed code.
Diagnose and explain error messages with root cause analysis and actionable fix steps.
Assist with common git operations including branching, committing, and pull requests.
| name | chunk-and-summarize |
| version | 1.0.0 |
| description | Chunk a long document into sections and summarize each before synthesizing a full summary. |
| allowed_tools | ["file_ops"] |
| tags | ["summarization","documents","chunking"] |
For long documents that exceed a single context window, use a map-reduce summarization strategy: chunk the document, summarize each chunk, then synthesize the chunk summaries into a coherent whole.
Use this skill when the document:
For shorter documents, use extract-key-points or generate-abstract directly.
file_ops.## Document Summary: <title>
**Source**: <file path or URL>
**Author**: <author or "Unknown">
**Date**: <document date or "Unknown">
**Length**: <word count or page count>
---
### Full Summary
<synthesis narrative>
---
### Section Summaries
#### Section 1: <heading> (Chunk 1-2)
<100-200 word chunk summary>
#### Section 2: <heading> (Chunk 3)
<100-200 word chunk summary>