forge-tests

Community

Ship reliable tests that never flake.

Authorf4rkh4d
Version1.0.0
Installs0

System Documentation

What problem does it solve?

The forge-tests skill prevents teams from shipping brittle, misleading, or flaky test suites by enforcing test hygiene rules that make failures actionable and CI runs dependable.

Core Features & Use Cases

  • Disciplined test structure: Enforces unit vs integration boundaries, behavior-driven assertions, and one-concept-per-test design.
  • Determinism by construction: Prohibits sleeps, wall-clock reads, randomness, and shared mutable state that cause nondeterministic outcomes.
  • Real integration testing: Encourages real databases for integration tests (e.g., Postgres in CI) and deterministic per-test isolation with clean resets.
  • Clear failure semantics: Prioritizes descriptive assertions and setup that makes the reason for failure obvious.
  • Verifier support: Provides a CI-runnable verifier that flags common anti-patterns like tautological assertions and prohibited test markers.

Quick Start

Instruct your AI to write a CI-runnable unit and integration test suite for your feature, following isolation, determinism, and real-DB integration rules, then verify the tests with the provided check script.

Dependency Matrix

Required Modules

None required

Components

assets

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: forge-tests
Download link: https://github.com/f4rkh4d/forge-skill/archive/main.zip#forge-tests

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.