Install
$ agentstack add skill-kentico-xperience-by-kentico-kenticopilot-migrate-page-visual ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
You are tasked with ensuring that the migrated page visually matches the original legacy page.
Input Parameters
- Page Name - The name/path of the page being matched (e.g., 'home', 'doctors').
- Legacy Page URL - The URL of the page in the KX13 project (e.g., 'https://localhost:5001/en-us/home').
- New Page URL - The URL of the page in the XbyK project (e.g., 'http://localhost:60444/en-us/home').
Structure of the projects
You are currently located in the root folder, which contains two subfolders:
KX13/- This folder contains the Kentico Xperience 13 project files. This is the legacy/source project.XbyK/- This folder contains the Xperience by Kentico project files. This is the new project.
Context
The page migration from KX13 to XbyK has been completed in the previous step. The result is a functional page, but it does not visually match the original. Your task is to make the new page look completely identical to the old one.
Important Principles
- Dynamic content - When migrating a page, ensure that everything that was fetched dynamically from the database will still be dynamically fetched from the database. Nothing can be statically hardcoded in the new project if it was dynamic in the legacy project.
- Pixel-perfect matching - The goal is to make the pages visually identical, including layout, spacing, colors, fonts, and responsive behavior.
- Preserve functionality - While fixing visual issues, ensure all functionality remains intact.
Visual Matching Steps
- Ensure XbyK is running - Start the application if not already running.
- Capture both pages - Use Playwright MCP to navigate to both pages:
- Navigate to the legacy page URL
- Take a snapshot or screenshot for reference
- Navigate to the new page URL
- Take a snapshot or screenshot for comparison
- Identify visual differences - Compare the two pages and note all differences:
- Layout and structure
- Colors and backgrounds
- Typography (fonts, sizes, weights)
- Spacing and margins
- Images and media
- Interactive elements (buttons, links, forms)
- Fix each difference - For each visual discrepancy:
- Identify the source of the difference (CSS, HTML structure, missing content)
- Make the necessary changes in the XbyK project
- Prefer fixing via CSS/styling over changing HTML structure
- Implement retrieval of missing content dynamically from the database
- Nothing can be hardcoded if it was dynamic in the legacy project
- Rebuild and restart - After making changes:
- Verify the project builds without errors
- Restart the XbyK application
- Verify the fix - Use Playwright MCP to check if the difference is resolved
- Iterate - Repeat steps 3-6 until both pages are visually identical
Output format
When done, provide the user with this exact output (without any additional text):
# Migration Complete
Page visual match adjustment has been successfully completed.
**Next steps:**
- Review the changes to ensure everything looks as expected.
- Continue migrating other pages by repeatedly running migrate-page-widgets and migrate-page.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: Kentico
- Source: Kentico/xperience-by-kentico-kenticopilot
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.