Skip to main content
GitHub 仓库

design-first-ai

design-first-ai 收录了来自 andresdiegolanda 的 15 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
15
Stars
10
更新
2026-04-21
Forks
1
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

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

Team quality gate as executable instruction. Use when reviewing completed work before merge, or when processing PR review comments received from other reviewers.

2026-04-21
business-story-narration
项目管理专家

Generate well-formed user stories from technical context. Use when generating or improving story descriptions for an issue tracker.

2026-04-10
configuration
软件开发工程师

Type-safe validated configuration properties from application.yml. Use when adding any externalisable value.

2026-04-10
error-handling
软件开发工程师

Consistent error handling with named exceptions and global handler. Use when implementing any method that can fail with a business reason.

2026-04-10
logging
软件开发工程师

Consistent, safe log statements with correct levels and no PII. Use when adding or reviewing log statements.

2026-04-10
refactoring
软件开发工程师

Team standard for improving existing code without changing behaviour. Use when refactoring code.

2026-04-10
security-review
信息安全分析师

Team threat model as executable instruction. Use when checking code for security issues before merge.

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

Consistent test structure for service and controller layers. Use when writing any new test or adding coverage.

2026-04-10
error-handling
软件开发工程师

Named exceptions and global handler for the Spring MVC demo. Use when adding any method that can fail with a domain reason.

2026-04-10
in-memory-store
软件开发工程师

ConcurrentHashMap CRUD pattern for the Spring MVC demo. Use when adding a new resource type with in-memory CRUD.

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

JUnit and WebMvcTest patterns for the Spring MVC demo. Use when writing any new test or adding coverage.

2026-04-10
debounced-search
软件开发工程师

FormControl with debounceTime pattern for search inputs. Use when implementing any search or filter input.

2026-04-10
explicit-state-management
软件开发工程师

Loading/error/empty state pattern for HTTP data. Use when a component loads data and must show loading, error, and empty states.

2026-04-10
subscription-management
软件开发工程师

takeUntil pattern for Observable cleanup. Use when adding any Observable subscription to a component.

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

Jasmine and TestBed patterns for Angular components. Use when writing any new test or adding coverage.

2026-04-10