testspec-shared

Consolidate shared TestSpec conventions, contracts, and templates for cross-skill workflows.

5|1|Updated Feb 27, 2026
One-click install
npx skills add https://github.com/winhok/testkit --skill testspec-shared
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: testspec-shared
Source: https://github.com/winhok/testkit/tree/main/skills/testspec-shared
Command: npx skills add https://github.com/winhok/testkit --skill testspec-shared

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This internal resource library centralizes conventions, protocols, contracts, and templates used across all testspec-* skills. It ensures teams reference a single source of truth instead of duplicating guidance.

Core Features & Use Cases

  • Common conventions: references for thinking, context, and output contracts that guide artifact design.
  • Protocols and contracts: standardized thinking, reflection, and context propagation for cross-skill work.
  • Template assets: templates for proposal, analysis, testpoints, and review artifacts used by multiple skills.

Quick Start

Explore the references and put testspec-shared assets into your current change workflow to reuse established conventions.

Frequently Asked Questions about testspec-shared

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

FAQPage Schema
How do I standardize test artifact templates across multiple workflows?▼

Standardize test artifact templates by referencing a shared library that consolidates contracts and protocols, ensuring consistent structure and interoperability across workflows without duplicating logic.

Why do my cross-skill test workflows have inconsistent context propagation?▼

Cross-skill test workflows lack consistent context propagation when they do not reference centralized conventions; applying shared protocols standardizes thinking, reflection, and context propagation across all tasks.

How do I reuse common contracts for test proposal and analysis generation?▼

Reuse common contracts by exploring the shared references directory and integrating template assets for proposals, analysis, and testpoints into your current change workflow.

Do I need to duplicate test convention logic for each testspec workflow?▼

You do not need to duplicate test convention logic for each workflow; downstream skills can directly reference shared files via relative paths and included scripts to apply established conventions.

When should I use a shared references directory for test artifact publishing?▼

Use a shared references directory for test artifact publishing when multiple downstream skills need to design, analyze, generate, review, and publish artifacts with a single source of truth.

What is included in the testspec-shared skill components?▼

The testspec-shared skill includes scripts and references components, providing standardized thinking, context, and output contracts alongside template assets for proposals, analysis, testpoints, and reviews.