gsp-test-skill

Test GSP installer workflows by running project builder and reviewer agents.

49|4|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/jubscodes/get-shit-pretty --skill gsp-test-skill
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsp-test-skill
Source: https://github.com/jubscodes/get-shit-pretty/tree/main/dev/tests/fixtures/source/skills/gsp-test-skill
Command: npx skills add https://github.com/jubscodes/get-shit-pretty --skill gsp-test-skill

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a deterministic test harness for the GSP installer, ensuring that the project builder and reviewer agents can be triggered correctly during unit tests.

Core Features & Use Cases

  • Agent Orchestration: Spawns the gsp-project-builder and gsp-project-reviewer agents for end‑to‑end testing.
  • Context Loading: Reads shared prompts and templates from the Claude skill directory.
  • User Interaction: Uses the AskUserQuestion tool to request a project name. Use case: When developing new GSP features, run this skill to validate that the installer correctly initializes a project and launches the appropriate agents.

Quick Start

Invoke the gsp-test-skill with a project name to start the test workflow.

Frequently Asked Questions about gsp-test-skill

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

FAQPage Schema
How do I test an installer workflow by orchestrating agents in a controlled environment?

To test an installer workflow by orchestrating agents, you can use a deterministic test harness that spawns the required project builder and reviewer agents within a controlled environment to validate skill execution.

What is the best way to validate project initialization and skill chaining during agent tests?

Validating project initialization requires running a test skill that triggers the builder and reviewer agents end-to-end, checking that skill chaining tools and shared prompts execute correctly during the installer flow.

Do I need config.json and shared templates to run agent orchestration tests?

Yes, agent orchestration tests require access to config.json, shared prompts, and templates from the skill directory to properly initialize the project and load context for the builder and reviewer agents.

How does the AskUserQuestion tool work when testing project initialization flows?

The AskUserQuestion tool works during project initialization tests by requesting a project name from the user, which is then passed to the spawned builder and reviewer agents to execute the installer workflow.

Why should I run a controlled test environment for GSP agent orchestration?

Running a controlled test environment for GSP agent orchestration ensures that the installer correctly initializes projects and launches the appropriate agents deterministically, preventing untested workflows from failing in production.