test-common

Define and enforce testing standards for shared libraries and public APIs.

3|Updated Jan 1, 2026
One-click install
npx skills add https://github.com/huynhanx03/GoLink --skill test-common
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-common
Source: https://github.com/huynhanx03/GoLink/tree/main/.agent/skills/test-common
Command: npx skills add https://github.com/huynhanx03/GoLink --skill test-common

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill defines and enforces comprehensive testing standards for Common/shared packages across the codebase, ensuring consistency and high quality.

Core Features & Use Cases

  • Establish universal testing standards for all public APIs and shared utilities.
  • Provide a repeatable 4-step workflow for design, planning, and execution of tests.
  • Audit and improve test coverage, promote best practices, and enable team-wide adoption.

Quick Start

Follow the 4-step workflow to design, plan, and implement tests for all public APIs.

Frequently Asked Questions about test-common

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

FAQPage Schema
How do I establish universal testing standards for shared libraries across my codebase?

To establish universal testing standards for shared libraries, define and enforce comprehensive testing coverage for all public APIs and essential components. This ensures consistent, high-quality test suites that can be adopted team-wide across every package using common utilities.

What is the best way to plan and execute tests for common utilities?

The best way to plan and execute tests for common utilities is to follow a repeatable 4-step workflow for design, planning, and implementation. This process specifies required test coverage, workflow steps, and quality gates for every shared package.

How do I audit and improve unit-testing coverage for public APIs?

You can audit and improve unit-testing coverage for public APIs by applying enforced testing standards that specify required coverage thresholds and quality gates. This promotes best practices and enables consistent team-wide adoption across your shared code.

Does this testing standards approach apply to all packages using common utilities?

Yes, these testing standards apply to all packages using common utilities. The enforced standards cover every public API and essential component, ensuring stepwise design, test planning, and execution are consistently applied across the entire codebase.

What are the limitations of applying universal testing standards to shared code?

The primary limitation is that these universal testing standards specifically target shared libraries and common packages. Packages or components outside the shared codebase scope may require separate test planning and quality assurance strategies to meet their specific requirements.