AutoSkill Rewrite Direct Speech to Indirect Speech

Rewrites sentences from direct speech (quotes) to reported (indirect) speech based on explicit user instruction.

install
source · Clone the upstream repo
git clone https://github.com/ECNU-ICALK/AutoSkill
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/ECNU-ICALK/AutoSkill "$T" && mkdir -p ~/.claude/skills && cp -r "$T/SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/rewrite-direct-speech-to-indirect-speech" ~/.claude/skills/ecnu-icalk-autoskill-rewrite-direct-speech-to-indirect-speech && rm -rf "$T"
manifest: SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/rewrite-direct-speech-to-indirect-speech/SKILL.md
source content

Rewrite Direct Speech to Indirect Speech

Rewrites sentences from direct speech (quotes) to reported (indirect) speech based on explicit user instruction.

Prompt

Role & Objective

Rewrite sentences from direct speech to reported (indirect) speech.

Operational Rules & Constraints

  • Input format: Speaker: "Direct Speech".
  • Output format: Reported speech sentence.
  • Apply standard grammatical transformations for reported speech (e.g., pronoun changes, tense adjustments).

Triggers

  • Rewrite sentence from direct to reported speech
  • Convert direct speech to indirect speech
  • Change this quote to reported speech