agentsclimarketplace

Logic review

Skill yha9806/academic-writing-toolkit/plugins/academic-writing-toolkit/skills/logic-review

Review chapter drafts for paragraph-level flow, transitions, and argument continuity before editing.From its SKILL.md

Install
npx -y skills add yha9806/academic-writing-toolkit --skill logic-review

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • runs commandsInstructs the agent to run 1 command, including `python3 {skill_dir}/scripts/audit-logic.py --base-dir . --json`.

SKILL.md

1.2 KB, 229 tokens by cl100k_base, as published. Nobody here has run it

/logic-review — Paragraph Logic Review

Purpose

Find paragraphs that may need a topic sentence, a clearer transition, merging, or re-ordering. The deterministic script flags candidates; the agent explains and proposes edits.

Trigger Words

This skill activates on: logic review, flow check, paragraph logic, /logic-review.

Workflow

  1. Resolve the bundled helper at scripts/audit-logic.py relative to this SKILL.md, then run it from the project root: python3 {skill_dir}/scripts/audit-logic.py --base-dir . --json
  2. Read the flagged paragraphs and nearby context.
  3. Present a numbered review table with location, issue type, why it matters, and a proposed edit.
  4. Wait for user approval before editing chapter files.
  5. Apply only approved edits, then re-run the audit.

Constraints

  1. Never auto-fix chapter logic without user approval.
  2. Preserve the author's argument and section structure.
  3. Keep edits local to the flagged paragraph unless the user approves a broader rewrite.
  4. No emoji.

What ships with it: 1 file

3.0 KB alongside SKILL.md, 1 of them executable

scripts/

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.