From hypo-research
Run the full writing-quality pipeline for a LaTeX paper project: lint, auto-fix preview or apply, citation verification, and aggregated reporting. Use this when the user wants a submission-readiness check, a one-command writing QA pass, or a structured report summarizing lint and bibliography health.
How this skill is triggered — by the user, by Claude, or both
Slash command
/hypo-research:hypo-checkThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
对 LaTeX 论文项目执行完整的质量检查流水线:结构 lint → 自动修复 → 引用验证 → 聚合报告。
对 LaTeX 论文项目执行完整的质量检查流水线:结构 lint → 自动修复 → 引用验证 → 聚合报告。
uv run hypo-research check paper.tex
uv run hypo-research check --no-dry-run paper.tex
uv run hypo-research check --no-dry-run --backup paper.tex
uv run hypo-research check --lint-only paper.tex
uv run hypo-research check --no-fix paper.tex
uv run hypo-research check --no-verify paper.tex
uv run hypo-research check --json paper.tex
| 阶段 | 工具 | 说明 |
|---|---|---|
| 1. Lint | hypo-lint | 结构检查,报告违规 |
| 2. Fix | hypo-lint --fix | 自动修复可修复的违规 |
| 3. Verify | hypo-verify | 验证 .bib 引用的正确性 |
| 4. Report | — | 聚合各阶段结果 |
Agent 读取 check 的 JSON 报告(.hypo-research-report/check-*.json),按优先级处理:
Lint errors:先修复无法自动修复的 lint error。Verify mismatch:检查引用不匹配的条目,更正 bib 信息。Verify not_found:搜索找不到的引用,补充完整信息。Polish:基于 stats 中的章节统计进行润色。Translate:检查中英对齐。Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
npx claudepluginhub hypoxanthineovo/hypo-research --plugin hypo-research