From 30990e61e0c4f4cfaade6c0c9e1b01a7b10bc0c5 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 19:17:11 +0000 Subject: [PATCH 1/2] Initial plan From 95c176968739ef502ea0ed603774c6abbf63556b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 25 Mar 2026 19:31:54 +0000 Subject: [PATCH 2/2] Migrate deprecated mode: agent frontmatter to description in all prompt files Replace deprecated `mode: agent` / `mode: 'agent'` YAML frontmatter with `description` field in all 58 .prompt.md files. Also update instruction files that referenced the old format, and fix anomalous ````prompt` prefix in codeql_execute_query-server2.prompt.md. Agent-Logs-Url: https://github.com/advanced-security/codeql-development-template/sessions/e77050f9-eef7-468c-a4fd-67ab816ab889 Co-authored-by: felickz <1760475+felickz@users.noreply.github.com> --- .github/instructions/ql_dev_prompts.instructions.md | 2 +- .github/instructions/resources_cli_prompts.instructions.md | 2 +- .github/prompts/actions_query_development.prompt.md | 3 ++- .github/prompts/cli_resources.prompt.md | 3 ++- .../prompts/codeql_action_log_performance_review.prompt.md | 3 ++- .github/prompts/cpp_query_development.prompt.md | 3 ++- .github/prompts/csharp_query_development.prompt.md | 3 ++- .github/prompts/git_hooks.prompt.md | 3 ++- .github/prompts/go_query_development.prompt.md | 3 ++- .github/prompts/java_query_development.prompt.md | 3 ++- .github/prompts/javascript_query_development.prompt.md | 3 ++- .github/prompts/python_query_development.prompt.md | 3 ++- .github/prompts/ql_query_development.prompt.md | 3 ++- .github/prompts/query_development.prompt.md | 3 ++- .github/prompts/ruby_query_development.prompt.md | 3 ++- .github/prompts/test_driven_ql_development.prompt.md | 3 ++- languages/actions/tools/dev/actions_ast.prompt.md | 3 ++- languages/cpp/tools/dev/cpp_ast.prompt.md | 3 ++- languages/cpp/tools/dev/cpp_security_query_guide.prompt.md | 3 ++- languages/csharp/tools/dev/csharp_ast.prompt.md | 3 ++- .../csharp/tools/dev/csharp_security_query_guide.prompt.md | 3 ++- languages/go/tools/dev/go_ast.prompt.md | 3 ++- languages/go/tools/dev/go_basic_queries.prompt.md | 3 ++- languages/go/tools/dev/go_dataflow.prompt.md | 3 ++- languages/go/tools/dev/go_library_modeling.prompt.md | 3 ++- languages/go/tools/dev/go_printast_customization.prompt.md | 3 ++- languages/go/tools/dev/go_security_query_guide.prompt.md | 3 ++- languages/java/tools/dev/java_ast.prompt.md | 3 ++- languages/javascript/tools/dev/javascript_ast.prompt.md | 3 ++- .../tools/dev/javascript_security_query_guide.prompt.md | 3 ++- languages/python/tools/dev/python_ast.prompt.md | 3 ++- .../python/tools/dev/python_security_query_guide.prompt.md | 3 ++- languages/ql/tools/dev/ql_ast.prompt.md | 3 ++- languages/ruby/tools/dev/ruby_ast.prompt.md | 3 ++- resources/cli/codeql/codeql_bqrs_decode.prompt.md | 3 ++- resources/cli/codeql/codeql_bqrs_info.prompt.md | 3 ++- resources/cli/codeql/codeql_database_analyze.prompt.md | 3 ++- resources/cli/codeql/codeql_database_create.prompt.md | 3 ++- resources/cli/codeql/codeql_execute_query-server2.prompt.md | 4 ++-- resources/cli/codeql/codeql_generate_log-summary.prompt.md | 3 ++- resources/cli/codeql/codeql_generate_query-help.prompt.md | 3 ++- resources/cli/codeql/codeql_pack_install.prompt.md | 3 ++- resources/cli/codeql/codeql_pack_ls.prompt.md | 3 ++- resources/cli/codeql/codeql_query_compile.prompt.md | 3 ++- resources/cli/codeql/codeql_query_format.prompt.md | 3 ++- resources/cli/codeql/codeql_query_run.prompt.md | 3 ++- resources/cli/codeql/codeql_resolve_database.prompt.md | 3 ++- resources/cli/codeql/codeql_resolve_languages.prompt.md | 3 ++- resources/cli/codeql/codeql_resolve_library-path.prompt.md | 3 ++- resources/cli/codeql/codeql_resolve_metadata.prompt.md | 3 ++- resources/cli/codeql/codeql_resolve_qlref.prompt.md | 3 ++- resources/cli/codeql/codeql_resolve_queries.prompt.md | 3 ++- resources/cli/codeql/codeql_resolve_tests.prompt.md | 3 ++- resources/cli/codeql/codeql_test_accept.prompt.md | 3 ++- resources/cli/codeql/codeql_test_extract.prompt.md | 3 ++- resources/cli/codeql/codeql_test_run.prompt.md | 3 ++- resources/cli/qlt/qlt_query_generate_new-query.prompt.md | 3 ++- resources/cli/qlt/qlt_query_run_install-packs.prompt.md | 3 ++- resources/cli/qlt/qlt_test_run_execute-unit-tests.prompt.md | 3 ++- resources/cli/qlt/qlt_test_run_validate-unit-tests.prompt.md | 3 ++- 60 files changed, 118 insertions(+), 61 deletions(-) diff --git a/.github/instructions/ql_dev_prompts.instructions.md b/.github/instructions/ql_dev_prompts.instructions.md index 2d33bad..081e8f5 100644 --- a/.github/instructions/ql_dev_prompts.instructions.md +++ b/.github/instructions/ql_dev_prompts.instructions.md @@ -21,7 +21,7 @@ For additional guidance on repository development workflows, refer to the langua ALWAYS do the following when creating or editing any `languages//tools/dev/*.prompt.md` file: -- ALWAYS add YAML frontmatter with `mode: agent` at the top of the file, with `---` lines before and after the frontmatter +- ALWAYS add YAML frontmatter with a `description` field at the top of the file, with `---` lines before and after the frontmatter - ALWAYS use valid markdown syntax, with the exception of the YAML frontmatter at the top of the `.prompt.md` file - ALWAYS demonstrate CodeQL syntax usage with code blocks that start with three backticks followed by `ql` (i.e. "```ql") - ALWAYS leave an empty line before and after each code block, as well as at the end of the file diff --git a/.github/instructions/resources_cli_prompts.instructions.md b/.github/instructions/resources_cli_prompts.instructions.md index cc00e4d..c6a4d7f 100644 --- a/.github/instructions/resources_cli_prompts.instructions.md +++ b/.github/instructions/resources_cli_prompts.instructions.md @@ -22,7 +22,7 @@ For additional guidance on repository development workflows, refer to: ALWAYS do the following when creating or editing any `resources/cli/**/*.prompt.md` file -- ALWAYS add YAML frontmatter with `mode: agent` at the top of the file, with `---` lines before and after the frontmatter +- ALWAYS add YAML frontmatter with a `description` field at the top of the file, with `---` lines before and after the frontmatter - ALWAYS use valid markdown syntax, with the exception of the YAML frontmatter at the top of the `.prompt.md` file - ALWAYS demonstrate the `bash` usage of the 'Primary use of ' section with a code block that starts with three backticks followed by `bash` (i.e. "```bash") - ALWAYS leave an empty line before and after each code block, as well as at the end of the file diff --git a/.github/prompts/actions_query_development.prompt.md b/.github/prompts/actions_query_development.prompt.md index e312e2f..40df43f 100644 --- a/.github/prompts/actions_query_development.prompt.md +++ b/.github/prompts/actions_query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guidance for developing CodeQL queries targeting GitHub Actions workflows --- # Actions Query Development diff --git a/.github/prompts/cli_resources.prompt.md b/.github/prompts/cli_resources.prompt.md index 3edb4b7..7fbe604 100644 --- a/.github/prompts/cli_resources.prompt.md +++ b/.github/prompts/cli_resources.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Summary and links to CLI tool resource prompts used in CodeQL development --- # CLI Resources Reference diff --git a/.github/prompts/codeql_action_log_performance_review.prompt.md b/.github/prompts/codeql_action_log_performance_review.prompt.md index ee41dfe..11f39d0 100644 --- a/.github/prompts/codeql_action_log_performance_review.prompt.md +++ b/.github/prompts/codeql_action_log_performance_review.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Review CodeQL log output for performance issues and optimization opportunities --- You are reviewing CodeQL log output for performance issues. diff --git a/.github/prompts/cpp_query_development.prompt.md b/.github/prompts/cpp_query_development.prompt.md index ff0d778..b8416c4 100644 --- a/.github/prompts/cpp_query_development.prompt.md +++ b/.github/prompts/cpp_query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guidance for developing CodeQL queries targeting C++ code --- # C++ Query Development diff --git a/.github/prompts/csharp_query_development.prompt.md b/.github/prompts/csharp_query_development.prompt.md index 968157e..53d838b 100644 --- a/.github/prompts/csharp_query_development.prompt.md +++ b/.github/prompts/csharp_query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guidance for developing CodeQL queries targeting C# code --- # C# Query Development diff --git a/.github/prompts/git_hooks.prompt.md b/.github/prompts/git_hooks.prompt.md index 00f4800..a7963d7 100644 --- a/.github/prompts/git_hooks.prompt.md +++ b/.github/prompts/git_hooks.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Suggested git hooks for commit and push guidelines in this repository --- # Suggested git hooks for this repository diff --git a/.github/prompts/go_query_development.prompt.md b/.github/prompts/go_query_development.prompt.md index 3273c16..c3ec180 100644 --- a/.github/prompts/go_query_development.prompt.md +++ b/.github/prompts/go_query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guidance for developing CodeQL queries targeting Go code --- # Go Query Development diff --git a/.github/prompts/java_query_development.prompt.md b/.github/prompts/java_query_development.prompt.md index 5ad1a7e..591eb64 100644 --- a/.github/prompts/java_query_development.prompt.md +++ b/.github/prompts/java_query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guidance for developing CodeQL queries targeting Java code --- # Java Query Development diff --git a/.github/prompts/javascript_query_development.prompt.md b/.github/prompts/javascript_query_development.prompt.md index 1a5c07d..8d9a6ea 100644 --- a/.github/prompts/javascript_query_development.prompt.md +++ b/.github/prompts/javascript_query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guidance for developing CodeQL queries targeting JavaScript and TypeScript code --- # JavaScript Query Development diff --git a/.github/prompts/python_query_development.prompt.md b/.github/prompts/python_query_development.prompt.md index 6040180..7f67d30 100644 --- a/.github/prompts/python_query_development.prompt.md +++ b/.github/prompts/python_query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guidance for developing CodeQL queries targeting Python code --- # Python Query Development diff --git a/.github/prompts/ql_query_development.prompt.md b/.github/prompts/ql_query_development.prompt.md index 42ae53d..9f679a7 100644 --- a/.github/prompts/ql_query_development.prompt.md +++ b/.github/prompts/ql_query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guidance for developing CodeQL queries targeting QL code --- # QL Query Development diff --git a/.github/prompts/query_development.prompt.md b/.github/prompts/query_development.prompt.md index 05ca39a..7830fa1 100644 --- a/.github/prompts/query_development.prompt.md +++ b/.github/prompts/query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Common guidance for developing CodeQL queries across all supported languages --- # CodeQL Query Development diff --git a/.github/prompts/ruby_query_development.prompt.md b/.github/prompts/ruby_query_development.prompt.md index 3c0ba6d..96f8a04 100644 --- a/.github/prompts/ruby_query_development.prompt.md +++ b/.github/prompts/ruby_query_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guidance for developing CodeQL queries targeting Ruby code --- # Ruby Query Development diff --git a/.github/prompts/test_driven_ql_development.prompt.md b/.github/prompts/test_driven_ql_development.prompt.md index 7a2b0e7..13e24d3 100644 --- a/.github/prompts/test_driven_ql_development.prompt.md +++ b/.github/prompts/test_driven_ql_development.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Test-driven development workflow for writing and testing CodeQL queries --- # Test-Driven Development (TDD) of `ql` Code diff --git a/languages/actions/tools/dev/actions_ast.prompt.md b/languages/actions/tools/dev/actions_ast.prompt.md index e42bff2..9d212ae 100644 --- a/languages/actions/tools/dev/actions_ast.prompt.md +++ b/languages/actions/tools/dev/actions_ast.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + CodeQL AST node reference for GitHub Actions --- ## CodeQL's core AST classes for `actions` language diff --git a/languages/cpp/tools/dev/cpp_ast.prompt.md b/languages/cpp/tools/dev/cpp_ast.prompt.md index e1ad54a..3ffe724 100644 --- a/languages/cpp/tools/dev/cpp_ast.prompt.md +++ b/languages/cpp/tools/dev/cpp_ast.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + CodeQL AST node reference for the C++ language --- # CodeQL AST nodes for `cpp` language diff --git a/languages/cpp/tools/dev/cpp_security_query_guide.prompt.md b/languages/cpp/tools/dev/cpp_security_query_guide.prompt.md index 2db8ba6..fb712ce 100644 --- a/languages/cpp/tools/dev/cpp_security_query_guide.prompt.md +++ b/languages/cpp/tools/dev/cpp_security_query_guide.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guide for implementing C++ security queries in CodeQL with data flow analysis --- # CodeQL C++ Security Query Implementation Guide diff --git a/languages/csharp/tools/dev/csharp_ast.prompt.md b/languages/csharp/tools/dev/csharp_ast.prompt.md index 34d3517..65a9f55 100644 --- a/languages/csharp/tools/dev/csharp_ast.prompt.md +++ b/languages/csharp/tools/dev/csharp_ast.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + CodeQL AST node reference for the C# language --- # CodeQL AST nodes for `csharp` language diff --git a/languages/csharp/tools/dev/csharp_security_query_guide.prompt.md b/languages/csharp/tools/dev/csharp_security_query_guide.prompt.md index da8f7fd..1a3fd64 100644 --- a/languages/csharp/tools/dev/csharp_security_query_guide.prompt.md +++ b/languages/csharp/tools/dev/csharp_security_query_guide.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guide for implementing C# security queries in CodeQL --- # CodeQL C# Security Query Implementation Guide diff --git a/languages/go/tools/dev/go_ast.prompt.md b/languages/go/tools/dev/go_ast.prompt.md index 31c1f57..4d1afd3 100644 --- a/languages/go/tools/dev/go_ast.prompt.md +++ b/languages/go/tools/dev/go_ast.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + CodeQL AST class reference for Go programs --- # CodeQL AST Classes for Go Programs diff --git a/languages/go/tools/dev/go_basic_queries.prompt.md b/languages/go/tools/dev/go_basic_queries.prompt.md index 75458ab..f4f0d7e 100644 --- a/languages/go/tools/dev/go_basic_queries.prompt.md +++ b/languages/go/tools/dev/go_basic_queries.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Basic CodeQL query examples and patterns for Go programs --- # Basic CodeQL Query Examples for Go diff --git a/languages/go/tools/dev/go_dataflow.prompt.md b/languages/go/tools/dev/go_dataflow.prompt.md index e58f264..95ccaff 100644 --- a/languages/go/tools/dev/go_dataflow.prompt.md +++ b/languages/go/tools/dev/go_dataflow.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guide to data flow and taint tracking analysis for Go in CodeQL --- # Analyzing Data Flow in Go diff --git a/languages/go/tools/dev/go_library_modeling.prompt.md b/languages/go/tools/dev/go_library_modeling.prompt.md index 234c200..bd1a15a 100644 --- a/languages/go/tools/dev/go_library_modeling.prompt.md +++ b/languages/go/tools/dev/go_library_modeling.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guide to customizing library models for Go using data extensions and model packs --- # Customizing Library Models for Go diff --git a/languages/go/tools/dev/go_printast_customization.prompt.md b/languages/go/tools/dev/go_printast_customization.prompt.md index e131a9c..ce5f147 100644 --- a/languages/go/tools/dev/go_printast_customization.prompt.md +++ b/languages/go/tools/dev/go_printast_customization.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guide for customizing the PrintAST query for Go --- # Go PrintAST Customization diff --git a/languages/go/tools/dev/go_security_query_guide.prompt.md b/languages/go/tools/dev/go_security_query_guide.prompt.md index 5fa6ad2..cb9f71a 100644 --- a/languages/go/tools/dev/go_security_query_guide.prompt.md +++ b/languages/go/tools/dev/go_security_query_guide.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guide for developing security-focused CodeQL queries for Go --- # Go Security Query Development Guide diff --git a/languages/java/tools/dev/java_ast.prompt.md b/languages/java/tools/dev/java_ast.prompt.md index a9cfbed..bf28bdf 100644 --- a/languages/java/tools/dev/java_ast.prompt.md +++ b/languages/java/tools/dev/java_ast.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + CodeQL AST node reference for the Java language --- # CodeQL AST nodes for `java` language diff --git a/languages/javascript/tools/dev/javascript_ast.prompt.md b/languages/javascript/tools/dev/javascript_ast.prompt.md index b427b1d..7df4842 100644 --- a/languages/javascript/tools/dev/javascript_ast.prompt.md +++ b/languages/javascript/tools/dev/javascript_ast.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + CodeQL AST node reference for JavaScript and TypeScript --- # CodeQL AST nodes for `javascript` language diff --git a/languages/javascript/tools/dev/javascript_security_query_guide.prompt.md b/languages/javascript/tools/dev/javascript_security_query_guide.prompt.md index 8e379bc..c1f7557 100644 --- a/languages/javascript/tools/dev/javascript_security_query_guide.prompt.md +++ b/languages/javascript/tools/dev/javascript_security_query_guide.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guide for implementing JavaScript security queries in CodeQL --- # CodeQL JavaScript Security Query Implementation Guide diff --git a/languages/python/tools/dev/python_ast.prompt.md b/languages/python/tools/dev/python_ast.prompt.md index 367b717..fd4fbb6 100644 --- a/languages/python/tools/dev/python_ast.prompt.md +++ b/languages/python/tools/dev/python_ast.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + CodeQL AST node reference for the Python language --- # CodeQL AST nodes for `python` language diff --git a/languages/python/tools/dev/python_security_query_guide.prompt.md b/languages/python/tools/dev/python_security_query_guide.prompt.md index 7de7bf6..126d5d7 100644 --- a/languages/python/tools/dev/python_security_query_guide.prompt.md +++ b/languages/python/tools/dev/python_security_query_guide.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Guide for implementing Python framework models and security queries in CodeQL --- # CodeQL Python Framework and Query Implementation Guide diff --git a/languages/ql/tools/dev/ql_ast.prompt.md b/languages/ql/tools/dev/ql_ast.prompt.md index 5385f48..03a1038 100644 --- a/languages/ql/tools/dev/ql_ast.prompt.md +++ b/languages/ql/tools/dev/ql_ast.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + CodeQL AST node reference for the QL language --- # CodeQL AST nodes for `ql` language diff --git a/languages/ruby/tools/dev/ruby_ast.prompt.md b/languages/ruby/tools/dev/ruby_ast.prompt.md index 5da5970..2e5e5d9 100644 --- a/languages/ruby/tools/dev/ruby_ast.prompt.md +++ b/languages/ruby/tools/dev/ruby_ast.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + CodeQL AST node reference for the Ruby language --- # CodeQL AST nodes for `ruby` language diff --git a/resources/cli/codeql/codeql_bqrs_decode.prompt.md b/resources/cli/codeql/codeql_bqrs_decode.prompt.md index 20976e9..4a0bdad 100644 --- a/resources/cli/codeql/codeql_bqrs_decode.prompt.md +++ b/resources/cli/codeql/codeql_bqrs_decode.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql bqrs decode command --- # Command Resource for `codeql bqrs decode` diff --git a/resources/cli/codeql/codeql_bqrs_info.prompt.md b/resources/cli/codeql/codeql_bqrs_info.prompt.md index fcfed59..9f87a37 100644 --- a/resources/cli/codeql/codeql_bqrs_info.prompt.md +++ b/resources/cli/codeql/codeql_bqrs_info.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql bqrs info command --- # Command Resource for `codeql bqrs info` diff --git a/resources/cli/codeql/codeql_database_analyze.prompt.md b/resources/cli/codeql/codeql_database_analyze.prompt.md index 036df3a..699ad8d 100644 --- a/resources/cli/codeql/codeql_database_analyze.prompt.md +++ b/resources/cli/codeql/codeql_database_analyze.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql database analyze command --- # Command Resource for `codeql database analyze` diff --git a/resources/cli/codeql/codeql_database_create.prompt.md b/resources/cli/codeql/codeql_database_create.prompt.md index b40ca46..11dd189 100644 --- a/resources/cli/codeql/codeql_database_create.prompt.md +++ b/resources/cli/codeql/codeql_database_create.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql database create command --- # Command Resource for `codeql database create` diff --git a/resources/cli/codeql/codeql_execute_query-server2.prompt.md b/resources/cli/codeql/codeql_execute_query-server2.prompt.md index c004431..ee0ee8d 100644 --- a/resources/cli/codeql/codeql_execute_query-server2.prompt.md +++ b/resources/cli/codeql/codeql_execute_query-server2.prompt.md @@ -1,6 +1,6 @@ -````prompt --- -mode: agent +description: >- + Reference for the codeql execute query-server2 command --- # Command Resource for `codeql execute query-server2` diff --git a/resources/cli/codeql/codeql_generate_log-summary.prompt.md b/resources/cli/codeql/codeql_generate_log-summary.prompt.md index 38d7a5d..bae0764 100644 --- a/resources/cli/codeql/codeql_generate_log-summary.prompt.md +++ b/resources/cli/codeql/codeql_generate_log-summary.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Reference for the codeql generate log-summary command --- # Command Resource for `codeql generate log-summary` diff --git a/resources/cli/codeql/codeql_generate_query-help.prompt.md b/resources/cli/codeql/codeql_generate_query-help.prompt.md index 3e4338a..fb5cff2 100644 --- a/resources/cli/codeql/codeql_generate_query-help.prompt.md +++ b/resources/cli/codeql/codeql_generate_query-help.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql generate query-help command --- # Command Resource for `codeql generate query-help` diff --git a/resources/cli/codeql/codeql_pack_install.prompt.md b/resources/cli/codeql/codeql_pack_install.prompt.md index b7ef778..6797b8b 100644 --- a/resources/cli/codeql/codeql_pack_install.prompt.md +++ b/resources/cli/codeql/codeql_pack_install.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql pack install command --- # Command Resource for `codeql pack install` diff --git a/resources/cli/codeql/codeql_pack_ls.prompt.md b/resources/cli/codeql/codeql_pack_ls.prompt.md index 5fcae37..6149ec2 100644 --- a/resources/cli/codeql/codeql_pack_ls.prompt.md +++ b/resources/cli/codeql/codeql_pack_ls.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Reference for the codeql pack ls command --- # Command Resource for `codeql pack ls` diff --git a/resources/cli/codeql/codeql_query_compile.prompt.md b/resources/cli/codeql/codeql_query_compile.prompt.md index cafbfe1..3ca17bc 100644 --- a/resources/cli/codeql/codeql_query_compile.prompt.md +++ b/resources/cli/codeql/codeql_query_compile.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql query compile command --- # Command Resource for `codeql query compile` diff --git a/resources/cli/codeql/codeql_query_format.prompt.md b/resources/cli/codeql/codeql_query_format.prompt.md index f151ace..d919419 100644 --- a/resources/cli/codeql/codeql_query_format.prompt.md +++ b/resources/cli/codeql/codeql_query_format.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql query format command --- # Command Resource for `codeql query format` diff --git a/resources/cli/codeql/codeql_query_run.prompt.md b/resources/cli/codeql/codeql_query_run.prompt.md index a3b041c..fee2614 100644 --- a/resources/cli/codeql/codeql_query_run.prompt.md +++ b/resources/cli/codeql/codeql_query_run.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Reference for the codeql query run command --- # Command Resource for `codeql query run` diff --git a/resources/cli/codeql/codeql_resolve_database.prompt.md b/resources/cli/codeql/codeql_resolve_database.prompt.md index 192471b..aa52b3e 100644 --- a/resources/cli/codeql/codeql_resolve_database.prompt.md +++ b/resources/cli/codeql/codeql_resolve_database.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql resolve database command --- # Command Resource for `codeql resolve database` diff --git a/resources/cli/codeql/codeql_resolve_languages.prompt.md b/resources/cli/codeql/codeql_resolve_languages.prompt.md index 399450f..f3d74f4 100644 --- a/resources/cli/codeql/codeql_resolve_languages.prompt.md +++ b/resources/cli/codeql/codeql_resolve_languages.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql resolve languages command --- # Command Resource for `codeql resolve languages` diff --git a/resources/cli/codeql/codeql_resolve_library-path.prompt.md b/resources/cli/codeql/codeql_resolve_library-path.prompt.md index 7215107..1e3286f 100644 --- a/resources/cli/codeql/codeql_resolve_library-path.prompt.md +++ b/resources/cli/codeql/codeql_resolve_library-path.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql resolve library-path command --- # Command Resource for `codeql resolve library-path` diff --git a/resources/cli/codeql/codeql_resolve_metadata.prompt.md b/resources/cli/codeql/codeql_resolve_metadata.prompt.md index c9fabd6..b8c43b3 100644 --- a/resources/cli/codeql/codeql_resolve_metadata.prompt.md +++ b/resources/cli/codeql/codeql_resolve_metadata.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql resolve metadata command --- # Command Resource for `codeql resolve metadata` diff --git a/resources/cli/codeql/codeql_resolve_qlref.prompt.md b/resources/cli/codeql/codeql_resolve_qlref.prompt.md index 55c7534..684645f 100644 --- a/resources/cli/codeql/codeql_resolve_qlref.prompt.md +++ b/resources/cli/codeql/codeql_resolve_qlref.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql resolve qlref command --- # Command Resource for `codeql resolve qlref` diff --git a/resources/cli/codeql/codeql_resolve_queries.prompt.md b/resources/cli/codeql/codeql_resolve_queries.prompt.md index 223e0a2..d6152a5 100644 --- a/resources/cli/codeql/codeql_resolve_queries.prompt.md +++ b/resources/cli/codeql/codeql_resolve_queries.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql resolve queries command --- # Command Resource for `codeql resolve queries` diff --git a/resources/cli/codeql/codeql_resolve_tests.prompt.md b/resources/cli/codeql/codeql_resolve_tests.prompt.md index ba3c402..b8818b8 100644 --- a/resources/cli/codeql/codeql_resolve_tests.prompt.md +++ b/resources/cli/codeql/codeql_resolve_tests.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql resolve tests command --- # Command Resource for `codeql resolve tests` diff --git a/resources/cli/codeql/codeql_test_accept.prompt.md b/resources/cli/codeql/codeql_test_accept.prompt.md index abe6147..e589735 100644 --- a/resources/cli/codeql/codeql_test_accept.prompt.md +++ b/resources/cli/codeql/codeql_test_accept.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql test accept command --- # Command Resource for `codeql test accept` diff --git a/resources/cli/codeql/codeql_test_extract.prompt.md b/resources/cli/codeql/codeql_test_extract.prompt.md index 0872058..2712a21 100644 --- a/resources/cli/codeql/codeql_test_extract.prompt.md +++ b/resources/cli/codeql/codeql_test_extract.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql test extract command --- # Command Resource for `codeql test extract` diff --git a/resources/cli/codeql/codeql_test_run.prompt.md b/resources/cli/codeql/codeql_test_run.prompt.md index 6f21881..f3a73a0 100644 --- a/resources/cli/codeql/codeql_test_run.prompt.md +++ b/resources/cli/codeql/codeql_test_run.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the codeql test run command --- # Command Resource for `codeql test run` diff --git a/resources/cli/qlt/qlt_query_generate_new-query.prompt.md b/resources/cli/qlt/qlt_query_generate_new-query.prompt.md index c18147a..650a090 100644 --- a/resources/cli/qlt/qlt_query_generate_new-query.prompt.md +++ b/resources/cli/qlt/qlt_query_generate_new-query.prompt.md @@ -1,5 +1,6 @@ --- -mode: agent +description: >- + Reference for the qlt query generate new-query command --- # Command Resource for `qlt query generate new-query` diff --git a/resources/cli/qlt/qlt_query_run_install-packs.prompt.md b/resources/cli/qlt/qlt_query_run_install-packs.prompt.md index 733d27d..2f574dc 100644 --- a/resources/cli/qlt/qlt_query_run_install-packs.prompt.md +++ b/resources/cli/qlt/qlt_query_run_install-packs.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the qlt query run install-packs command --- # QLT Query Run Install-Packs Command diff --git a/resources/cli/qlt/qlt_test_run_execute-unit-tests.prompt.md b/resources/cli/qlt/qlt_test_run_execute-unit-tests.prompt.md index d6383e5..0ae0626 100644 --- a/resources/cli/qlt/qlt_test_run_execute-unit-tests.prompt.md +++ b/resources/cli/qlt/qlt_test_run_execute-unit-tests.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the qlt test run execute-unit-tests command --- # QLT Test Run Execute-Unit-Tests Command diff --git a/resources/cli/qlt/qlt_test_run_validate-unit-tests.prompt.md b/resources/cli/qlt/qlt_test_run_validate-unit-tests.prompt.md index ceb62db..ccb21da 100644 --- a/resources/cli/qlt/qlt_test_run_validate-unit-tests.prompt.md +++ b/resources/cli/qlt/qlt_test_run_validate-unit-tests.prompt.md @@ -1,5 +1,6 @@ --- -mode: 'agent' +description: >- + Reference for the qlt test run validate-unit-tests command --- # QLT Test Run Validate-Unit-Tests Command