[xwiki/xwiki-dev-llm] 955e5a: [Misc] Attach a screenshot to the issue and the PR...
Branch: refs/heads/okf-visual-fix-screenshots Home: https://github.com/xwiki/xwiki-dev-llm Commit: 955e5af469dc0b322221b5d9f47ac39225fa4a73 https://github.com/xwiki/xwiki-dev-llm/commit/955e5af469dc0b322221b5d9f47ac3... Author: Vincent Massol <[email protected]> Date: 2026-08-30 (Sun, 30 Aug 2026) Changed paths: M .claude-plugin/marketplace.json M kimi.plugin.json M opencode.jsonc M xwiki/.claude-plugin/plugin.json M xwiki/okf/index.md M xwiki/okf/servers/jira.md M xwiki/skills/xwiki-pull-request/SKILL.md Log Message: ----------- [Misc] Attach a screenshot to the issue and the PR when the fix is visual * Make a screenshot required, in the xwiki-pull-request skill, when the issue is about something visual: a broken layout, an unreadable table, a misrendered widget — anything a reviewer would otherwise have to build and run to judge. It goes on both the JIRA issue and the PR, since reviewers read the PR while whoever finds the issue later, or writes the release note, reads JIRA. * Record the mechanics that make that a single upload: gh cannot upload an image, so a PR body can only reference an already-hosted URL, and a JIRA attachment is one. Attaching is REST-only — jira-cli has no attach command — and needs the X-Atlassian-Token: no-check header, which is now in okf/servers/jira.md along with the shape of the attachment URL. * Record how to produce the image for a UI change in a repo with Docker functional tests: a throwaway getScreenshotAs probe run through -Dit.test, deleted before committing, framed in the browser rather than cropped afterwards since no image library is guaranteed to be present. * Note that a screenshot documents but does not guard, so a geometric bug should also be asserted in the test. Co-Authored-By: Claude Opus 5 (1M context) <[email protected]> To unsubscribe from these emails, change your notification settings at https://github.com/xwiki/xwiki-dev-llm/settings/notifications
participants (1)
-
XWiki Notifications