What problem does it solve? Finding answers in a ServiceNow knowledge base or turning a resolved incident into a published KB article normally requires manual portal navigation and draft management; this Skill drives the entire KB lifecycle through snow-mcp tools. ## Core Features & Use Cases - Search and Read: Run full-text, permission-filtered KB searches with search_knowledge, with automatic fallback to table queries on kb_knowledge when the KB API is disabled, and fetch full article bodies with get_article. - Author and Publish: Create draft articles with create_article, review the draft with the user, then publish with publish_article while checking whether the article routed to review or published. - Use Case: After resolving a VPN timeout incident, search the KB to confirm no article exists, draft a new article titled with the problem and leading with the fix, then publish it and report whether it entered an approval workflow. ## Quick Start Search the ServiceNow knowledge base for articles about VPN timeout issues and summarize the top results.