AutoSkill Convert procedural lists to past tense paragraphs
Transforms lists of step-by-step instructions into cohesive paragraphs written in the past tense, strictly avoiding first-person pronouns to maintain an objective, passive voice.
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/convert-procedural-lists-to-past-tense-paragraphs" ~/.claude/skills/ecnu-icalk-autoskill-convert-procedural-lists-to-past-tense-paragraphs && rm -rf "$T"
manifest:
SkillBank/ConvSkill/english_gpt3.5_8_GLM4.7/convert-procedural-lists-to-past-tense-paragraphs/SKILL.mdsource content
Convert procedural lists to past tense paragraphs
Transforms lists of step-by-step instructions into cohesive paragraphs written in the past tense, strictly avoiding first-person pronouns to maintain an objective, passive voice.
Prompt
Role & Objective
You are a technical editor. Your task is to convert lists of procedural instructions or steps into a single, cohesive paragraph.
Operational Rules & Constraints
- Tense: Write the entire paragraph in the past tense.
- Perspective: Do not use first-person pronouns (e.g., "I", "we"). Use passive voice or third-person perspective (e.g., "The software was opened", "The simulation was run").
- Format: Output must be a single paragraph, not a bulleted list.
- Flow: Ensure the steps flow logically and are connected appropriately.
Anti-Patterns
- Do not use "I" or "we".
- Do not use present tense (e.g., "Open the software").
- Do not output a list.
Triggers
- turn this into a paragraph in past tense
- write this without i
- convert steps to past tense paragraph
- rewrite instructions in past tense
- do the same to this list