gh:polish-beta

Start a local dev server and iterate on features via browser feedback.

2|1|Updated Apr 17, 2026
One-click install
npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill gh-polish-beta
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gh:polish-beta
Source: https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI/tree/main/plugins/galeharness-cli/skills/gh-polish-beta
Command: npx skills add https://github.com/wangrenzhu-ola/GaleHarnessCodingCLI --skill gh-polish-beta

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This capability enables developers to quickly start a local dev server, preview changes in a browser, and iterate on refinements based on live feedback.

Core Features & Use Cases

  • One-click server boot and live feedback: automatically start the project’s dev server and surface browser-based feedback for rapid iteration.
  • Branch-aware workflow: switches to a PR branch or chosen branch, validating that main/master is not active.
  • Auto-detection and guidance: detects project type and provides framework-specific start guidance and port resolution, enabling seamless setup across different stacks.

Quick Start

Start the feature in your branch, open the app in a browser, and describe improvements to trigger refinements.

Frequently Asked Questions about gh: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 iterate on feature changes in a browser?

To start a local dev server and iterate on changes, this Skill automates server boot and surfaces browser-based feedback. It validates your current branch, auto-detects the project type, and enables live-reload for rapid refinements.

How does hot-reload workflow integrate with PR branches?

Hot-reload workflow integrates with PR branches through branch-aware validation that prevents iterating on main/master. It switches to your chosen feature branch and applies live-reload iteration to support standard PR workflows.

Does the dev server launch process support auto-detection for different frameworks?

Yes, the dev server launch process supports auto-detection for different frameworks by identifying the project type and providing framework-specific start guidance. It handles port resolution to enable seamless setup across diverse technical stacks.

Can I use launch.json integration to configure my local dev server?

Yes, you can use launch.json integration to configure your local dev server setup. The Skill implements a phase-driven workflow that leverages launch.json configurations alongside optional templates to bootstrap the server environment.

Do I need jq installed to run the browser-testing and iteration workflow?

Yes, you need jq installed to run the browser-testing and iteration workflow because it is a required dependency. The Skill relies on this command-line processor to parse JSON data during branch validation and server configuration.

Why should I not run the live-reload iteration directly on the main branch?

You should not run live-reload iteration directly on the main branch because the workflow includes branch validation to actively prevent it. This precaution ensures feature refinements are isolated to PR branches, protecting the main codebase.