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

Flooding-Server-V2

Flooding-Server-V2 收录了来自 team-incube 的 13 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

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

这个仓库中的 skills

new-branch
软件开发工程师

Creates a new git branch following the project's branch naming convention. Use this skill whenever the user wants to start new work, create a branch, switch to a new branch.

2026-04-28
write-pr
软件开发工程师

Generate PR title and body from commits since the base branch, then create the PR on GitHub following the project PR template exactly.

2026-04-14
review-pr
软件质量保证分析师与测试员

Check PR review comments, reflect valid feedback into code, commit, push, then reply to each comment with the resolving commit hash.

2026-04-13
commit
软件开发工程师

Create Git commits following Flooding project conventions. Splits changes into logical units with correct type prefix and Korean description.

2026-04-13
code-review
软件质量保证分析师与测试员

Run a structured checklist over changed files — Kotlin style, JPA/transaction correctness, naming conventions, test coverage, and security basics. Produces a ✓/⚠/✗ report.

2026-04-09
format
软件开发工程师

Run KtLint formatting on all Kotlin source files via Gradle. Use when .kt files need formatting or after bulk edits.

2026-04-09
kotest-guide
软件质量保证分析师与测试员

Kotest + MockK testing patterns for this project — BehaviorSpec structure, mock creation, stubbing, argument capture, and exception assertions. Reference when writing or reviewing test code.

2026-04-09
kotlin-spring-arch
软件开发工程师

Architecture reference for Flooding project — Controller/Service/Repository layer responsibilities, @Transactional strategy, ExpectedException usage, entity conventions, and response wrapping.

2026-04-09
new-api
软件开发工程师

Implement a new API endpoint end-to-end — Repository → Service interface → Service impl → Controller, following Flooding project conventions.

2026-04-09
new-entity
软件开发工程师

Create a new JPA entity following Flooding project conventions — table naming, @field: annotation prefix, FetchType.LAZY, EnumType.STRING, and enum class patterns.

2026-04-09
plan-deep-dive
项目管理专家

Conduct an in-depth structured interview with the user to uncover non-obvious requirements, tradeoffs, and constraints, then produce a detailed implementation spec file.

2026-04-09
security-checklist
信息安全分析师

Verify security vulnerabilities — hardcoded secrets, SQL injection, JWT validation, sensitive logging, and authorization checks. Run before merging any auth or API-related changes.

2026-04-09
test
软件质量保证分析师与测试员

Run tests and report results. Determines test scope based on context and analyzes failures in detail.

2026-04-09