skill
职业分类
描述
更新
finish
软件开发工程师
End-of-task pipeline — simplify review, double review, tests, single analyze+test gate, changelog/docs. Use when you've finished implementing a task and want to harden it before committing. Does NOT commit or push; the user must ask explicitly.
2026-05-14
optimize
软件开发工程师
Code optimization for performance, memory, and readability. Use to improve existing code.
2026-04-22
release
软件开发工程师
Automates the full release process — analyzes changes, suggests version, updates CHANGELOG and pubspec.yaml, commits, tags, and pushes.
2026-03-25