goravel-crud-test

Generate and fix CRUD feature tests for Goravel entities.

16|11|Updated Jun 12, 2025
One-click install
npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill goravel-crud-test
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: goravel-crud-test
Source: https://github.com/liwoo/goravel-inertia-tw-starter/tree/main/.claude/skills/goravel-crud-test
Command: npx skills add https://github.com/liwoo/goravel-inertia-tw-starter --skill goravel-crud-test

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps developers automatically generate and fix comprehensive CRUD tests for Goravel entities, reducing manual test boilerplate and accelerating CI readiness.

Core Features & Use Cases

  • Automated Test Templates: Creates feature tests for create, read, update, delete operations with correct permissions and data validation.
  • Test Fixes & Guidance: Includes recommendations to correct common issues like endpoints, naming, and data formats.
  • Use Case: When adding a new entity to a Goravel project, generate complete CRUD tests that verify permissions, pagination, sorting, and search.

Quick Start

Generate a full CRUD test scaffold for the specified Goravel entity.

Frequently Asked Questions about goravel-crud-test

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

FAQPage Schema
How do I generate CRUD tests for a Goravel entity?

To generate CRUD tests for a Goravel entity, use an automated test generator to scaffold feature tests covering create, read, update, and delete operations. This includes configuring endpoints, permissions, data initialization, pagination, sorting, and search verification.

What is included in automated Goravel feature test templates?

Automated Goravel feature test templates include comprehensive create, read, update, and delete flows. They verify data validation, permissions, sorting, pagination, and search logic while ensuring proper endpoint and data initialization setup.

How do I fix common issues in Goravel CRUD test generation?

Fix common Goravel CRUD test issues by applying automated recommendations to correct endpoint routes, naming conventions, and data formats. The generator ensures proper setup of endpoints, permissions, and data initialization to resolve typical test failures.

Can I automate permission and pagination testing in Goravel?

Yes, you can automate permission and pagination testing in Goravel by generating comprehensive CRUD feature tests. These tests automatically scaffold validation checks for sorting, search, and pagination logic alongside standard create, read, update, and delete operations.

Do I need a specific setup to generate Goravel entity tests?

To generate Goravel entity tests, you need an existing Goravel project with defined entities. The automated test generator uses these entities to scaffold complete CRUD feature tests, including data initialization, endpoint configuration, and permission validation.