Repository Portfolio Review
Intro
Review only repositories visible to the authenticated account. Treat the
result as engineering evidence, not a legal, privacy, or security guarantee.
Workflow
- Inventory each repository's visibility, lifecycle, default branch,
description, homepage, license metadata, and accessible branches.
- Check README, contributing and security guidance, release/rollback steps,
local identity policy, hosted-automation policy, dependency provenance, and
sensitive-data handling.
- Search open and recently closed local issues before recording a finding.
- Create repository-local issues only for verified, actionable gaps. Keep
security-sensitive details out of public issues and use the private
reporting route instead.
- Separate completed remediation from findings, external decisions, and
access limitations in the final report.
Overview
Required issue content
Every created issue states the evidence, concrete proposed change, observable
acceptance criteria, legal/IP/privacy/security notes, and ownership or
dependencies. Do not assign a lifecycle state, change Actions settings, or
rewrite history without explicit owner authorization.
Validation
Confirm the intended branch and repository before changing settings. For each
finding, preserve a direct evidence link or command output. Re-run the local
build/test commands after repository-content changes and report any checks
that were unavailable.
Gotchas
- Do not represent visible repositories as a complete organization inventory.
- Never place alleged secrets, exploit details, or personal data in a public issue.
- Do not treat a new issue as completed remediation.
Full reference
The review distinguishes verified remediation, repository-local follow-up,
and owner decisions across governance, documentation, provenance, privacy,
security, and portfolio boundaries.
1---2name: repository-portfolio-review3description: Review one or more GitHub repositories for governance, documentation, licensing, privacy, security, and portfolio-boundary hygiene; deduplicate and create repository-local issues for verified remediation work. Use for portfolio reviews, repository standards audits, or baseline governance work.4---56# Repository Portfolio Review78## Intro910Review only repositories visible to the authenticated account. Treat the11result as engineering evidence, not a legal, privacy, or security guarantee.1213## Workflow14151. Inventory each repository's visibility, lifecycle, default branch,16 description, homepage, license metadata, and accessible branches.172. Check README, contributing and security guidance, release/rollback steps,18 local identity policy, hosted-automation policy, dependency provenance, and19 sensitive-data handling.203. Search open and recently closed local issues before recording a finding.214. Create repository-local issues only for verified, actionable gaps. Keep22 security-sensitive details out of public issues and use the private23 reporting route instead.245. Separate completed remediation from findings, external decisions, and25 access limitations in the final report.2627## Overview2829### Required issue content3031Every created issue states the evidence, concrete proposed change, observable32acceptance criteria, legal/IP/privacy/security notes, and ownership or33dependencies. Do not assign a lifecycle state, change Actions settings, or34rewrite history without explicit owner authorization.3536### Validation3738Confirm the intended branch and repository before changing settings. For each39finding, preserve a direct evidence link or command output. Re-run the local40build/test commands after repository-content changes and report any checks41that were unavailable.4243## Gotchas4445- Do not represent visible repositories as a complete organization inventory.46- Never place alleged secrets, exploit details, or personal data in a public issue.47- Do not treat a new issue as completed remediation.4849## Full reference5051The review distinguishes verified remediation, repository-local follow-up,52and owner decisions across governance, documentation, provenance, privacy,53security, and portfolio boundaries.