| name | docs-governance |
| description | Use when PR triage or patching depends on contributor docs, policy docs, or documentation placement and wording. |
Hushhtech Docs Governance Skill
Purpose and Trigger
- Primary scope:
docs-governance-intake
- Trigger on docs-only PRs, contributor-policy drift, and PR triage decisions that depend on documentation correctness.
- Avoid overlap with
repo-context, repo-operations, and product implementation skills.
Coverage and Ownership
- Role:
owner
- Owner family:
docs-governance
Owned repo surfaces:
README.md
CONTRIBUTING.md
SECURITY.md
docs/reference/README.md
Non-owned surfaces:
repo-context
oss-contribution-triage
repo-operations
frontend
backend
Do Use
- Routing docs-only PRs into
Merge, Patch-and-merge, or Discard/close.
- Deciding where contributor-policy or governance docs belong.
- Maintaining contributor-facing documentation that supports OSS review flow.
Do Not Use
- CI pipeline debugging.
- Product logic implementation.
- Broad repo orientation once the docs surface is already clear.
Read First
README.md
CONTRIBUTING.md
SECURITY.md
docs/reference/README.md
docs/reference/operations/oss-contribution-triage.md
Workflow
- Decide whether the change is canonical, additive, or duplicate.
- Keep contributor and security guidance aligned with PR governance.
- Patch-and-merge docs only when the fix is obvious and local.
Handoff Rules
- Route final bucket selection back to
oss-contribution-triage.
- Route broad repo scans to
repo-context.
- Route CI or workflow policy questions to
repo-operations.
- Route product implementation to
frontend or backend.
Required Checks
git diff --check
rg -n "PR Agent|CI Status Gate|Patch-and-merge|Discard/close" README.md CONTRIBUTING.md SECURITY.md docs