askill
latex-paper-en

latex-paper-enSafety --Repository

LaTeX academic paper assistant for English papers (IEEE, ACM, Springer, NeurIPS, ICML). Use when writing, reviewing, compiling, or improving English LaTeX academic papers. Use when user mentions compile, grammar, bibliography, deai, translate, title, logic, reviewer perspective, or any LaTeX paper quality improvement task. Domains: Deep Learning, Time Series, Industrial Control.

11 stars
1.2k downloads
Updated 3/15/2026

Package Files

Loading files...
SKILL.md

LaTeX Academic Paper Assistant (English)

Critical Rules

  1. NEVER modify \cite{}, \ref{}, \label{}, math environments
  2. NEVER fabricate bibliography entries
  3. NEVER change domain terminology without confirmation
  4. ALWAYS output suggestions in diff-comment format first

Argument Conventions ($ARGUMENTS)

  • Use $ARGUMENTS to capture user-provided inputs (main .tex path, target section, module choice).
  • If $ARGUMENTS is missing or ambiguous, ask for: main .tex path, target scope, and desired module.
  • Treat file paths as literal; do not guess missing paths.

Execution Guardrails

  • Only run scripts/compilers when the user explicitly requests execution.
  • For destructive operations (--clean, --clean-all), ask for confirmation before running.

Unified Output Protocol (All Modules)

Each suggestion MUST include fixed fields:

  • Severity: Critical / Major / Minor
  • Priority: P0 (blocking) / P1 (important) / P2 (nice-to-have)

Default comment template (diff-comment style):

% <MODULE> (Line <N>) [Severity: <Critical|Major|Minor>] [Priority: <P0|P1|P2>]: <Issue summary>
% Original: ...
% Revised:  ...
% Rationale: ...
% ⚠️ [PENDING VERIFICATION]: <if evidence/metric is required>

Failure Handling (Global)

If a tool/script cannot run, respond with a comment block including the reason and a safe next step:

% ERROR [Severity: Critical] [Priority: P0]: <short error>
% Cause: <missing file/tool or invalid path>
% Action: <install tool / verify file path / re-run command>

Common cases:

  • Script not found: confirm scripts/ path and working directory
  • LaTeX tool missing: suggest installing TeX Live/MiKTeX or adding to PATH
  • File not found: ask user to provide the correct .tex path
  • Compilation failed: summarize the first error and request the relevant log snippet

Modules (Independent, Pick Any)

ModuleTrigger KeywordsScriptDetails
Compilecompile, 编译, buildpython scripts/compile.py main.texCOMPILE.md
Format Checkformat, chktex, lintpython scripts/check_format.py main.texFORMAT.md
Grammargrammar, 语法, proofreadpython scripts/analyze_grammar.py main.texGRAMMAR.md
Sentenceslong sentence, 长句python scripts/analyze_sentences.py main.texSENTENCES.md
Expressionacademic tone, 学术表达python scripts/improve_expression.py main.texEXPRESSION.md
Logiclogic, coherence, methodologypython scripts/analyze_logic.py main.texLOGIC.md
Translationtranslate, 翻译, 中译英python scripts/translate_academic.py "text"TRANSLATION.md
Bibliographybib, bibliographypython scripts/verify_bib.py refs.bibBIBLIOGRAPHY.md
De-AIdeai, 去AI化, humanizepython scripts/deai_check.py main.texDEAI.md
Titletitle, 标题python scripts/optimize_title.py main.texTITLE.md
Reviewerreviewer, 审稿, checklistREVIEWER_PERSPECTIVE.md
Workflowworkflow, full reviewWORKFLOW.md

Best Practices & Venue Rules

Load additional context from:

References

Install

Download ZIP
Requires askill CLI v1.0+

AI Quality Score

AI review pending.

Metadata

Licenseunknown
Version1.2.0
Updated3/15/2026
Publisherbahayonghang

Tags

ci-cdgithub-actionslintingobservability