Convert document parsing to an optional skill - #2154
Conversation
|
Orb Code Review (powered by GLM 5.1 on Orb Cloud) PR #2154 — Convert document parsing to an optional skillThis converts the document parsing guidance into a proper optional skill with SKILL.md, which is a clean organizational improvement. What I like
Observations
VerdictClean, minimal, well-tested. Good addition to the optional skills catalog. Summary: Cleanly converts document parsing guidance into an optional skill with proper frontmatter, code examples, and test validation. Assessment: approve |
1 similar comment
|
Orb Code Review (powered by GLM 5.1 on Orb Cloud) PR #2154 — Convert document parsing to an optional skillThis converts the document parsing guidance into a proper optional skill with SKILL.md, which is a clean organizational improvement. What I like
Observations
VerdictClean, minimal, well-tested. Good addition to the optional skills catalog. Summary: Cleanly converts document parsing guidance into an optional skill with proper frontmatter, code examples, and test validation. Assessment: approve |
Summary
document_parseregistered tool, config surface, and LiteParse-specific tool wiringoptional-skills/research/document-parseweb_extract,read_file,vision_analyze, andexecute_codewith LiteParse examplesWhy
This follows the feedback on #2082: the parsing guidance is useful, but it should live as a skill rather than add schema and config overhead for every user.
Verification
python -m pytest tests/tools/test_document_parse_skill.py tests/test_model_tools.py -qpython -m pytest tests/ -qFull suite still has 4 unrelated failures that also reproduce on
origin/main:tests/hermes_cli/test_gateway_service.py::TestEnsureUserSystemdEnv::test_sets_xdg_runtime_dir_when_missingtests/tools/test_web_tools_config.py::TestParallelClientConfig::test_creates_client_with_keytests/tools/test_web_tools_config.py::TestParallelClientConfig::test_no_key_raises_with_helpful_messagetests/tools/test_web_tools_config.py::TestParallelClientConfig::test_singleton_returns_same_instanceSupersedes #2082.