بنقرة واحدة
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>