← 返回 Skills 市场
junwugit

introduction-stepwise-reviser

作者 John Do · GitHub ↗ · v1.0.0 · MIT-0
cross-platform ✓ 安全检测通过
95
总下载
0
收藏
0
当前安装
1
版本数
在 OpenClaw 中安装
/install introduction-stepwise-reviser
功能描述
Revise English research paper Introduction sections with a p2-derived, step-by-step checklist: establish significance, synthesize previous/current research,...
使用说明 (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.
安全使用建议
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.
功能分析
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.
能力评估
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.
如何使用
  1. 确保已安装 OpenClaw(本地或 Docker 部署)
  2. 在对话框中输入安装命令:/install introduction-stepwise-reviser
  3. 安装完成后,直接呼叫该 Skill 的名称或使用 /introduction-stepwise-reviser 触发
  4. 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
版本历史
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.
元数据
Slug introduction-stepwise-reviser
版本 1.0.0
许可证 MIT-0
累计安装 0
当前安装数 0
历史版本数 1
常见问题

introduction-stepwise-reviser 是什么?

Revise English research paper Introduction sections with a p2-derived, step-by-step checklist: establish significance, synthesize previous/current research,... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 95 次。

如何安装 introduction-stepwise-reviser?

在 OpenClaw 或 Claude Code 对话框中运行命令「/install introduction-stepwise-reviser」即可一键安装,无需额外配置。

introduction-stepwise-reviser 是免费的吗?

是的,introduction-stepwise-reviser 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。

introduction-stepwise-reviser 支持哪些平台?

introduction-stepwise-reviser 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。

谁开发了 introduction-stepwise-reviser?

由 John Do(@junwugit)开发并维护,当前版本 v1.0.0。

💬 留言讨论