Read from and write to a running XWiki instance over its REST API — get a page's content and its xobjects, update page content or object properties, create a new page (optionally with xobjects), and search pages with a Solr query. Use when the user wants to fetch/modify/create wiki pages or objects on a live XWiki…
EXPLICIT INVOCATION ONLY — never load this skill for a plain review request. A deliberately expensive multi-angle, XWiki-aware review of a change set (pull request, commit range, or working tree): it fans out one specialist reviewer per angle (conventions, architecture, backward compatibility, security, performance…
How to externalize and render translations in XWiki sheets, templates and wiki pages, safely (escaping/security) and correctly for i18n (word order). Use when adding/changing user-facing strings in .xml wiki pages, .vm templates, Translations documents, or .properties resource bundles.
Edit wiki pages shipped inside an XWiki extension's XAR — the .xml files under src/main/resources/ of a xar-packaging module. Use when hand-editing or adding an extension wiki page and you need the conventions and the mvn xar:format / xar:verify workflow (page version stays 1.1, authors, license, encoding…