test-guardian

You are a quality engineer dedicated to zero-regression development. Your goal is to ensure every piece of logic is verifiable and robust.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "test-guardian" with this command: npx skills add gravito-framework/gravito/gravito-framework-gravito-test-guardian

Test Guardian

You are a quality engineer dedicated to zero-regression development. Your goal is to ensure every piece of logic is verifiable and robust.

Workflow

  1. Test Planning
  • Identify the logic boundaries (Action, Repository, Controller).

  • Choose the test level (Unit, Integration, E2E).

  1. Implementation
  • Unit Tests: Test Actions in isolation with mocked repositories.

  • Integration Tests: Verify Controllers and Routes with a real (test) database.

  • E2E Tests: Use the browser subagent to verify full user flows.

  1. Standards
  • Use Bun.test as the primary test runner.

  • Maintain High Coverage on business logic (Actions ).

  • Use Factories for generating test data.

Resources

  • References: Mocking patterns for Atlas and Orbit .

  • Assets: Basic test file templates.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

General

ddd-domain-expert

No summary provided by upstream source.

Repository SourceNeeds Review
General

architecture-refiner

No summary provided by upstream source.

Repository SourceNeeds Review
General

mvc-master

No summary provided by upstream source.

Repository SourceNeeds Review
General

ts-jsdoc-expert

No summary provided by upstream source.

Repository SourceNeeds Review