law-thesis-review
Manifest validDeepSeek Harness skill plugin that reviews law theses (international economic law and other legal topics): reads a student Word .docx, checks it against a bundled common-issue checklist, applies defin
dsh-law-thesis-review
A DeepSeek Harness skill plugin that reviews student law theses (国际经济法/法学论文) and outputs a Word review draft with tracked changes + Word comments.
What it does
- Reads a student Word (.docx) thesis (single file or a folder).
- Checks against a bundled common-issue checklist (硕士/本科自查清单合并版 + 国际经济法/法学论文高发问题).
- Applies definite fixes as Word tracked changes (w:ins / w:del).
- Writes Word comments for issues the student must handle themselves (overall section problems, missing basis/clarification, etc.).
- Emits a short, objective overall review + a fix list.
Install (local / from npm)
# local path
dsh plugin --profile web add link:D:/Coding/Creating/dsh-law-thesis-review
# or from npm (once published)
dsh plugin --profile web add @signalight/dsh-law-thesis-review
Restart the web profile. The skill is then auto-discovered; trigger it with phrases like “批改学生论文”, “审阅这篇论文”, “以修订+批注检查论文”.
Usage
The skill runs the bundled script:
# 1) extract text + paragraph indices
python skills/iet-law-thesis-review/scripts/review_docx.py extract 论文.docx --out ./work
# 2) review: apply tracked edits + comments from a spec
python skills/iet-law-thesis-review/scripts/review_docx.py review 论文.docx --spec spec.json --out 论文_审查稿.docx [--author "教师名"]
Spec shape shown in skills/iet-law-thesis-review/examples/spec-template.json.
Notes
- Self-contained:
apply_edits.py/models.py/add_comment.pyare vendored; the skill does not require an external word-docx plugin. - Checklist is bundled (
skills/iet-law-thesis-review/references/checklist.md); no dependency on any local Obsidian vault path. - The output preserves the original title and any student info; revision/comment author defaults to the local Office/WPS username or can be set via
--author. - Word: open the
_审查稿.docxto see the redline + comment bubbles.
License
MIT
Thesis level
The skill detects the paper level and routes to the matching checklist:
- Undergraduate thesis -> references/checklist-undergraduate.md (with format/editing checks)
- Master's thesis -> references/checklist-master.md (with format/editing checks)
- Academic training / term paper -> references/checklist-academic-training.md (no format requirements)
- Level unspecified -> references/checklist.md (general requirements only; no format nitpicks)
Comments
Loading…
Similar plugins
by jingzhao-l
DeepSeek Harness (dsh) plugin that turns the iterate skill into an autonomous closed-loop code iteration — parallel reviews, deterministic dedup convergence, atomic fix + verify auto-stop, meta-review
★ 3
↓ 753/wk
MIT
TypeScript
Sep 12, 2026
dsh plugin --profile web add iterate-pluginby lkshjd
DeepSeek Harness multi-agent debate plugin: isolated research, cross-examination, judge convergence (background job + resume + parallel waves)
★ 0
TypeScript
Aug 17, 2026
dsh plugin --profile web add @sky_sun/dsh-debateResume screening plugin for HR in DeepSeek Harness: ingest up to 100k Word/PDF/Excel resumes into one searchable library with skills / coarse categories / ingest time, auto-ingest & de-dupe new resume
★ 0
dsh plugin --profile web add dsh-resume-screeningby ZSeven-W
DeepSeek Harness (DSH) plugin: a read-only ledger for the plugins you already have installed — a capability inventory with file:line evidence, declared-vs-detected reconciliation, cross-profile versio
★ 24
↓ 44/wk
MIT
JavaScript
Sep 11, 2026
dsh plugin --profile web add @zseven-w/dsh-harborby dsh-research
The research plugin market for DeepSeek Harness (dsh): a Research plugins page in Settings that installs a curated, hand-read catalog into the profile you are running. Catalog at dsh-research.com.
★ 5
MIT
TypeScript
Sep 1, 2026
dsh plugin --profile web add dsh-researchby xsoc1
DSH adaptation of the math-research Codex plugin marketplace: rigorous-open-math-research, manage-math-research-program, math-research-workflow, lean-verify as DeepSeek Harness skills.
★ 3
MIT
Python
Sep 9, 2026
dsh plugin --profile web add math-research-dsh