skill
职业分类
描述
更新
pr-and-merge
软件开发工程师
Commit current work, push, open a pull request, wait for CI to pass, then merge.
2026-03-07
pr
软件开发工程师其他计算机职业
Commit current work, push, and open a pull request against main.
2026-02-09
start
软件开发工程师
Switch to main branch, pull latest changes, and optionally begin work on a task.
2026-02-09
validate
软件质量保证分析师与测试员
Manually test your work against the locally running app by making real API or HTTP requests.
2026-02-09
scaffold
软件开发工程师
Scaffold a new project from the fullstack or Rust CLI boilerplate. Use when starting a new codebase.
2026-01-18
coverage
软件质量保证分析师与测试员
Comprehensive analysis of testing strategy and coverage across the codebase. Evaluates all test types and identifies gaps.
2026-01-17
tests
软件质量保证分析师与测试员
Reviews test coverage and testing strategy for recent code changes. Use before creating PRs to ensure changes are well-tested.
2026-01-17