一键导入
validate
Run the correct validation checks for changed files in this repository (Bun frontend checks, uv Python checks, and workflow or guidance verification).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Run the correct validation checks for changed files in this repository (Bun frontend checks, uv Python checks, and workflow or guidance verification).
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | validate |
| description | Run the correct validation checks for changed files in this repository (Bun frontend checks, uv Python checks, and workflow or guidance verification). |
| allowed-tools | Read, Bash, Grep, Glob |
Run the narrowest checks that cover the files you have changed.
Use this skill when asked to validate, lint, type-check, or test changes before committing.
Identify which repo areas changed:
apps/webapps/apipackages/configpackages/llm-corepackages/shared/pythonpackages/code-index.github/ workflows, instructions, or skillsRun only the checks relevant to changed files:
Frontend (apps/web/**/*.{js,jsx,ts,tsx})
cd apps/web
bun install
bun run lint
bun run typecheck
bun run build
API (apps/api/**/*.py)
cd apps/api
export PYTHONPATH=src:../../packages/config/src
uv sync --all-extras
uv run ruff format --check
uv run ruff check
uv run pyrefly check
uv run pytest
Shared Python packages (packages/config, packages/shared/python, packages/code-index, packages/llm-core)
cd <package>
uv sync
uv run ruff format --check src/
uv run ruff check src/
Workflow, instruction, or skill changes under .github/
Verify every referenced path and command exists.
Re-run the repo commands referenced by the changed guidance when practical.
Fix reported issues in the changed files only. Do not touch unrelated files.
Re-run the affected check to confirm it passes before reporting success.
Bootstrap Copilot guidance for any repository by creating or updating `.github/workflows/copilot-setup-steps.yml`, focused lint/check/test workflows, `.github/instructions/*.instructions.md`, and `.github/skills/*/SKILL.md`. Use when asked to initialize Copilot guidance, scaffold repo instructions or skills, create or update `copilot-setup-steps`, or add Copilot-facing validation workflows.
A comprehensive guide for GitHub Copilot to craft immersive, high-performance web experiences with advanced motion, typography, and architectural craftsmanship.
Build Model Context Protocol (MCP) servers with tools, resources, and prompts. Use when creating MCP servers, choosing stdio vs HTTP transport, debugging MCP behavior, or implementing MCP patterns in Python or TypeScript.
Optimize code for readability, performance, maintainability, and security across Bash, Python, and Rust. Use when asked to improve code quality, optimize performance, add type safety, or refactor for idioms.
Node.js development principles and decision-making. Framework selection, async patterns, security, and architecture. Teaches thinking, not copying.