← Back to Skills Marketplace
junwugit

introduction-stepwise-reviser

by John Do · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ Security Clean
95
Downloads
0
Stars
0
Active Installs
1
Versions
Install in OpenClaw
/install introduction-stepwise-reviser
Description
Revise English research paper Introduction sections with a p2-derived, step-by-step checklist: establish significance, synthesize previous/current research,...
README (SKILL.md)

Introduction Stepwise Reviser

Overview

Use this skill to revise the complete English text of a research-paper Introduction through a documented sequence of checks derived from p2.txt: significance, previous/current research, gap/problem/opportunity, and the present work. Preserve the paper's meaning, citations, claims, paragraph order, and discipline-specific terminology while improving rhetorical clarity and academic phrasing.

Before revising, read references/introduction-checklist.md. It contains the p2-derived step checklist, phrase patterns, and example transformations.

Required Outputs

Always save two Markdown files unless the user explicitly asks for different filenames or formats:

  1. Method report: if the input has a filename, save \x3Cstem>-introduction-method.md; otherwise save introduction-revision-method.md.
  2. Complete revised document: if the input has a filename, save \x3Cstem>-introduction-revised.md; otherwise save introduction-revised-document.md.

Save outputs beside the input file when the Introduction comes from a file. If the Introduction comes from the prompt, save outputs in the current working directory.

Workflow

  1. Read the full Introduction text from the user's message or file. If no Introduction text is available, ask for it.
  2. Preserve structural units: title or heading, paragraph breaks, citations, tables, numbered claims, abbreviations, formulas, quotations, and reference markers.
  3. Build a rhetorical map of the original Introduction before rewriting: context/significance, prior research, gap/problem/opportunity, present work, and any organization sentence.
  4. Apply the checklist in references/introduction-checklist.md one step at a time. At each step, revise the entire Introduction draft as it stands after the previous step, but only make edits justified by the current step.
  5. After every step, record the step result and reasons in the method report. Include the full draft after that step, not just isolated snippets, unless the Introduction is extremely long; in that case, include every changed paragraph and clearly mark unchanged paragraphs.
  6. Include rich examples for every step in the method report. Prefer examples adapted to the user's topic when possible; otherwise use general research-writing examples. Label examples as examples, not as claims about the user's study.
  7. After the final step, run a consistency pass comparing the original Introduction with the revised Introduction for meaning, evidence strength, tense, modality, citations, numbers, terminology, and paragraph order.
  8. Write the complete revised document as clean prose only. Do not include the report, commentary, checklists, or examples in the revised-document file.

Method Report Structure

Use this structure for the method report:

# Introduction Revision Method

## Source Handling
- Input source:
- Output files:
- Preservation notes:

## Original Rhetorical Map
| Paragraph | Main function | Notes |
|---|---|---|

## Step 1: Source Preservation and Rhetorical Map
### Checks Applied
### Draft After This Step
### Modification Reasons
### Examples

## Step 2: Establish Significance
### Checks Applied
### Draft After This Step
### Modification Reasons
### Examples

## Step 3: Synthesize Previous and Current Research
### Checks Applied
### Draft After This Step
### Modification Reasons
### Examples

## Step 4: Articulate the Gap, Problem, or Research Opportunity
### Checks Applied
### Draft After This Step
### Modification Reasons
### Examples

## Step 5: State the Present Work
### Checks Applied
### Draft After This Step
### Modification Reasons
### Examples

## Step 6: Integrate Flow and Final Consistency
### Checks Applied
### Draft After This Step
### Modification Reasons
### Examples

## Final Verification
- Meaning preserved:
- Claims/citations preserved:
- Tense/modality preserved:
- Paragraph structure preserved:
- Remaining issues:

In Modification Reasons, be concrete: identify which sentence or paragraph changed, what rhetorical function improved, and why the edit follows the current step. If a step requires no substantive edit, keep the previous draft under Draft After This Step and explain why no change was made.

Revision Constraints

  • Do not invent research findings, citations, dates, statistics, causal claims, advantages, novelty, or methods.
  • Do not strengthen certainty. Preserve modal verbs and hedging such as may, might, could, suggest, and appears.
  • Do not turn a limitation into a stronger criticism than the source supports.
  • Preserve author names, citation style, abbreviations, terminology, numbers, units, variables, and quoted text.
  • Improve academic phrasing only when it clarifies the Introduction's rhetorical function or sentence-level readability.
  • Prefer precise verbs for research activity and contribution. Avoid repetitive generic phrasing such as did, showed, or found when the actual action is more specific.
  • Keep the final revised Introduction coherent as a complete section, not a collection of individually polished sentences.

Quality Checks

Before finalizing, verify that:

  • The method report contains all six steps, with a draft, reasons, and examples for each step.
  • The final revised-document file contains only the revised Introduction.
  • The final Introduction follows the expected progression: significance/context, previous/current research, gap/problem/opportunity, present work, and optional paper organization.
  • All edits are traceable to the step checklist.
  • The two Markdown files exist at the required paths.
Usage Guidance
This skill appears coherent and limited to revising Introduction text. Before installing or running it: (1) be aware it will read and save the full Introduction and a detailed method report (check the filenames/locations it will write to and avoid running it on documents containing sensitive data you don't want persisted); (2) the SKILL.md prohibits inventing facts, but you should still proofread the revised Introduction for accidental hallucinations or unintended changes to claims or citations; (3) because it is instruction-only, there are no hidden downloads or credentials requested. If you plan to use it on confidential manuscripts, run it in a controlled workspace and review the output files before sharing.
Capability Analysis
Type: OpenClaw Skill Name: introduction-stepwise-reviser Version: 1.0.0 The skill is a legitimate academic writing tool designed to revise research paper introductions using a structured, step-by-step methodology. It processes user-provided text and generates two Markdown files: a revision method report and the polished document. The instructions in SKILL.md and references/introduction-checklist.md are strictly focused on rhetorical improvements and academic phrasing, with explicit constraints to preserve citations and avoid inventing data. There are no indicators of malicious execution, data exfiltration, or prompt injection.
Capability Assessment
Purpose & Capability
The name/description (revise Introduction sections with a stepwise checklist) matches the SKILL.md and the included checklist. The skill requires no binaries, env vars, or installs, which is proportionate to its stated purpose.
Instruction Scope
The runtime instructions direct the agent to read the user's Introduction (from the message or a file), run a multi-step revision process (referencing references/introduction-checklist.md), and write two Markdown files (a method report and the revised Introduction). This is consistent with the purpose but means the skill will read and persist the full user-provided text and produce a detailed method report that may contain the user's entire Introduction and topic-adapted examples — review for sensitive information before saving or sharing.
Install Mechanism
No install spec and no code files are present. Being instruction-only means nothing is downloaded or written to disk by an installer, minimizing supply-chain risk.
Credentials
The skill declares no required environment variables, credentials, or config paths and its instructions do not reference external secrets — the requested environment access is minimal and appropriate.
Persistence & Privilege
always:false (no forced always-on), and the skill does not request modifying other skills or system settings. It can be invoked normally by the agent; that is expected and not excessive here.
How to Use
  1. Make sure OpenClaw is installed (local or Docker)
  2. Run the install command in chat: /install introduction-stepwise-reviser
  3. After installation, invoke the skill by name or use /introduction-stepwise-reviser
  4. Provide required inputs per the skill's parameter spec and get structured output
Version History
v1.0.0
Initial release of Introduction Stepwise Reviser. - Guides stepwise revision of research paper Introductions using a detailed p2-derived checklist. - Generates two Markdown outputs: a comprehensive step-by-step method report and the clean revised Introduction. - Ensures structure, claims, citations, terminology, and rhetorical flow are preserved and improved at each stage. - Requires reviewers to document changes, reasons, and topical examples for every checklist step. - Enforces strong constraints against inventing or altering content unrelated to clarity, structure, or academic phrasing. - Final output guarantees progression from significance to present work, with traceable edits and compliance checks.
Metadata
Slug introduction-stepwise-reviser
Version 1.0.0
License MIT-0
All-time Installs 0
Active Installs 0
Total Versions 1
Frequently Asked Questions

What is introduction-stepwise-reviser?

Revise English research paper Introduction sections with a p2-derived, step-by-step checklist: establish significance, synthesize previous/current research,... It is an AI Agent Skill for Claude Code / OpenClaw, with 95 downloads so far.

How do I install introduction-stepwise-reviser?

Run "/install introduction-stepwise-reviser" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.

Is introduction-stepwise-reviser free?

Yes, introduction-stepwise-reviser is completely free, licensed under MIT-0. You can download, install and use it at no cost.

Which platforms does introduction-stepwise-reviser support?

introduction-stepwise-reviser is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).

Who created introduction-stepwise-reviser?

It is built and maintained by John Do (@junwugit); the current version is v1.0.0.

💬 Comments