Skip to main content
Run any Skill in Manus
with one click

auditing-chunking-strategy

Stars2
Forks0
UpdatedJune 17, 2026 at 00:55

Audits a RAG pipeline's document-chunking strategy: chunk size, overlap, and splitter type (fixed-token, sentence, paragraph, semantic, structure-aware). Walks a chunk-size × overlap sweep against a held-out QA set, surfaces boundary-failure examples where the answer spans two chunks, and recommends a splitter that matches the document structure (legal contracts and long-form prose need different splitters than code or FAQ pairs). Use when retrieval recall is dropping on long documents, when chunks visibly cut answers in half, when chunk_size and overlap were copied from a tutorial without a sweep, or when migrating from a default fixed-token splitter to something structure-aware. Refuses to engage when the pipeline retrieves full documents (no chunking) or when the corpus is one-paragraph-per-doc (chunking is pre-empted by document structure).

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
6 files
SKILL.md
readonly