skill
职业分类
描述
更新
fix-ci
软件质量保证分析师与测试员
Diagnose and fix ai-team GitHub Actions CI failures (lint, test, web-e2e, integration, security). Use when CI is red, the user links an actions run, or before pushing web dashboard / E2E changes.
2026-07-07
pre-push-checks
软件质量保证分析师与测试员
Runs Ruff, mypy, unit tests, and pip-audit before git push or when preparing for CI/PR. Use --main, --frontend, or --e2e for fuller gates. Use when pushing code, opening a pull request, or when CI failed on ruff, tests, pip-audit, or security.
2026-07-07
pre-push-ruff
软件质量保证分析师与测试员
Run Ruff lint and format before git push or PR. Use when pushing code, when CI failed on Lint, or after editing Python files. Prefer ./scripts/pre_push_check.sh for the full CI gate (includes mypy and pip-audit).
2026-06-30