ce:polish-beta

Start and iterate a local dev server with branch selection and browser testing.

Updated Apr 22, 2026
One-click install
npx skills add https://github.com/yxc023/agent-config-studio --skill ce-polish-beta-yxc023
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ce:polish-beta
Source: https://github.com/yxc023/agent-config-studio/tree/main/.opencode/skills/ce-polish-beta
Command: npx skills add https://github.com/yxc023/agent-config-studio --skill ce-polish-beta-yxc023

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

ce:polish-beta provides a guided, beta-quality workflow to start and iterate a local dev server for feature work in opencode environments, reducing setup friction and speeding feedback cycles.

Core Features & Use Cases

  • Phase-driven workflow: Phase 0 handles branch selection, Phase 1 starts the server using a launch configuration or auto-detects the framework, and Phase 2 enables rapid browser-based iteration with feedback capture.
  • Auto-detection and configuration: Detects project type, resolves ports, and guides the user through launching with the correct commands and environment setup.
  • Reference-rich guidance: Includes on-demand references and scripts to support troubleshooting, port resolution, and start-up heuristics across common frameworks.

Quick Start

Start a polish beta session to launch the dev server and begin browser-based iteration on the feature.

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 and iterate a local dev server for feature work?

To start and iterate a local dev server, this Skill guides you through branch selection, server launch, and browser testing. It uses a phase-driven workflow to coordinate port resolution and framework auto-detection for rapid feedback cycles.

How does port auto-detection work when launching a dev server?

Port auto-detection works by resolving available ports during the server launch phase. The Skill checks your workspace configuration and applies start-up heuristics to ensure the dev server binds correctly without manual port assignment.

Do I need jq and git installed to use this dev server workflow?

Yes, you need jq and git installed to use this dev server workflow. These dependencies are required to execute the included scripts, parse JSON configurations, and guide branch selection during the initial phase.

Can I auto-detect my project framework and generate launch.json?

Yes, you can auto-detect your project framework and generate launch.json. The Skill identifies your project type during the server launch phase and guides you through creating the appropriate configuration for your environment.

What is the best way to capture feedback during browser-based dev server iteration?

The best way to capture feedback during browser-based iteration is through the Skill's Phase 2 workflow. It enables rapid browser testing and feedback capture directly within your per-workspace development context after the server launches.

Why is my dev server not starting correctly in my per-workspace development context?

Your dev server might not start correctly due to unresolved ports or missing framework configuration. The Skill applies port resolution and framework auto-detection, utilizing on-demand references and scripts to troubleshoot start-up issues.