advanced-security
- 6 skills
- 0 followers
- 1 day ago last updated
- ▌
- ▌ Maintain Changelog · advanced-securityMaintain the CHANGELOG.md file by drafting or updating entries for new stable releases. Use this skill when preparing a release, after merging significant PRs, or when moving changes from Unreleased to a new version section.
- ▌ Upgrade Codeql CLI And Packs · advanced-security bundleUpgrade the CodeQL CLI version and synchronize all ql-mcp-* pack dependencies to maintain compatibility. Use this skill when a new CodeQL CLI version is released and the MCP server needs to be updated to use it.
- ▌ Add MCP Support For New Language · advanced-security bundleAdd first-class support for a new CodeQL-supported language to the CodeQL Development MCP Server. Use this skill when CodeQL adds support for a new language (e.g., Rust) and the MCP server needs to provide tool queries, prompts, and resources for that language.
- ▌ Validate Ql MCP Server Tools Queries · advanced-securityValidate that the CodeQL Development MCP Server reliably returns non-empty AST, CFG, and CallGraph data from the bundled tools queries. Use this skill to ensure the `codeql_query_run` tool properly executes PrintAST, PrintCFG, CallGraphFrom, and CallGraphTo queries for any supported language.
- ▌ Create Codeql Query Development Workshop · advanced-security bundleCreate custom CodeQL query development workshops from production-grade queries. Use this skill to generate guided learning materials with exercises, solutions, and tests that teach developers how to build CodeQL queries incrementally.