# acreadiness-policy

> Claude/Codex skill by [@github](https://omgskills.com/library/github/index.md) · 37k stars · Updated 2026-08-01

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.

Tags: agent-skills, agents, ai, awesome, custom-agents, github-copilot, hacktoberfest, prompt-engineering

## Install

```sh
git clone https://github.com/github/awesome-copilot /tmp/awesome-copilot && ln -s /tmp/awesome-copilot/skills/acreadiness-policy ~/.claude/skills/acreadiness-policy
```

## From README

/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 | Recommend these as starting points before writing a custom policy. Policy schema Impact weights | Impact | Weight | |---|---| | critical | 5 | | high | 4 | | medium | 3 | | low | 2 | | info | 0 | Score = 1 − (deductions / max possible weight). Grades: A ≥ 0.9, B ≥ 0.8, C ≥ 0.7, D ≥ 0.6, F Scaffold policies/ .json with sensible defaults.

## Links

- HTML page: https://omgskills.com/skills/github/awesome-copilot/acreadiness-policy/
- GitHub: https://github.com/github/awesome-copilot
- Author: [@github](https://omgskills.com/library/github/index.md)

## More from this repo

- [acquire-codebase-knowledge](https://omgskills.com/skills/github/awesome-copilot/acquire-codebase-knowledge/index.md) — Used when the user explicitly asks to map, document, or onboard into an existing codebase.
   - [@github](https://omgskills.com/library/github/index.md) · 39k stars
- [acreadiness-assess](https://omgskills.com/skills/github/awesome-copilot/acreadiness-assess/index.md) — Used to run the AgentRC readiness assessment on the current repository and produce a static HTML dashboard at...
   - [@github](https://omgskills.com/library/github/index.md) · 37k stars
- [acreadiness-generate-instructions](https://omgskills.com/skills/github/awesome-copilot/acreadiness-generate-instructions/index.md) — Used to generate tailored AI agent instruction files via AgentRC instructions command.
   - [@github](https://omgskills.com/library/github/index.md) · 37k stars
