docs(test-insights): add Detection, Prevention, Mitigation screenshots#12127
Conversation
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. Show 6 satisfied protections🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
There was a problem hiding this comment.
Pull request overview
Updates the Test Insights documentation pages to include new dashboard screenshots (Detection, Prevention, Mitigation) using astro:assets <Image>, and refreshes the internal screenshot-capture guidance to the dashboard.mergify.com domain with retina (deviceScaleFactor: 2) conventions.
Changes:
- Add
astro:assetsimage imports and<Image>embeds to the three Test Insights MDX pages. - Update the
capture-screenshotsskill docs to referencedashboard.mergify.comand the internal Playwright-based capture tool. - Extend screenshot conventions with retina capture guidance and updated dashboard URL paths.
Reviewed changes
Copilot reviewed 5 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| src/content/docs/test-insights/prevention.mdx | Adds Prevention dashboard screenshot via astro:assets. |
| src/content/docs/test-insights/mitigation.mdx | Adds Mitigation dashboard screenshot via astro:assets. |
| src/content/docs/test-insights/detection.mdx | Adds Detection dashboard screenshot via astro:assets. |
| .claude/skills/capture-screenshots/SKILL.md | Updates skill description and guidance to dashboard.mergify.com and internal capture tool. |
| .claude/skills/capture-screenshots/references/conventions.md | Adds deviceScaleFactor: 2 guidance and updates “Common dashboard URLs” section. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
451f7de to
af4eefe
Compare
Revision history
|
Capture the three Test Insights dashboard views (Detection, Prevention, Mitigation) at 1440x900 @2x retina and wire them into their MDX pages via astro:assets Image. Shots produced by the internal headless-Playwright capture tool in Mergifyio/skills (isolated context, no operator-session interference). Also refresh the public-safe capture-screenshots skill conventions: app.mergify.com -> dashboard.mergify.com, add deviceScaleFactor: 2, and point to the internal capture tool (no auth internals). Refs MRGFY-8060 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: Iabc7973ac1ac72153ef098e84838833a70d1df1a
af4eefe to
1996d19
Compare
Merge Queue Status
This pull request spent 2 minutes 6 seconds in the queue, including 1 minute 48 seconds running CI. Required conditions to merge
|
…m + 2x DPR Refresh the public-safe capture-screenshots skill: app.mergify.com -> dashboard.mergify.com throughout, add deviceScaleFactor: 2 to the viewport conventions, and point to the internal Playwright capture tool in Mergifyio/skills (no auth internals). Per review: frame the ?login&repository query context as optional (docs links omit it) and drop '/app' from the frontmatter description. Split out of #12127 (Test Insights screenshots) at Julien's request. Refs MRGFY-8060 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: I10022e0f76204f339e8392fa780c4f8fbbb025b7
…m + 2x DPR (#12128) Refresh the public-safe capture-screenshots skill: app.mergify.com -> dashboard.mergify.com throughout, add deviceScaleFactor: 2 to the viewport conventions, and point to the internal Playwright capture tool in Mergifyio/skills (no auth internals). Per review: frame the ?login&repository query context as optional (docs links omit it) and drop '/app' from the frontmatter description. Split out of #12127 (Test Insights screenshots) at Julien's request. Refs MRGFY-8060 Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Capture the three Test Insights dashboard views (Detection, Prevention, Mitigation) at 1440x900 @2x retina and wire them into their MDX pages via astro:assets Image. Shots produced by the internal headless-Playwright capture tool in Mergifyio/skills (isolated context, no operator-session interference).
Also refresh the public-safe capture-screenshots skill conventions: app.mergify.com -> dashboard.mergify.com, add deviceScaleFactor: 2, and point to the internal capture tool (no auth internals).
Refs MRGFY-8060
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com