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

ecibot-server

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

已收集 skills
13
Stars
3
更新
2026-06-18
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

background-tasks
软件开发工程师

Load when adding scheduled tasks, periodic jobs, or background coroutines. Covers the coroutine-based task pattern, error handling, and lifecycle management.

2026-06-18
ci-cd-sonar
软件开发工程师

Load when configuring build pipeline, CI workflows, SonarCloud, JaCoCo, or the Gradle version catalog. Covers fatJar, ktlint, and dependency management.

2026-06-18
config-management
软件开发工程师

Load when adding new configuration properties, modifying HOCON files, or understanding how config is loaded. Covers app.conf, application.conf, and the loading pipeline.

2026-06-18
error-handling
软件开发工程师

IMPORTANT: Load when adding error handling in routes, services, or repositories. Covers AcknowledgeBO vs exceptions, standardized responses, and proper logging.

2026-06-18
file-upload
软件开发工程师

Load when implementing multipart file upload, download, or file storage. Covers multipart parsing, validation, disk persistence, and URL generation.

2026-06-18
monitoring-logging
软件开发工程师

IMPORTANT: Load when adding monitoring, metrics, or logging. Covers Micrometer/Prometheus, SLF4J usage, CallLogging, and observability patterns.

2026-06-18
project-architecture
软件开发工程师

IMPORTANT: Load when onboarding, planning a new feature, or understanding how the project is wired end-to-end. Covers the full stack: startup → DI → data → routing → config.

2026-06-18
serialization-validation
软件开发工程师

Load when creating DTOs, configuring JSON serialization, or adding input validation. Covers @SerialName conventions, JSON config, and validation patterns.

2026-06-18
social-reaction
软件开发工程师

Load when implementing voting, reactions, or any user-content interaction (upvote, downvote, emoji reactions). Covers toggle logic, data modeling, and API design.

2026-06-18
testing-ktor
软件质量保证分析师与测试员

CRITICAL: Load when writing tests. Project has ZERO test coverage — every new feature needs tests. Covers Ktor testApplication, MockK, kotlinx-coroutines-test, and JaCoCo.

2026-06-18
api-routing
软件开发工程师

IMPORTANT: Load when creating or modifying Ktor routes. Covers auth wrappers, JWT, TOTP, rate limiting, and response patterns.

2026-06-18
data-access
软件开发工程师

CRITICAL: Load when touching *BO.kt, *DBO.kt, *DTO.kt, *Mapper.kt, *Repository.kt, or *DataSource.kt. Wrong layer boundaries = immediate PR rejection.

2026-06-18
quality-check
软件质量保证分析师与测试员

CRITICAL: Load BEFORE opening any PR. Missing this = failing gates and rejected PRs. Validates build, lint, tests. Pre-PR only.

2026-06-18