What problem does it solve?
This Skill allows you to inspect and verify the HTML output of Rails pages without the overhead of starting a full development server. It's perfect for CI/CD pipelines, quick content checks, or debugging views, saving you time and computational resources.
Core Features & Use Cases
- Offline Page Rendering: Renders Rails pages directly from a specified database, bypassing the need for a running server.
- HTML Extraction & Search: Extract full HTML content for detailed analysis or search for specific text within rendered pages to verify content presence.
- CI/CD Integration: Utilize the
--check mode for automated verification in continuous integration pipelines, ensuring pages render successfully without manual intervention.
- Use Case: Before deploying a new feature, use this skill to automatically check that all critical user-facing pages (e.g.,
/people, /heats, /solos) render successfully and contain expected content, ensuring no regressions without manual browser checks.
Quick Start
Use the render-page skill to check if the '/people' and '/heats' pages render successfully using the '2025-alexandria-80-s-neon-nights' database.