fork-test

star 60

Minimal skill for testing context fork behavior. Do not use in production.

Geeksfino By Geeksfino schedule Updated 1/18/2026

name: fork-test description: Minimal skill for testing context fork behavior. Do not use in production. allowed-tools: Read context: fork

Fork Test Skill

This skill exists only for testing the context: fork pattern.

Purpose

Validates that:

  • Forked contexts properly isolate intermediate outputs
  • Tool calls are recorded in the session
  • Only summaries are returned to the parent context
  • Multiple tool calls are tracked correctly

Instructions

When this skill is activated, perform the following actions:

  1. Read the provided input
  2. Execute any requested tool calls
  3. Return a concise summary of the results

Return the input unchanged as the result.

Install via CLI
npx skills add https://github.com/Geeksfino/openskills --skill fork-test
Repository Details
star Stars 60
call_split Forks 10
navigation Branch main
article Path SKILL.md
More from Creator