work-on
End-to-end TableCV workflow. Use when starting or continuing package work, refactors, fixes, quality tasks, or release preparation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
End-to-end TableCV workflow. Use when starting or continuing package work, refactors, fixes, quality tasks, or release preparation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Runs and interprets TableCV quality checks with uv, Ruff, pytest, Bandit, pre-commit, and build. Use before commits, PRs, releases, or when the user asks to verify the package.
Review TableCV changes for package quality, public API compatibility, OCR behavior, tests, and release risk. Use when the user asks for a review or before publishing.
| name | work-on |
| description | End-to-end TableCV workflow. Use when starting or continuing package work, refactors, fixes, quality tasks, or release preparation. |
| disable-model-invocation | true |
Use this workflow for non-trivial changes.
AGENTS.md and applicable .cursor/rules/.git status --short.Create a short plan with:
Do not implement multi-file changes until the user has agreed when the task is ambiguous.
integration.pyproject.toml has been checked for an existing tool.Run the smallest relevant checks during work, then finish with:
make check-commit
make build
Use make integration only when the change needs real OCR/image proof.
Summarize changed behavior, commands run, skipped checks, and any release notes. Do not commit, push, or publish unless the user explicitly asks.