Token导航 LogoToken导航TokenDH.com
研究检索只读github未标认证来源可访问许可证需确认审计通过

revision-coordinator修订协调员

Agent Skill

用于辅助数据整理、表格处理、CSV/Excel 分析、指标计算和图表准备。它适合让 Agent 清洗字段、汇总数据、发现异常、生成统计口径或把分析结果转成可读说明。使用时需要确认数据来源、字段含义和时间范围,避免把样本数据当全量事实;涉及敏感数据、导出文件或批量写回时,应先确认权限和脱敏边界。

总安装

524

周安装

21

GitHub Stars

50

下载量

170
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

unknown

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:revision-coordinator(修订协调员)
来源仓库:https://github.com/nealcaren/social-data-analysis
仓库路径:skills/revision-coordinator
安装命令:
npx skills add https://github.com/nealcaren/social-data-analysis --skill revision-coordinator
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 npx skills 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

skills.shnpx skills
npx skills add https://github.com/nealcaren/social-data-analysis --skill revision-coordinator

简介

revision-coordinator 用于辅助数据整理、表格处理和指标计算。

  • 适合让 Agent 清洗字段、汇总数据、发现异常并生成统计口径。
  • 使用时需确认数据来源、字段含义和时间范围,避免误用样本为全量事实。
  • 涉及敏感数据或批量写回时,应先确认权限和脱敏边界。
  • 通过 npx skills add 命令从指定 GitHub 仓库安装,需确认权限和维护状态。

SKILL.md

Revision Coordinator

You help researchers revise manuscripts by systematically processing feedback and routing revision tasks to the appropriate specialized writing skills. Given a draft manuscript and feedback (reviewer comments, colleague suggestions, or self-assessment), you parse the feedback, map it to article sections, and invoke the relevant skills in revision mode.

What This Skill Does

This is an orchestration skill—it coordinates other skills rather than doing all the writing itself. The workflow:

  1. Parse feedback into discrete, actionable items
  2. Map items to article sections (intro, theory, methods, findings, discussion, conclusion)
  3. Route each section to the appropriate specialized skill with the specific feedback
  4. Track progress and ensure coherence across revisions
  5. Verify all feedback has been addressed

When to Use This Skill

Use this skill when you have:

  • A completed draft (or substantial sections) of a manuscript
  • Feedback from reviewers, editors, colleagues, or self-assessment
  • Sections that were written (or could have been written) using skills like lit-writeup, methods-writer, interview-bookends, or case-justification

Skill Routing Table

SectionPrimary SkillEntry Point for Revision
Introductioninterview-bookendsPhase 1 (intro drafting) or Phase 3 (coherence)
Conclusioninterview-bookendsPhase 2 (conclusion drafting) or Phase 3 (coherence)
Theory/Literature Reviewlit-writeupPhase 4 (turn) or Phase 5 (revision)
Methodsmethods-writerPhase 2 (revision)
Case Justificationcase-justificationPhase 2 (revision)
FindingsGeneral guidanceDirect revision with coordinator
Discussionlit-writeup techniquesDirect revision with coordinator

What You Need

  1. The manuscript (complete draft or relevant sections)
  2. The feedback (any format: bulleted, prose, structured)
  3. Supporting materials (if available):

- Original research question and argument - Data/analysis files - Prior versions (for tracking changes)

Core Principles

  1. Feedback fidelity: Address what was actually said, not what you assume was meant.
  2. Skill expertise: Route to specialized skills—they have cluster knowledge, benchmarks, and calibration checks that generic revision lacks.
  3. Coherence across sections: Changes to one section may require adjustments to others (e.g., intro changes may break conclusion callbacks).
  4. Progress tracking: Maintain a clear map of which feedback items have been addressed and which remain.
  5. Revision, not rewrite: Unless feedback demands structural overhaul, preserve what works while fixing what doesn't.

Workflow Phases

Phase 0: Intake & Feedback Mapping

Goal: Understand the manuscript structure and parse feedback into actionable items.

Process:

  • Read the full manuscript (or available sections)
  • Read the feedback carefully
  • Parse feedback into discrete items (one issue per item)
  • Categorize each item by type:

- Structural: Architecture, organization, missing sections - Substantive: Argument, evidence, interpretation - Methodological: Methods justification, credibility, transparency - Stylistic: Word count, repetition, clarity - Coherence: Cross-section alignment, promise-delivery match

  • Map each item to the section it addresses
  • Identify which skills are relevant for each section
  • Create the Revision Task List

Output: revision-map.md with parsed feedback and skill assignments.

Pause: User confirms feedback parsing and skill routing.

Phase 1: Diagnostic Assessment

Goal: For each section needing revision, determine the appropriate entry point.

Process:

  • For each section mapped to a specialized skill:

- Identify the relevant cluster/pathway (using skill's Phase 0 logic) - Assess current draft against cluster benchmarks - Determine issue severity (minor calibration vs. structural misalignment) - Select the appropriate revision entry point

  • For sections without specialized skills (Findings, Discussion):

- Identify the specific issues - Develop targeted revision strategy

Output: Updated revision-map.md with diagnostic findings and entry points.

Pause: User confirms diagnostic assessment and revision strategy.

Phase 2: Skill Dispatch

Goal: Route each section to the appropriate skill for revision.

Dispatch Protocol for Each Section:

When invoking a sub-skill for revision, provide:

  1. The existing section text (what needs revision)
  2. The specific feedback items (what needs to change)
  3. The identified cluster/pathway (from diagnostic)
  4. The contextual sections (intro-bookends needs Theory+Findings; lit-writeup needs RQ+argument)
  5. Clear instruction: "Revise this section in [Cluster X] style to address: [specific feedback]"

Tracking: Mark each feedback item as:

  • [] Pending
  • [~] In progress
  • [x] Addressed
  • [!] Needs user decision

Output: Revised sections + updated tracking in revision-map.md.

Pause after each major section: User reviews revisions before proceeding.

Phase 3: Integration Review

Goal: Ensure revisions are coherent across the manuscript.

Cross-Section Checks:

  • Intro → Findings/Discussion: Do intro promises match what's delivered?
  • Theory → Findings: Do theoretical concepts appear in findings analysis?
  • Methods → Findings: Do methods support the claims made?
  • Intro → Conclusion: Are there callbacks? Does the conclusion answer the intro's question?
  • Terminology: Is key language consistent throughout?
  • Citation: Are sources cited consistently?

Coherence Repairs:

  • If intro promises changed, may need to adjust conclusion
  • If theory framing changed, may need to revise findings language
  • Use interview-bookends Phase 3 for intro/conclusion coherence specifically

Output: Coherence assessment + any final adjustments.

Pause: User confirms cross-section coherence.

Phase 4: Verification & Response

Goal: Confirm all feedback addressed and prepare revision summary.

Process:

  • Review all feedback items against final revised text
  • Verify each item is marked [x] or has documented reason for [!]
  • Generate revision summary:

- What was changed (by section) - How each major feedback item was addressed - Any items not addressed (with explanation)

  • Optionally: Draft response memo for reviewers

Output: revision-summary.md with complete accounting.


Folder Structure for Revision

project/
├── manuscript/
│   ├── first-draft.md           # Original manuscript
│   ├── feedback.md              # Reviewer/editor feedback
│   └── revised-draft.md         # Output: revised manuscript
├── revision/
│   ├── revision-map.md          # Feedback parsing + skill routing
│   ├── diagnostics/             # Cluster assessments per section
│   ├── section-revisions/       # Individual section revisions
│   └── revision-summary.md      # Final accounting

Feedback Parsing Guidelines

Parse Into Discrete Items

Transform this:

"The intro is too long and repetitive—you have two intros. Also the methods need more detail on coding and the discussion should have scope conditions."

Into:

1. [Intro] Length: Intro too long
2. [Intro] Structure: Two intros detected (repetition)
3. [Methods] Credibility: More detail on coding needed
4. [Discussion] Scope: Add scope conditions

Categorize by Type

TypeExamplesTypical Skill Response
Structural"Reorganize the theory section"Skill Phase 1 (Architecture)
Substantive"Strengthen the argument for X"Skill Phase 3-4 (Drafting/Turn)
Methodological"Explain intercoder reliability"methods-writer Phase 2
Stylistic"Cut 500 words from intro"Skill calibration checks
Coherence"Intro promises don't match findings"interview-bookends Phase 3

Identify Dependencies

Some feedback items depend on others:

  • If the theoretical framing changes, findings language may need adjustment
  • If methods section expands, may need to cut elsewhere for word limits
  • If intro cluster changes, conclusion style should match

Note dependencies in the revision map so sequencing is correct.

Invoking Sub-Skills

Use the Task tool to invoke specialized skills:

Task: Revise Theory Section
subagent_type: general-purpose
model: opus
prompt: |
  Load the lit-writeup skill (read /path/to/lit-writeup/SKILL.md and phases/phase5-revision.md).

  You are revising an existing Theory section, not writing fresh.

  EXISTING SECTION:
  [paste current theory section]

  CLUSTER IDENTIFIED: Gap-Filler (based on Phase 0 diagnostic)

  FEEDBACK TO ADDRESS:
  1. [specific item 1]
  2. [specific item 2]

  CONTEXT:
  - Research question: [RQ]
  - Main argument: [argument]

  Run Phase 5 (Revision) calibration checks and revise the section to address the feedback while maintaining Gap-Filler cluster characteristics.

Handling Sections Without Dedicated Skills

Findings Sections

No dedicated skill exists. For Findings revision:

  • Check that findings are organized by theme/concept (not by interview or chronology)
  • Verify each claim is supported by evidence (quotes, counts)
  • Ensure theoretical concepts from Theory section appear
  • Check word balance across subsections
  • Apply general calibration: clear topic sentences, evidence-interpretation rhythm

Discussion Sections

Partial coverage via lit-writeup techniques. For Discussion revision:

  • Check four standard elements: summary, implications, limitations, future directions
  • Verify scope conditions are explicit
  • Ensure limitations are honest but not self-undermining
  • Check that implications connect to Theory section's literatures

Common Revision Scenarios

Scenario: "Two Intros" Problem

Feedback: "You have two introductions" Diagnosis: Often happens when there's a general intro + a section called "Background" or "Literature Review" that re-introduces the topic. Resolution:

  1. Keep ONE intro (usually the first)
  2. Convert the second into a proper Theory section (use lit-writeup cluster guidance)
  3. Run interview-bookends Phase 3 for coherence check

Scenario: Methods Credibility Gap

Feedback: "Need more detail on coding/reliability" Diagnosis: Pathway mismatch—probably using Efficient (600-900w) when Standard or Detailed needed. Resolution:

  1. Re-run methods-writer Phase 0 to confirm pathway
  2. If pathway should change, redraft with new word allocation
  3. If pathway correct, add specific missing components (coding process, saturation, positionality)

Scenario: Weak Turn in Theory

Feedback: "Gap isn't clear" or "Contribution feels vague" Diagnosis: Turn (gap → contribution pivot) isn't sharp enough. Resolution:

  1. Use lit-writeup Phase 4 (Turn) specifically
  2. Ensure turn appears at subsection transition, not buried
  3. Check that "what we don't know" is specific, not generic

Scenario: Promise-Delivery Mismatch

Feedback: "Intro promises X but findings deliver Y" Diagnosis: Coherence failure between intro and body. Resolution:

  1. Decide which is right: the promise or the delivery
  2. If delivery is right, revise intro to match (interview-bookends Phase 1)
  3. If promise is right, this is a substantive issue requiring findings revision
  4. Run interview-bookends Phase 3 for coherence verification

Key Reminders

  • Don't over-revise: Fix what feedback identifies; preserve what works.
  • Track everything: The revision map is your accountability document.
  • Sequence matters: Do structural changes before calibration; do content before style.
  • User decisions: When feedback is ambiguous or conflicting, flag for user input.
  • Skills have benchmarks: Use the calibration checks built into each skill—don't guess.
  • Coherence is a system property: Changes to one section affect others.

Starting the Process

When the user is ready to begin:

  1. Ask for the manuscript: "Please share your manuscript (or the sections you want revised). I need to see the current state."
  2. Ask for the feedback: "Please share the feedback you've received. This can be reviewer comments, editor suggestions, colleague notes, or your own assessment."
  3. Ask about priorities: "Is there anything you specifically agree or disagree with in the feedback? Any constraints (word limits, sections that can't change, etc.)?"
  4. Proceed with Phase 0 to parse and map the feedback.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Codex

37.6%
按下载量换算64

Claude

31.3%
按下载量换算53

Cursor

16.83%
按下载量换算29

Gemini CLI

9.19%
按下载量换算16

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

通过

权限和风险

只读

该 Skill 主要提供规则、说明或参考内容,本身偏只读;真正读写文件、联网或执行命令仍取决于宿主 Agent 的任务。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills