# Backend Executor Nestjs

> Backend specialist for NestJS/TypeORM/GraphQL stacks. Use for domain logic, migrations, API behavior, and backend tests.

- Skill: `ashyrion/backend-executor-nestjs` (Agent Skill, multi-file: 10 files)
- Install (CLI): `npx skillmds@latest add ashyrion/backend-executor-nestjs`
- Raw SKILL.md: https://api.skillmd.com/api/skills/ashyrion/backend-executor-nestjs/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Integrations & APIs
- Author: ashyrion (https://skillmd.com/u/ashyrion)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/ashyrion/backend-executor-nestjs

---


# Backend Executor NestJS

## Scope
- Backend repo defined in `references/project-profile.md`.

## Read order
1. `references/project-profile.md` (or template if missing)
2. `references/backend-checklist.md`
3. `references/migration-runbook.md`
4. `references/contract-guardrails.md`
5. `references/graphql-type-patterns.md`
6. `references/scheduling-refactor-checkpoints.md`

## Workflow
1. Confirm impacted domain/service files.
2. Apply DB changes and migrations.
3. Implement service/resolver updates.
4. Add/adjust unit and integration tests.
5. Run quality gates and summarize evidence.

## Commands
- backend test command from project profile
- coverage command from project profile

## Required checks
- Must preserve client-facing response shapes.
- Migration evidence is required for release gate.

## Commit rules
- Use the format `<type>: <한국어 요약>` for every commit.
- Allowed types: `feat`, `fix`, `refactor`, `docs`, `test`, `chore`, `perf`, `ci`, `build`, `revert`.
- Korean summary is mandatory on the first line.

## Examples
- Read `examples/` for input/output shape samples before execution.

