بنقرة واحدة
screenshot
// Capture a screenshot of the running WPF application UI. Use this skill when asked to see, view, capture, or screenshot the current state of the WPF application's user interface.
// Capture a screenshot of the running WPF application UI. Use this skill when asked to see, view, capture, or screenshot the current state of the WPF application's user interface.
Restart the WPF application to apply code or XAML changes. Use this skill when you need to restart the app after making changes, or when the UI needs to be refreshed because WPF hot reload is limited.
Get the visual tree structure of the running WPF application. Use this skill when asked to inspect, debug, or understand the element hierarchy, control structure, or layout of the WPF UI.
| name | screenshot |
| description | Capture a screenshot of the running WPF application UI. Use this skill when asked to see, view, capture, or screenshot the current state of the WPF application's user interface. |
This skill captures a PNG screenshot of the currently running WPF application and saves it to the screenshots/ folder.
Use this skill when:
The WPF application must be running with the VibeServer extension. Start it with:
cd MyWpfApp
dotnet watch run
Run the script from the repository root:
.\.github\skills\vibe-screenshot\get-screenshot.ps1
screenshots/screenshot_YYYYMMDD_HHMMSS.pngAfter making UI changes: