pr-title
Installation
SKILL.md
Pull Request Title Guide
Use this skill when creating PR titles or commit messages.
Basic Format
{Subject} {Action}
- Subject: The target being modified (file, module, feature, library, etc.)
- Action: The type of change being made
Subject Naming Rules
Choose the subject based on what is being modified:
Related skills
More from bloominggrace/create-fullstack-service
mikro-orm-entity
Use when creating or modifying MikroORM entity files in the `entities/` folder.
10dto-response
Use when creating or modifying DTO files in the `dto/` folder.
6testing-vitest
Use when writing tests for NestJS + MikroORM with transaction rollback and real DB integration.
4nest-mikro-orm-service
Use when creating or modifying NestJS service files that interact with MikroORM.
1