用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/fabioc-aloha/Alex_Skill_Mall --skill input命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
正在显示 SKILL.md
基于 SOC 职业分类
| name | input |
| description | Extract and resolve required CodeQL alert metadata from user input before remediation |
| lastReviewed | 2026-04-30T00:00:00.000Z |
Scope: Resolve the required CodeQL alert metadata before remediation begins
Extract the following values from the user input whenever they are available:
cluster('1es').database('Liquid').CodeQL_Issues_Extended() to look up missing metadata. Always resolve OrganizationName, ProjectName, and RepositoryName before proceeding. Make sure matching is case-insensitive.IsDefaultBranch to true and State to Active.Use CodeQL_Issues_Extended() with at least the following fields:
| Column Name | Type | Description |
|---|---|---|
| Id | guid | AlertId. Unique identifier for the issue. |
| JobId | guid | CodeQLJobId. Unique identifier for the CodeQL analysis job that generated the alert. One CodeQL job can contain multiple alerts or AlertId values. |
| QueryId | string | CodeQL query identifier such as cs/sql-injection. |
| QueryName | string | Human-readable query name such as KQL query built from user-controlled sources. |
| RepoId | string | Repository identifier in the format OrganizationName/ProjectName/RepositoryName. |
| RepositoryUrl | string | URL of the repository where the issue is found. |
| AlertFilePath | string | File path relative to the repository root where the issue is found. |
| RevisionId | string | Git revision SHA of the analyzed commit. |
After resolving missing values, confirm that you have: