skill
职业分类
描述
更新
code-review
软件质量保证分析师与测试员
Conduct a structured code review covering correctness, security, and maintainability. Use when the user asks to review a diff, audit a file, or check for bugs.
2026-04-27
debugging
软件开发工程师
Systematically diagnose bugs, test failures, and unexpected behavior before proposing a fix. Use when facing any failure whose root cause is not obvious.
2026-04-27
test-driven-development
软件质量保证分析师与测试员
Drive feature work and bug fixes via failing tests first. Use when implementing any feature or fixing a bug, before writing implementation code.
2026-04-27
writing-plans
项目管理专家
Turn a vague request into a step-by-step plan with verifiable checkpoints. Use before any multi-step implementation, not after.
2026-04-27