feature

Map the backend feature area with TestCase, UnitTestCase, and ExampleTest entry points.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/taucao-ruby/soleil-hostel --skill feature-taucao-ruby
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: feature
Source: https://github.com/taucao-ruby/soleil-hostel/tree/main/.claude/skills/generated/feature
Command: npx skills add https://github.com/taucao-ruby/soleil-hostel --skill feature-taucao-ruby

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Helps developers quickly understand and navigate the backend feature area of Soleil Hostel by clarifying the project structure, entry points, and testing conventions, reducing onboarding time and cognitive load.

Core Features & Use Cases

  • Maps the Feature domain within the backend, highlighting the TestCase, UnitTestCase, and ExampleTest entry points and how they relate to real-world feature development.
  • Provides guidance for modifying feature-related functionality with clarity on code organization and testing expectations.
  • Serves as a ready reference for onboarding new engineers to explore backend/ features and tests efficiently.

Quick Start

Start by inspecting the backend/ directory to locate TestCase, UnitTestCase, and ExampleTest, then use this guide to orient your work on feature-related tasks.

Frequently Asked Questions about feature

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

FAQPage Schema
How do I navigate the backend feature area in a Laravel project?

To navigate the backend feature area, inspect the backend/ directory to locate TestCase, UnitTestCase, and ExampleTest entry points. This mapping clarifies project structure, testing conventions, and code organization to reduce onboarding time.

What is the structure of backend feature tests in PHP?

Backend feature tests in PHP are structured around TestCase, UnitTestCase, and ExampleTest entry points. These components map the Feature domain, detailing how testing conventions relate to real-world feature development and architecture coverage.

How do I onboard new developers to a PHP backend codebase?

Onboard new developers to a PHP backend by using a feature domain guide that details structure and entry points. This reference helps new engineers efficiently explore backend/ features, architecture, and tests, significantly reducing cognitive load.

Can I use this guide to modify feature-related functionality in Laravel?

Yes, you can use this guide to modify feature-related functionality in Laravel. It provides clear guidance on code organization and testing expectations within the backend/ directory, ensuring developers understand structural conventions before making changes.

When do I need to review backend architecture and feature coverage?

You need to review backend architecture and feature coverage during onboarding or when modifying feature-related functionality. This review maps the Feature domain, highlighting entry points and usage guidelines to ensure proper test and architecture alignment.