Set up or align GitHub repo settings, branch/ruleset policy, templates, Actions hardening, Environments, release workflows, and deploy workflows for continuously publishable or deployable repositories.
97
100%
Does it follow best practices?
Impact
96%
1.35xAverage score across 7 eval scenarios
Passed
No known issues
Use this reference when deciding whether to create or align GitHub-facing templates and contributor policy docs.
This reference owns baseline existence and shape. General docs cleanup may keep these files accurate, but the decision to introduce them should follow the repo's collaboration model.
Use a compact template for non-trivial repos:
## Summary
## Changed
## Risks
## Verification
## ComplexityGuidance:
Avoid long template checklists that authors learn to ignore.
Create issue templates only when they improve triage.
Useful split:
Security vulnerabilities should route to SECURITY.md, not public issues.
SECURITY.md should be short and private-first:
CONTRIBUTING.md should explain:
Keep release/deploy mechanics in deeper docs such as docs/DISTRIBUTION.md or deployment runbooks. Do not copy the same workflow checklist into README, CONTRIBUTING, templates, and AGENTS.
Repository descriptions and topics should help humans route the repo quickly:
Do not encode private org, client, machine, or unrelated repo facts into public metadata.