ce:polish-beta

Boot a feature's dev server and open it in the browser.

Updated Mar 14, 2026
One-click install
npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill ce-polish-beta
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: ce:polish-beta
Source: https://github.com/Andreicr1/netz-analysis-engine/tree/main/.gemini/skills/ce-polish-beta
Command: npx skills add https://github.com/Andreicr1/netz-analysis-engine --skill ce-polish-beta

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires jq, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps developers boot a feature's dev environment, open it in a browser, and quickly iterate on improvements with live feedback.

Core Features & Use Cases

  • Auto-detects the project type at the repo root (Rails / Next / Vite / Nuxt / Astro / Remix / SvelteKit / Procfile) and selects the appropriate dev-server recipe.
  • Starts the development server in the background and surfaces the feature in a browser for rapid hands-on validation.
  • Enables an iterative feedback loop where the user describes changes, applies fixes, and re-checks in-browser.

Quick Start

Spin up the feature's dev server and begin iterative improvements in the browser.

Frequently Asked Questions about ce:polish-beta

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I start a dev server and iterate on changes with live browser feedback?▼

The Skill auto-detects the project type at the repository root to select the appropriate dev-server recipe. It supports frameworks including Rails, Next, Vite, Nuxt, Astro, Remix, SvelteKit, and Procfile-based applications.

How does the dev server handle framework detection and port resolution across branches?▼

The repository must have a detectable project type at the root and a working dev command. If the framework cannot be detected or the dev command is missing, the server cannot start.

Do I need jq installed to run the dev server automation?▼

Yes, jq is a required dependency to run the dev server automation. The Skill relies on jq to process configuration data during framework detection and port resolution before booting the development environment.

Can I use this for rapid iteration on a Vite or Next.js feature branch?▼

Yes, you can use this for rapid iteration on Vite or Next.js feature branches. The Skill detects the framework, starts the dev server in the background, and opens the feature in a browser for immediate hands-on validation.