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

openaev

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

已收集 skills
9
Stars
1.7k
更新
2026-07-01
Forks
215
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

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

Step-by-step general code review procedure for OpenAEV pull requests. Covers architecture, conventions, code quality, and delegation to specialized agents.

2026-07-01
review-performance
软件质量保证分析师与测试员

Performance review checklist for OpenAEV code: N+1 queries, fetch strategy, pagination, indexing, memory usage. Use when reviewing PRs or auditing performance of a feature.

2026-07-01
review-migration
软件质量保证分析师与测试员

Step-by-step Flyway migration review for OpenAEV pull requests. Covers naming, class structure, idempotency, tenant isolation, data safety, and Elasticsearch reindex requirements.

2026-07-01
add-test
软件质量保证分析师与测试员

Creates tests for an existing feature following OpenAEV patterns: fixture class, composer, integration test with @Nested groups, and optionally unit tests. Use when asked to add tests or improve test coverage.

2026-05-26
create-feature-module
软件开发工程师

Scaffolds a complete feature end-to-end: JPA entity, repository, service, DTOs, mapper, controller, migration, tests (fixture + composer + integration test), and frontend actions/page. Use when asked to create a new feature or module.

2026-05-03
review-frontend
软件质量保证分析师与测试员

Frontend review checklist for OpenAEV React/TypeScript code: component patterns, forms, MUI usage, permissions, i18n, state management, dead code. Use when reviewing PRs or auditing frontend features.

2026-05-03
review-multi-tenancy
软件质量保证分析师与测试员

Step-by-step tenant isolation audit for OpenAEV pull requests. Use when reviewing PRs that touch entities, repositories, native queries, or migrations.

2026-05-03
add-migration
数据库架构师

Creates a Flyway Java-based migration for schema changes. Handles table creation, column additions, tenant isolation, and ES reindex. Use when asked to modify the database schema.

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

Security review checklist for OpenAEV code: RBAC, tenant isolation, data exposure, authentication. Use when reviewing PRs or auditing security of a feature.

2026-04-01