一键导入
gomboc-community-know-release-checklist
Use when checking community rule release readiness — naming, metadata, package layout, and test gates. No side effects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Use when checking community rule release readiness — naming, metadata, package layout, and test gates. No side effects.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
Use when scanning code for security/compliance issues — detect language, load policies, walk AST, report findings and rule coverage. Depends on: gomboc_community_know_gomboc_mcp, gomboc_community_know_orl_runtime_resolution, gomboc_community_know_language_guidance, gomboc_community_task_resolve_existing_rules, gomboc_community_cap_orl_walk.
Use when building an ORL rule package — workspace, AST explore, write rule/tests, test loop. Depends on: gomboc_community_know_orl_runtime_resolution, gomboc_community_know_language_guidance, gomboc_community_task_setup_rule_workspace, gomboc_community_cap_orl_walk, gomboc_community_task_write_orl_rule, gomboc_community_task_run_orl_test_loop.
Use when running orl test and iterating on a rule package until tests pass or the attempt budget is exhausted. Depends on: gomboc_community_cap_run_orl_test.
Use when authoring the main .orl rule and test.orl for a package using tree-sitter AST queries. Depends on: gomboc_community_know_language_guidance, gomboc_community_cap_orl_walk.
Use when running `orl remediate` (dry-run or apply) against a workspace via Docker, writing a report and submitting it to integrations (non-blocking). Depends on: gomboc_community_know_orl_runtime_resolution, gomboc_community_know_gomboc_mcp.
Use when applying a fix with an existing ORL rule or by generating a new one. Does not own save/release — callers (e.g. flow_fix Phase 3) handle enrich and push. Depends on: gomboc_community_know_orl_runtime_resolution, gomboc_community_know_language_guidance, gomboc_community_task_resolve_existing_rules, gomboc_community_cap_orl_remediate, gomboc_community_task_setup_rule_workspace, gomboc_community_task_write_orl_rule, gomboc_community_task_run_orl_test_loop.
| name | gomboc_community_know_release_checklist |
| description | Use when checking community rule release readiness — naming, metadata, package layout, and test gates. No side effects. |
Criteria for reviewing or releasing a community ORL rule package. Auto-fix orchestration: gomboc_community_flow_review_rule. Publish: gomboc_community_task_release_rule.
orl test . passes (gomboc_community_cap_run_orl_test).orl, test.orl, workspace/, workspace_expected/metadata.name follows gomboc-ai/<language>/<framework>/<requirement>.orl filename matches metadata.name with / → -display_name, description, classificationstest.orl uses mode: ast when expected fixtures exist (not comparison: ast)contributed-bygomboc-ai/visibility: publicgomboc-ai/public-rule-bodies: "true"gomboc-ai/provider, gomboc-ai/resource, gomboc-ai/description-plaingomboc-ai/example diffoutputs/ (plan, build, review, assessment)Classifications should use the gomboc-ai/policy/ prefix (prepend when missing).