meaningful-tests
CommunityWrite tests that catch real bugs.
Software Engineering#vitest#unit testing#supabase#test quality#mocking#test review#behavior-driven testing
AuthorBrunoAlpezdev
Version1.0.0
Installs0
System Documentation
What problem does it solve?
It prevents test suites from becoming ineffective by ensuring each test validates meaningful behavior instead of repeating implementation details or asserting tautologies.
Core Features & Use Cases
- Meaningful assertions: Enforces behavior-focused expectations that would fail if the product regresses.
- Test design guardrails: Requires naming that captures behavior and condition, and enforces one action under test per
it()block. - Anti-pattern detection for reviews: Rejects shadow reimplementation, over-mocking, tautological assertions, and implementation-state testing.
- Supabase-specific testing guidance: Ensures Supabase client creation is mocked so tests don’t hit real services, while keeping domain data realistic (Spanish fields like
nombre,costo,prioridad,estado).
Quick Start
Ask the AI to review the changes in your pull request and identify any tests that violate the meaningful-tests rules, including naming, one-act-per-test, mocking strategy, and anti-patterns like shadow reimplementation.
Dependency Matrix
Required Modules
None requiredComponents
Standard package💻 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: meaningful-tests Download link: https://github.com/BrunoAlpezdev/lluvia-de-ideas/archive/main.zip#meaningful-tests Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
Agent Skills Search Helper
Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.