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.
SOC 職業分類に基づく
| 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.