一键导入
kuskus-safe-development
Rules for safe development on this live, published extension
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Rules for safe development on this live, published extension
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
How to bump package versions in kuskus — required before merging any PR that touches a package
How to update SHA-pinned GitHub Actions in kuskus workflows
Opening and reviewing PRs in the kuskus repo
Master branch protection rules, bypass policy, and how to modify when needed
Triage and label issues in the kuskus repo
How automated publishing works in kuskus
| name | Kuskus-Safe-Development |
| description | Rules for safe development on this live, published extension |
master. Always use a branch and PR.vsce publish manually. CI handles publishing.*-publish.yml workflows without understanding them fully. They are production infrastructure.Every merge to master triggers a publish to the VS Code Marketplace. There is no staging. A bad merge ships immediately.
npm test in kusto-language-server runs an e2e suite that requires a VS Code extension host. It does not run in CI. Use npm run lint and npm run vscode:prepublish to catch issues before opening a PR.