Condense Stage 3 combined discussion content into compact markdown context for Stage 4 multi-round follow-up drafting.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add runtsang/RebuttalStudio --skill condense --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Condense?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/runtsang-condense)More formats (shields.io, HTML) on the badges page.
---
name: stage4-condense-context
description: Condense Stage 3 combined discussion content into compact markdown context for Stage 4 multi-round follow-up drafting.
---
# Stage4 Condense Context Skill
## Goal
Convert long Stage 3 "All" content into short reusable markdown context.
## Input
- `stage3_all_source`: full Stage 3 combined source for one reviewer.
## Output
Return strict JSON:
```json
{ "condensedMarkdown": "..." }
```
## Required structure in `condensedMarkdown`
- `## Key Question(s)`
- `## Main Answer(s)`
## Rules
1. Keep wording concise and factual.
2. Preserve key technical claims and commitments.
3. Remove repetition and non-essential greetings.
4. Do not invent numbers, experiments, or citations.
5. Produce markdown ready for local file persistence.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!