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.