go

Automate code verification, refinement, simplification, and shipping with CI and PR operations.

34|4|Updated Apr 20, 2026
One-click install
npx skills add https://github.com/redpanda-data/ui-harness --skill go-redpanda-data
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: go
Source: https://github.com/redpanda-data/ui-harness/tree/main/go
Command: npx skills add https://github.com/redpanda-data/ui-harness --skill go-redpanda-data

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires bun, tsgo, biome, vitest, playwright, github, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of verifying, refining, simplifying, and shipping code changes, reducing manual effort and ensuring code quality.

Core Features & Use Cases

  • Verification: Run type checks, linting, and tests to ensure code quality.
  • Refinement: Self-review and adversarial review to catch issues early.
  • Simplification: Code review and simplification for better maintainability.
  • Shipping: Automated commits, pushing, and opening pull requests.
  • Use Case: After implementing code changes, use this Skill to automatically run checks, refine changes, and ship the code to the main branch.

Quick Start

Run the 'go' skill to automatically verify, refine, simplify, and ship your code changes.

Frequently Asked Questions about go

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

FAQPage Schema
How do I automate code verification and shipping in my development workflow?

Automate code verification and shipping by running type checks, linting, and tests, then automatically committing, pushing, and opening pull requests to streamline your development workflow end-to-end.

What is the best way to run type checks and tests before opening a pull request?

The best way to run checks before a pull request is using an automated lifecycle phase that executes tsgo type checks, biome linting, vitest unit tests, and playwright browser tests sequentially.

Does this automated code shipping workflow work with bun and GitHub CI?

Yes, this automated code shipping workflow fully supports bun for package management and GitHub for CI pipeline integration, requiring both to execute pull request operations and automated commits.

How do I catch code quality issues early in the CI/CD process?

Catch code quality issues early by applying self-review and adversarial review phases during CI/CD, automatically refining and simplifying code changes before they reach the main branch.

Do I need playwright and vitest installed to automate my code review process?

Yes, you need playwright and vitest installed along with tsgo, biome, bun, and GitHub, as these tools are required dependencies to execute the verification and code review phases.