用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/agent-substrate/substrate --skill review-crds命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Detects flaky Go tests by analyzing GitHub Actions workflow runs across the last 7 days and all PRs — covering both the run-tests job (unit/integration) and the e2e-test job (gVisor and microVM lanes). For each newly-detected flaky test or infra issue, opens a GitHub issue with full evidence and a draft fix PR. Does not touch BigQuery, dashboards, or any external storage — those are cron-job concerns layered on top.
Generates a security status report based on docs/threats.json by spinning up sub-agents for each threat to compute a quality score.
Generates or updates an AGENTS.md file
基于 SOC 职业分类
正在显示 SKILL.md
| name | review-crds |
| description | Reviews CRDs for compliance with Kubernetes API conventions. |
Review any CRDs in Agent Substrate to ensure they follow the conventions in references/api-conventions.md.
Your output should be a list of violations conforming to the following JSON format:
[
{
"location": "",
"rule": "",
"fix": ""
}
]
path/to/file/under/review:1-10. The path is relative to the repo root.references/api-conventions.md. If there is no rule, this should be set to the string OPINION.pkg/api/v1alpha1.