Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

yogieat-server

yogieat-server 收录了来自 Nexters 的 9 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
9
Stars
4
更新
2026-05-29
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

yogieat-agent-router
软件开发工程师

Use when deciding whether a Yogieat prompt should stay on the main thread or consider repo-local agents. Classifies prompts, maps them to `feature_mapper`, `architecture_guard`, `validation_triager`, or `harness_curator`, and keeps delegation intentionally minimal.

2026-05-29
yogieat-clean-architecture-guard
软件开发工程师

Use when deciding where new Yogieat code belongs or when reviewing architecture drift. Focuses on Service vs Facade boundaries, validator extraction, processor naming, transaction placement, dependency minimization, and preserving the existing multi-module structure.

2026-05-29
yogieat-feature-scaffold
软件开发工程师

Use when adding or extending a Yogieat feature in the Java 25 multi-module Spring Boot architecture. Maps the request to the smallest consistent slice across `apps:api/admin`, `apps:domain`, `storage`, `external`, and `support` while preserving the current Service, Facade, Processor, and Validator conventions.

2026-05-29
yogieat-harness-governor
软件开发工程师

Use when repeated Yogieat prompts, review comments, or misunderstandings should be translated into harness candidates or stable rules. Classifies new observations, applies the candidate-to-promotion policy, and keeps harness updates intentional rather than noisy.

2026-05-29
yogieat-java25-gradle-validation
软件质量保证分析师与测试员

Use when validating Yogieat changes or choosing the smallest Java 25 Gradle proof command. Applies Spotless first, then compile, then module-local or full tests based on repo-specific escalation rules.

2026-05-29
yogieat-testing-guard
软件质量保证分析师与测试员

Use when writing, refactoring, or reviewing Yogieat tests. Focuses on behavior-first assertions, boundary-only mocking, test layer choice, and smell detection for spy-heavy or verify-heavy tests.

2026-05-29
spring-multimodule-implement
软件开发工程师

yogieat-server 멀티모듈 클린 아키텍처의 구현 가이드. 새 도메인이나 기능을 추가할 때 어떤 모듈에 어떤 파일을 어떤 패턴으로 만들어야 하는지 안내한다. Spring Boot 멀티모듈, 클린 아키텍처, domain Record, Entity 매핑, Repository 인터페이스 패턴 등을 다룬다.

2026-04-08
yogieat-develop
软件开发工程师

yogieat-server 기능 개발 전체 워크플로우를 자동화하는 오케스트레이터. 새 기능, API 추가, 도메인 확장 요청 시 분석 → 구현 → QA 파이프라인을 실행한다. '기능 추가', '도메인 만들어', 'API 구현', '새로운 엔드포인트', 'CRUD 만들어', '~기능 개발해줘' 등의 요청에 반드시 이 스킬을 사용할 것.

2026-04-08
yogieat-qa
软件质量保证分析师与测试员

yogieat-server 멀티모듈 통합 정합성 QA 체크리스트. 코드 구현 후 모듈 간 경계면을 교차 비교하여 의존성 위반, Entity-Record 매핑 누락, Repository 구현 누락, @Transactional 경계 오류를 탐지한다. 코드 리뷰, QA, 검증, 빌드 확인 요청 시 사용.

2026-04-08