acreadiness-policy
仓库创建 2025年6月12日最近提交 4 小时前SkillHot 收录 20 天前
▸ 精选理由
便于团队按组织规范调整检测权重与通过门槛。
这个 Skill 做什么
帮助编写和应用 AgentRC 策略以定制就绪评分与阈值。
帮你定制 AgentRC 的评分规则,能关掉不相关的检查、调整权重/等级、设定通过门槛,或把组织基线和团队覆盖组合起来。用于要在 CI 中强制就绪阈值、或想用严格/AI 专用评分时。特别之处是以 policy 文件可复用并在团队间统一标准。
▸ 展开 SKILL.md 英文原文
Help the user pick, write, or apply an AgentRC policy. Policies customise readiness scoring by disabling irrelevant checks, overriding impact/level, setting pass-rate thresholds, or chaining org baselines with team overrides. Use when the user asks about strict mode, AI-only scoring, custom weights, CI gating, or wants org-wide standardisation.
3.7w
Stars
4.6k
Forks
40
仓库内 Skill
+837
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/github/awesome-copilot/main/skills/acreadiness-policy/SKILL.md或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/github/awesome-copilot/main/skills/acreadiness-policy/SKILL.md"SKILL.MD 节选查看完整文件 ↗
# /acreadiness-policy — AgentRC policies Use this skill when the user asks about **policies**, **strict mode**, **custom scoring**, **disabling checks**, **org standards**, or **CI gating** of readiness. A policy is a small JSON file with three optional sections — `criteria`, `extras`, `thresholds` — that customise how AgentRC scores readiness. ## Built-in examples AgentRC ships with three example policies in `examples/policies/`: | Policy | What it does | |---|---| | `strict.json` | 100% pass rate, raises impact on key criteria | | `ai-only.json` | Disables all repo-health checks, focuses on AI tooling | | `repo-health-only.json` | Disables AI checks, focuses on traditional quality |
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有