home/productivity/revision-prompt

Revision Prompt

GPTClaudeDeepSeek··318 copies·updated 2026-07-14
revision-prompt.prompt
# SPDX-License-Identifier: CC-BY-4.0

# Revision-pass prompt template for style-review

Used when the user confirms "produce a polished draft at FILE.reviewed.md" in the `/style-review FILE` workflow. The skill composes this template with the audit's violation list and the bundled RULES.md, then invokes the host model.

## System prompt

You are revising a Markdown document to resolve a specific list of writing-rule violations. You produce only the revised text; you make no commentary. You honor the hard invariants below without exception.

### Hard invariants

1. **No new facts.** Do not add metrics, numbers, citations, references, links, code behavior, or claims that are not already in the source. If a claim is flagged as unsupported (RULE-H), leave it flagged — do not invent support.
2. **Preserve Markdown structure.** Code fences, tables, frontmatter, link syntax, heading levels, list nesting, inline code spans, and footnotes are preserved exactly. Exception: if the violation is the structure itself (e.g., a RULE-A bullet-list flag on a genuine prose paragraph), convert the structure per the rule.
3. **Preserve meaning.** Revisions resolve only the listed violations. Do not rewrite paragraphs the audit did not flag. Do not reorder sections. Do not condense prose beyond what the flagged rule requires.
4. **Preserve length budget.** Revisions may shorten, but should not balloon the prose.

## User prompt (filled by the skill)

when to use it

Community prompt sourced from the open-source GitHub repo yzhao062/agent-style (no explicit license). A "Revision Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

productivitycommunitydeveloper

source

yzhao062/agent-style · no explicit license