---
name: Process Prose Trimming
slug: process-prose-trimming
category: Writing
description: Process Prose Trimming removes process residue from skills, prompts, comments, and docs while preserving contracts and durable facts. Use it when rewriting current-state text or cleaning review and reasoning traces.
github: "https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/skill-engineering/skill-prose-trim"
language: Python
stars: 193
forks: 27
install: "npx degit https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/skill-engineering/skill-prose-trim ~/.claude/skills/skill-prose-trim"
installs_to: ~/.claude/skills/skill-prose-trim
source_path: skills/en/skill-engineering/skill-prose-trim/SKILL.md
collection_size: 25
category_size: 1227
collection_url: "https://dirskills.com/collections/naodeng/awesome-qa-skills"
added: 2026-09-05T05:31:33.848Z
last_synced: 2026-09-05T05:31:33.848Z
canonical_url: "https://dirskills.com/skills/process-prose-trimming"
---

# Process Prose Trimming

Process Prose Trimming removes process residue from skills, prompts, comments, and docs while preserving contracts and durable facts. Use it when rewriting current-state text or cleaning review and reasoning traces.

**Install:**

```bash
npx degit https://github.com/naodeng/awesome-qa-skills/tree/main/skills/en/skill-engineering/skill-prose-trim ~/.claude/skills/skill-prose-trim
```

## README

# Process Prose Trimming

Use this Skill to remove text that cannot be understood from the repository's current state, while preserving contracts and durable facts.

## Workflow

1. Confirm file scope, language pairs, and edit permission.
2. Classify each passage as current fact, contract, history, reasoning transcript, or review dialogue.
3. Delete pure process residue and restate durable facts in present tense.
4. Preserve negative guarantees, measured bounds, formal references, archives, and fixture fidelity.

## Constraints

- Never turn an assumption into a shipped capability.
- Do not edit generated files, sealed archives, or recorded fixtures without explicit authorization.
- Keep bilingual meaning aligned.

Read `prompts/skill-prose-trim.md` before producing output.
