Skip to content

Scripts Map

Full script roster under scripts/. SKILL.md keeps a compact summary; this file is the authoritative map.

ScriptPurpose
scripts/audit.pyPhase 0 audit and mode entrypoint
scripts/paths.pyWorkspaceLayout — single source of truth for artifact paths
scripts/i18n.pyEnglish/Chinese string dictionary for report rendering
scripts/pre_submission_check.pydeterministic PRESUBMISSION mechanical audit layer
scripts/prepare_review_workspace.pycreate deep-review workspace
scripts/build_claim_map.pyextract headline claims, closure targets, and additive claim_candidates
scripts/consolidate_review_findings.pydeduplicate comment JSONs
scripts/verify_quotes.pyverify exact quote presence
scripts/render_deep_review_report.pyrender final Markdown report
scripts/render_html_report.pyrender HTML twins of review_report and revision_suggestions
scripts/diff_review_issues.pycompare old vs new issue bundles
scripts/scholar_eval.pynine-dimension ScholarEval scoring (--scholar-eval)
scripts/scoring_model.pyweighted-plus overall score for --regression (hand-tuned weights + interaction/penalty terms, not a trained regression) with weighted-average fallback
scripts/literature_search.pyoptional external literature search backend (--literature-search; Tavily via --tavily-key / Semantic Scholar via --s2-key, or env keys)
scripts/literature_compare.pycompare manuscript citations against external literature evidence

Released under the MIT License.