{
  "skill_name": "latex-paper-en",
  "queries": [
    {
      "query": "Proofread my IEEE conference paper main.tex and tighten the abstract.",
      "should_trigger": true,
      "category": "core"
    },
    {
      "query": "Fix my LaTeX manuscript — there are some grammar issues and the related work needs polishing.",
      "should_trigger": true,
      "category": "core"
    },
    {
      "query": "Check my .tex file for booktabs three-line table compliance and Algorithm 1 formatting.",
      "should_trigger": true,
      "category": "core"
    },
    {
      "query": "Improve the writing of my NeurIPS submission — sentences are too long and the logic flow is weak.",
      "should_trigger": true,
      "category": "core"
    },
    {
      "query": "Help me derive the research gap from my related work section in this LaTeX paper.",
      "should_trigger": true,
      "category": "core"
    },
    {
      "query": "Convert my algorithm2e block to algpseudocodex and make Require/Ensure consistent.",
      "should_trigger": true,
      "category": "edge"
    },
    {
      "query": "My ACM submission won't compile — fix the BibTeX/biber errors and verify citations.",
      "should_trigger": true,
      "category": "edge"
    },
    {
      "query": "Adapt this Springer LNCS template paper for IEEE Access submission.",
      "should_trigger": true,
      "category": "edge"
    },
    {
      "query": "Run a de-AI pass on my .tex paper to remove obvious AI tone words.",
      "should_trigger": true,
      "category": "edge"
    },
    {
      "query": "Translate the experiment section of my Chinese paper into academic English LaTeX.",
      "should_trigger": true,
      "category": "edge"
    },
    {
      "query": "Give me a paragraph-role rewrite plan for the Introduction of my existing LaTeX paper, with a technical bottleneck and claim-evidence map.",
      "should_trigger": true,
      "category": "section-writing"
    },
    {
      "query": "Rewrite the Method overview in main.tex around motivation, design, and technical advantage while preserving equations and \\ref{} anchors.",
      "should_trigger": true,
      "category": "section-writing"
    },
    {
      "query": "Help me revise the Conclusion so it answers the Introduction promises and states limitations without overstating the experiments.",
      "should_trigger": true,
      "category": "section-writing"
    },
    {
      "query": "Map the major claims in my Abstract, Introduction, and Experiments to visible evidence before suggesting wording changes.",
      "should_trigger": true,
      "category": "section-writing"
    },
    {
      "query": "Search my references.bib for Mamba forecasting papers after 2024.",
      "should_trigger": false,
      "category": "negative-overlap-bib"
    },
    {
      "query": "Act as a strict reviewer and write a peer-review report on my paper with major/minor issues.",
      "should_trigger": false,
      "category": "negative-overlap-audit"
    },
    {
      "query": "Gate-check this submission and tell me whether it is ready to submit.",
      "should_trigger": false,
      "category": "negative-overlap-audit"
    },
    {
      "query": "Polish my Chinese master's thesis chapter on literature review.",
      "should_trigger": false,
      "category": "negative-overlap-zh"
    },
    {
      "query": "Fix my Typst paper compilation error in main.typ.",
      "should_trigger": false,
      "category": "negative-overlap-typst"
    },
    {
      "query": "Write a survey on industrial anomaly detection with Industry 4.0 framing.",
      "should_trigger": false,
      "category": "negative-overlap-research"
    },
    {
      "query": "Draft a full research paper from scratch about diffusion models without any existing .tex project.",
      "should_trigger": false,
      "category": "negative-overlap-research"
    },
    {
      "query": "Give me a reviewer-facing rewrite plan for the Introduction of my LaTeX paper, with paragraph roles and a claim-evidence map.",
      "should_trigger": true,
      "category": "section-writing-introduction"
    },
    {
      "query": "My Related Work is just a paper list. Reorganize it into themes, structural limitations, and a positioning sentence.",
      "should_trigger": true,
      "category": "section-writing-related-work"
    },
    {
      "query": "Rewrite the Method overview around motivation, design, and technical advantage while preserving equations and \\ref{} anchors.",
      "should_trigger": true,
      "category": "section-writing-method"
    },
    {
      "query": "Turn the experiments section into a narrative with setup anchoring, takeaways after each cluster, ablations, and robustness.",
      "should_trigger": true,
      "category": "section-writing-experiments"
    },
    {
      "query": "Please act like a reviewer and write major/minor comments on my manuscript.",
      "should_trigger": false,
      "category": "negative-overlap-audit"
    },
    {
      "query": "Check whether this Chinese master's thesis chapter needs a better research gap and title.",
      "should_trigger": false,
      "category": "negative-overlap-thesis"
    },
    {
      "query": "Fix my Typst paper compile error in main.typ.",
      "should_trigger": false,
      "category": "negative-overlap-typst"
    },
    {
      "query": "Search my reference library for papers on diffusion models published after 2024.",
      "should_trigger": false,
      "category": "negative-overlap-bib"
    },
    {
      "query": "Polish the 绪论 and 文献综述 chapters of my Chinese master's thesis.",
      "should_trigger": false,
      "category": "negative-overlap-zh"
    },
    {
      "query": "Run a full reviewer gate and decide whether this manuscript should be accepted.",
      "should_trigger": false,
      "category": "negative-overlap-audit"
    },
    {
      "query": "Rewrite this non-LaTeX blog post introduction so it flows better.",
      "should_trigger": false,
      "category": "negative-unrelated"
    },
    {
      "query": "Help me draft a vacation request email to my manager.",
      "should_trigger": false,
      "category": "negative-unrelated"
    },
    {
      "query": "Debug this Python script that crashes on numpy import.",
      "should_trigger": false,
      "category": "negative-unrelated"
    }
  ]
}
