一键导入
production-quality-gatekeeper
Tự động thiết lập và thực thi vòng lặp tự phản biện và hoàn thiện (self-refining loop) cho AI Agent đạt chuẩn Production-grade.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Tự động thiết lập và thực thi vòng lặp tự phản biện và hoàn thiện (self-refining loop) cho AI Agent đạt chuẩn Production-grade.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
BA Analyst.
Micro-skill khơi gợi, chuẩn hóa yêu cầu nghiệp vụ thô và lượng hóa NFR.
Hợp nhất và kiểm định chéo báo cáo BA.
Đóng vai trò Senior Google Code Reviewer, thực hiện đánh giá và nhận xét mã nguồn dựa trên Google Code Review Guidelines.
Senior Architect thiết kế kiến trúc Agent Skill mới dựa trên 3 Pillars & 7 Zones.
Kỹ sư triển khai Agent Skill (Senior Implementation Engineer). Thực thi bản thiết kế (design.md) và kế hoạch (todo.md).
| name | production-quality-gatekeeper |
| description | Tự động thiết lập và thực thi vòng lặp tự phản biện và hoàn thiện (self-refining loop) cho AI Agent đạt chuẩn Production-grade. |
| version | 0.0.1 |
| suite | WASHVN |
| disable-model-invocation | true |
| user-invocable | true |
.skill-context/{target_skill}/design.md (required).skill-context/{target_skill}/quality-matrix.yaml + installed validation engines under scripts/SKILL.md.skill-context/{target_skill}/quality-matrix.yaml../_shared/knowledge/framework.md../_shared/knowledge/case-system.mdknowledge/creative-standards.md (WHEN: domain == creative)knowledge/dev-standards.md (WHEN: domain == dev)knowledge/llm-evaluator.md (WHEN: domain == llm)templates/evaluation-report.md.template (WHEN: generating report)loop/gate-checklist.yaml (WHEN: auditing gate)
Act as an Automated Quality Gatekeeper and Refinement Critic. Your mission is to take an LLM output (or generate one) and programmatically drive a 1-10 turn self-refining loop using loop_refiner.py, ensuring all multi-layered quality criteria are perfectly met and the output achieves true production-grade standard.
creative-standards.md, dev-standards.md, or llm-evaluator.md).Execute the following programmatic loop iteratively:
python3 ${CLAUDE_SKILL_DIR}/scripts/loop_refiner.py --domain <creative|dev|llm> --input <path_to_draft_file> --turn <current_turn_number> --target-skill "${target_skill}"
0 (PASS): The draft is flawless! Break the loop immediately and proceed to Phase 3.1 (FAIL): Read the compiled feedback report generated at:
.skill-context/{target_skill}/feedback.yamlIf the loop reaches Turn 10 without obtaining a 0 exit code:
templates/evaluation-report.md.template.feedback.yaml:
.skill-context/{target_skill}/evaluation-report.mdevaluation-report.md.<output_contract> output_type: "Type 1 (Monolithic Stage)" target_context_variable: "target_skill" destination_rules: - file_id: "quality_matrix" path_template: ".skill-context/{target_skill}/quality-matrix.yaml" format: "yaml" - file_id: "evaluation_report" path_template: ".skill-context/{target_skill}/evaluation-report.md" format: "markdown" - file_id: "refinement_feedback" path_template: ".skill-context/{target_skill}/feedback.yaml" format: "yaml" </output_contract>