Refine a Stage 4 follow-up response using condensed prior discussion context, current follow-up question, and the user's draft.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add runtsang/RebuttalStudio --skill refine --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Refine?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/runtsang-refine)More formats (shields.io, HTML) on the badges page.
---
name: stage4-refine-followup
description: Refine a Stage 4 follow-up response using condensed prior discussion context, current follow-up question, and the user's draft.
---
# Stage4 Refine Follow-up Skill
## Goal
Generate a polished follow-up response for multi-round reviewer discussion.
## Inputs
- `condensed_markdown`: condensed context from Stage4 condense skill.
- `followup_question`: current reviewer follow-up question text.
- `draft`: user-authored draft response.
## Output
Return strict JSON:
```json
{ "refinedText": "..." }
```
## Rules
1. Keep claims grounded in provided context and draft.
2. Address the follow-up question directly in the opening lines.
3. Maintain respectful, concise academic tone.
4. Avoid fabrication of data/citations/experiments.
5. Preserve the core intent of user draft while improving clarity and flow.
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!