一键导入
backend-api-change
Use this skill when changing FastAPI routes, schemas, services, models, prompts, or migrations in the Career Pilot backend.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use this skill when changing FastAPI routes, schemas, services, models, prompts, or migrations in the Career Pilot backend.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use this skill when the user wants one-shot commit-and-push sync for Career Pilot to Gitee master and GitHub main with Conventional Commits.
Use this skill when the user wants to write, rewrite, validate, or improve Git commit messages using Conventional Commits. Helps classify changes, split mixed work into logical commits, choose scopes, detect breaking changes, and produce clear commit messages in the format type(scope): description.
Use this skill to perform pre-commit checks including sensitive data scanning, large file detection, code quality validation, and test reminders before creating Git commits.
Use this skill when changing mock interview session creation, question flow, answer submission, follow-up logic, review output, or session lifecycle behavior.
Use this skill when working on the master-resume workflow from file upload through Markdown editing, persistence, and downstream structured reuse.
Use this skill when changing the contract and workflow that connects saved jobs, match data, tailored resume generation, retry state, download, and interview handoff.
| name | backend-api-change |
| description | Use this skill when changing FastAPI routes, schemas, services, models, prompts, or migrations in the Career Pilot backend. |
Use this skill when a task touches apps/backend/.
AGENTS.mddocs/codex-workspace.mdapps/backend/AGENTS.mdapp/prompts/, not scattered in servicesRun the narrowest useful check in apps/backend/:
uv run alembic upgrade head
uv run pytest