setup

Act as a stub skill for upgrade-run fixture testing.

1|Updated May 9, 2026
One-click install
npx skills add https://github.com/weiping/gbrain-cn --skill setup-weiping
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup
Source: https://github.com/weiping/gbrain-cn/tree/main/test/fixtures/openclaw-mixed-merge/skills/setup
Command: npx skills add https://github.com/weiping/gbrain-cn --skill setup-weiping

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

It provides a lightweight stub to support fixture testing during upgrade runs, helping ensure regressions can be validated without performing real setup work.

Core Features & Use Cases

  • Upgrade-run trigger: Defines behavior tied to the "Running upgrade" event for deterministic fixture workflows.
  • Fixture testing stub: Acts as a placeholder for a specific mixed-merge regression versioned fixture.
  • Use Case: When validating an upgrade process in automated tests for the openclaw-mixed-merge regression, you can rely on this stub to satisfy the skill entry point without side effects.

Quick Start

Trigger the skill during the upgrade-run fixture flow that corresponds to the openclaw-mixed-merge regression.

Frequently Asked Questions about setup

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

FAQPage Schema
What is a stub skill used for in fixture testing during upgrade runs?

A stub skill in fixture testing provides a lightweight placeholder to validate upgrade regressions deterministically, representing the "Running upgrade" event without executing real setup logic or causing side effects.

How do I validate openclaw-mixed-merge regression workflows without triggering real setup logic?

You validate openclaw-mixed-merge regression workflows by triggering this stub skill during the upgrade-run fixture flow, satisfying the skill entry point and ensuring deterministic regression validation without side effects.

Do I need a valid SKILL.md frontmatter entrypoint to run upgrade-run fixture testing?

Yes, upgrade-run fixture testing requires a valid skill entrypoint via SKILL.md frontmatter to provide the trigger metadata needed for orchestration in deterministic regression validation workflows.

Can I use this stub skill for non-deterministic regression validation scenarios?

No, this stub skill applies specifically to deterministic regression validation where an upgrade event must be represented without side effects, making it unsuitable for non-deterministic testing scenarios.

Why does my upgrade-run fixture workflow require a placeholder instead of executing real setup logic?

Your upgrade-run fixture workflow requires a placeholder to ensure regressions can be validated without performing real setup work, preventing side effects that would break deterministic test outcomes.