codeql
Original:🇺🇸 English
Translated
2 scripts
Use when writing, testing, and running CodeQL queries in VS Code, or setting up workspace configuration for the CodeQL extension.
19installs
Sourcealeister1102/skills
Added on
NPX Install
npx skill4agent add aleister1102/skills codeqlTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →CodeQL
Goal
Write, test, and run CodeQL queries with VS Code integration. The extension automatically discovers query packs in your workspace.
Guardrails
- The VS Code extension discovers query packs automatically from or
.codeqldirectories.codeql - Database analysis is manual in VS Code; scripts are provided for batch operations.
- Prefer focused query suites over running all queries.
Workflow (short)
- Set up workspace configuration (optional).
- Create or select a database.
- Write or select queries.
- Run queries in VS Code or CLI.
References (load when needed)
- : install and environment checks.
codeql/references/setup.md - : database creation by language.
codeql/references/database.md - : running queries and output formats.
codeql/references/analyze.md - : writing, testing, and packaging queries.
codeql/references/custom-queries.md - : GitHub Actions integration.
codeql/references/ci.md - : common failures and fixes.
codeql/references/troubleshooting.md - : helper scripts for batch operations.
codeql/references/scripts.md