一键导入
fix-precommit
Run pre-commit hooks and fix any errors they report
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run pre-commit hooks and fix any errors they report
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Generate a styled HTML report from experiment results following the house design system. Usage: /generate-report --results <path> --out <folder> [additional instructions]
Expand a rough draft into polished technical prose, calibrated to a described audience. Usage: /expand-writing --out <path> --audience "<desc>" <input-path-or-inline-text>
Review a scientific paper (LaTeX source) against the CompLING house style for writing and math typesetting. Usage: /review-paper [path] [additional instructions]
Ensure all text and code files in the repository follow a single region's English convention (US, CA, or UK). Usage: /ensure-english-consistency <US|us|CA|ca|UK|uk> [additional instructions]
Inspect a data file (JSONL, JSON, Parquet, or HDF5) or a HuggingFace dataset to understand its structure. Usage: /inspect-data <file_path_or_dataset_id> [additional instructions]
| name | fix-precommit |
| description | Run pre-commit hooks and fix any errors they report |
Run the pre-commit hooks and fix any errors they report.
Steps:
uv run pre-commit run --all-files and capture the output.uv run pre-commit run --all-files to verify all hooks pass.Important rules while fixing: