| name | goodhub-repo-standards |
| description | GitHub repository standards review and governance scaffolding. Use when Codex needs to audit a repo for missing GitHub-facing files, recommend `.github` templates, improve repository hygiene, or make a repo look more complete and maintainable to users and contributors. |
goodhub-repo-standards
Audit a repository from the outside-in.
Check for
- README quality
- LICENSE presence
- CONTRIBUTING.md presence
- issue templates
- pull request template
- SECURITY.md if the repo is serious enough
- CODE_OF_CONDUCT.md if community participation matters
- release / roadmap / changelog signals when relevant
Output shape
- missing artifacts
- priority order
- rationale per artifact
- suggested file tree
- optional starter text
Prioritization
- README
- LICENSE
- PR / issue templates
- CONTRIBUTING.md
- SECURITY.md / CODE_OF_CONDUCT.md if warranted