skill
职业分类
描述
更新
pre-commit
软件开发工程师
Check branch status before commit. Ensures work is not done on stale/merged branches.
2026-01-30
branch
软件开发工程师
Create a new feature branch following naming conventions. Uses Git MCP for branch operations.
2026-01-25
lint
软件质量保证分析师与测试员
Run static analysis tools (pylint, flake8 for Python, ESLint for JavaScript) to check Google Style compliance.
2026-01-25
pr
软件开发工程师
Create a pull request with change validation. Checks line count limit (max 300 lines) and ensures proper commit prefix. Uses GitHub MCP for PR operations.
2026-01-25
review
软件质量保证分析师与测试员
Review current code changes for Google Style compliance, security issues, and test coverage. Uses Git MCP for diff analysis.
2026-01-25
test
软件质量保证分析师与测试员
Run all project tests including Python pytest and JavaScript tests. Reports test results and failures.
2026-01-25