render-page
CommunityRender Rails pages offline, verify content.
Authorrubys
Version1.0.0
Installs0
System Documentation
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
--checkmode 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.
Dependency Matrix
Required Modules
None requiredComponents
scripts
💻 Claude Code Installation
Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.
Please help me install this Skill: Name: render-page Download link: https://github.com/rubys/showcase/archive/main.zip#render-page Please download this .zip file, extract it, and install it in the .claude/skills/ directory.