con un clic
kuskus-safe-development
Rules for safe development on this live, published extension
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Rules for safe development on this live, published extension
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
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
Basado en la clasificación ocupacional SOC
| 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.