ce-polish-beta

Start a local development server and open a feature in a browser for real-time iteration.

1|Updated Jun 2, 2026
One-click install
npx skills add https://github.com/FFCfelps1/SGPPF_Maua --skill ce-polish-beta-ffcfelps1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce-polish-beta
Source: https://github.com/FFCfelps1/SGPPF_Maua/tree/main/.gemini/skills/ce-polish-beta
Command: npx skills add https://github.com/FFCfelps1/SGPPF_Maua --skill ce-polish-beta-ffcfelps1

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires detect-project-type.sh, scripts/resolve-port.sh, scripts/resolve-package-manager.sh, scripts/read-launch-json.sh, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill facilitates collaborative iteration on software features by starting a development server, opening the feature in a browser, and enabling real-time feedback and improvement.

Core Features & Use Cases

  • Start Dev Server: Automatically detect and start a local development server for the feature being polished.
  • Browser Integration: Open the feature in a browser, allowing for real-time iteration and testing.
  • Feedback Loop: Enable the user to provide immediate feedback and see changes in real-time.

Quick Start

Use the ce-polish-beta skill to start the dev server and open the 'feature-x' branch for iteration. Provide feedback on the changes and iterate until satisfied.

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 local dev server and open a feature branch for real-time iteration?

To start a local dev server for real-time iteration, the skill automatically detects your project configuration, launches the server, and opens the feature branch in a browser window for immediate visual feedback and collaborative polishing.

Can I automate launching a development server and browser integration for different web frameworks?

Yes, browser integration and dev server automation support various web frameworks by resolving project-specific package managers and port configurations to reliably launch the application environment.

What is collaborative feature iteration and how does the feedback loop work?

Collaborative feature iteration is the process of polishing software changes through a real-time feedback loop, where user input is immediately applied and visually verified in the browser without restarting the server.

Does this dev server automation tool require specific package managers or launch configurations?

The dev server automation requires project-specific launch configurations by reading launch JSON files, resolving the correct package manager, and detecting available ports to ensure the server starts correctly.

Why is my dev server not starting during browser-based feature iteration?

If your dev server is not starting, it may be due to unresolved port conflicts or unsupported project types, as the automation relies on reading launch JSON files and resolving package managers to function correctly.